Get Company Fundamental Data

Retrieve paginated fundamental financial data for a specific company and time periods.

Query Params
integer
required

The unique identifier of the company.

date-time

Minimum creation timestamp (ISO-8601). Used together with updated_at to form an inclusive range; created_at must be ≤ updated_at.

integer

Filter fundamentals to those from a specific document ID.

integer

Number of results to return per page.

integer

The initial index from which to return results.

periods
array of strings
required

List of reporting periods to include. Accepted formats: YYYYQ[1-4] (quarters), YYYYH[1-2] (half-years), or YYYYFY (fiscal year). Example: ?periods=2023Q4&periods=2024Q1.

periods*
boolean

Filter by restatement status. true = only restated values, false = only original values, omit to include both.

series_ids
array of integers

Optional list of series IDs to filter by. Example: ?series_ids=101&series_ids=205.

series_ids
date-time

Maximum update timestamp (ISO-8601). Used together with created_at to form an inclusive range; created_at must be ≤ updated_at.

Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json