FinancialReports
    FinancialReports
    • FinancialReports API Documentation
    • Changelog
    • Python SDK
    • Companies
      • List Companies
      • Retrieve Company Details
    • Filings
      • List Filings
      • Retrieve Filing Details
      • Retrieve Filing Markdown
    • Filing Types
      • The Financial Reporting Classification Framework (FRCF)
      • List Filing Types
      • Retrieve Filing Type
    • Filing Categories
      • List Filing Categories
      • Retrieve Filing Category
    • Languages
      • Understanding Language Codes
      • List Languages
      • Retrieve Language
    • ISIC Classifications
      • Understanding ISIC Classification
      • List ISIC Classes
      • Retrieve ISIC Class
      • List ISIC Divisions
      • Retrieve ISIC Division
      • List ISIC Groups
      • Retrieve ISIC Group
      • List ISIC Sections
      • Retrieve ISIC Section
    • Countries
      • Understanding Country Codes
      • List Countries
      • Retrieve Country
    • Sources
      • Understanding Data Sources
      • List Data Sources
      • Retrieve Data Source
    • Watchlist
      • Get User's Watchlist
      • Add Company to Watchlist
      • Remove Company from Watchlist
    • Webhooks (Management)
      • List Webhooks
      • Create Webhook
      • Retrieve Webhook
      • Update Webhook
      • Partial Update Webhook
      • Delete Webhook
      • Regenerate Secret Key
      • Test Webhook
    • Schemas
      • Company
      • Language
      • Filing
      • Source
      • CompanyMinimal
      • Country
      • ErrorDetail
      • FilingType
      • DesignatedSponsor
      • FilingSummary
      • ISICClass
      • FilingProcessedPayload
      • FilingCategory
      • ISICDivision
      • ISICGroup
      • ISICSection
      • PaginatedFilingTypeList
      • PaginatedCompanyMinimalList
      • PaginatedFilingSummaryList
      • PaginatedISICClassList
      • PaginatedCountryList
      • PaginatedISICDivisionList
      • ListedStockExchange
      • PaginatedSourceList
      • PaginatedISICGroupList
      • PaginatedISICSectionList
      • PaginatedLanguageList
      • PaginatedFilingCategoryList
      • WatchlistAction
      • WatchlistCompany
      • WatchlistResponse
      • PaginatedWebhookList
      • PatchedWebhook
      • StockIndex
      • ProcessingStatusEnum
      • Webhook
      • WebhookCompanyPayload
      • WebhookFilingPayload
      • WebhookRegenerateSecret

    Company

    {
        "id": 0,
        "name": "string",
        "tagline": "string",
        "description": "string",
        "description_last_updated": "2019-08-24T14:15:22.123Z",
        "isins": [
            "string"
        ],
        "lei": "string",
        "country_code": "string",
        "address": "string",
        "city": "string",
        "zip_code": "string",
        "sector": {
            "code": "string",
            "name": "string"
        },
        "industry_group": {
            "code": "string",
            "name": "string",
            "sector": {
                "code": "string",
                "name": "string"
            }
        },
        "industry": {
            "code": "string",
            "name": "string",
            "industry_group": {
                "code": "string",
                "name": "string",
                "sector": {
                    "code": "string",
                    "name": "string"
                }
            }
        },
        "sub_industry": {
            "code": "string",
            "name": "string",
            "industry": {}
        },
        "ir_link": "http://example.com",
        "homepage_link": "http://example.com",
        "logo": "http://example.com",
        "date_public": "2019-08-24",
        "date_ipo": "2019-08-24",
        "main_stock_exchange": "string",
        "is_listed": true,
        "social_facebook": "http://example.com",
        "social_instagram": "http://example.com",
        "social_twitter": "http://example.com",
        "social_linkedin": "http://example.com",
        "social_youtube": "http://example.com",
        "social_tiktok": "http://example.com",
        "social_pinterest": "http://example.com",
        "social_xing": "http://example.com",
        "social_glassdoor": "http://example.com",
        "year_founded": "2019-08-24",
        "corporate_video_id": "string",
        "served_area": "string",
        "headcount": 0,
        "contact_email": "user@example.com",
        "ticker": "string",
        "local_company_id": "string",
        "shares_outstanding": 0,
        "designated_sponsor": [
            {
                "id": 0,
                "name": "string"
            }
        ],
        "listed_stock_exchange": [
            {
                "id": 0,
                "name": "string",
                "ticker": "string",
                "website": "http://example.com"
            }
        ],
        "stock_index": [
            {
                "id": 0,
                "name": "string",
                "ticker": "string",
                "isin": "string"
            }
        ]
    }
    Built with