FinancialReports
  1. Companies
FinancialReports
  • FinancialReports API Documentation
  • Changelog
  • Companies
    • List Companies
      GET
    • Retrieve Company Details
      GET
  • Filings
    • List Filings
      GET
    • Retrieve Filing Markdown
      GET
    • Retrieve Filing Details
      GET
  • Filing Types
    • Understanding Filing Types
    • List Filing Types
      GET
    • Retrieve Filing Type
      GET
  • Languages
    • Understanding Language Codes
    • List Languages
      GET
    • Retrieve Language
      GET
  • ISIC Classifications
    • Understanding ISIC Classification
    • List ISIC Classes
      GET
    • Retrieve ISIC Class
      GET
    • List ISIC Divisions
      GET
    • Retrieve ISIC Division
      GET
    • List ISIC Groups
      GET
    • Retrieve ISIC Group
      GET
    • List ISIC Sections
      GET
    • Retrieve ISIC Section
      GET
  • Countries
    • Understanding Country Codes
    • List Countries
      GET
    • Retrieve Country
      GET
  • Sources
    • Understanding Data Sources
    • List Data Sources
    • Retrieve Data Source
  • Watchlist
    • Get User's Watchlist
    • Add Company to Watchlist
    • Remove Company from Watchlist
  • schema
    • schema_retrieve
  1. Companies

Retrieve Company Details

GET
/companies/{id}/
Access Level Required: Requires Level 1 Plan or higher.

Retrieve detailed information for a single company by its internal ID.

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.financialreports.eu/companies//' \
--header 'x-api-key;'

Responses

🟢200OK
application/json
Success
Body

Example
{
    "id": 14,
    "name": "adidas AG",
    "isins": [
        "DE000A1EWWW0",
        "US00687A1079",
        "US00687P1049"
    ],
    "lei": "549300JSX0Z4CW0V5023",
    "country_code": "DE",
    "sector": {
        "code": "C",
        "name": "Manufacturing"
    },
    "industry_group": {
        "code": "14",
        "name": "Manufacture of wearing apparel",
        "sector": {
            "code": "C",
            "name": "Manufacturing"
        }
    },
    "industry": {
        "code": "141",
        "name": "Manufacture of wearing apparel, except fur apparel",
        "industry_group": {
            "code": "14",
            "name": "Manufacture of wearing apparel",
            "sector": {
                "code": "C",
                "name": "Manufacturing"
            }
        }
    },
    "sub_industry": {
        "code": "1410",
        "name": "Manufacture of wearing apparel, except fur apparel",
        "industry": {
            "code": "141",
            "name": "Manufacture of wearing apparel, except fur apparel",
            "industry_group": {
                "code": "14",
                "name": "Manufacture of wearing apparel",
                "sector": {
                    "code": "C",
                    "name": "Manufacturing"
                }
            }
        }
    },
    "ir_link": "https://www.adidas-group.com/en/investors/overview/",
    "homepage_link": "https://www.adidas-group.com/en/",
    "date_public": "2025-08-09",
    "date_ipo": "1997-11-17",
    "main_stock_exchange": "XTRA",
    "social_facebook": null,
    "social_instagram": null,
    "social_twitter": "https://twitter.com/GamePlan_A",
    "social_linkedin": "https://www.linkedin.com/company/3748",
    "social_youtube": "https://www.youtube.com/@adidas",
    "social_tiktok": null,
    "social_pinterest": null,
    "social_xing": null,
    "social_glassdoor": null,
    "year_founded": "1949-05-09",
    "corporate_video_id": "6Ru_MuQ6VbQ",
    "served_area": "Worldwide",
    "headcount": 61400,
    "contact_email": "investor.relations@adidas-Group.com",
    "ticker": "ADS",
    "is_listed": true
}
Modified at 2025-08-16 09:53:31
Previous
List Companies
Next
List Filings
Built with