Access Level Required: Requires Level 1 Plan or higher.
Retrieve a paginated list of companies.Request Code Samples
curl --location --request GET 'https://api.financialreports.eu/companies/' \
--header 'x-api-key;'
Responses
application/json
Success. The response structure will be the full Company object if view=full
is used.
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
[
{
"id": 14,
"name": "adidas AG",
"isins": [
"DE000A1EWWW0",
"US00687A1079",
"US00687P1049"
],
"lei": "549300JSX0Z4CW0V5023",
"sub_industry_code": "1410",
"country_code": "DE"
}
]
]
}
Modified at 2025-08-19 06:48:50