Returns a list of fundamentals with unique fundamental IDs associated with a particular company. Useful to obtain all historical and/or latest fundamental IDs for a given company to then use to loop through and pull all fundamental data available.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
filed_after | Date | Filed on or after this date | [optional] |
filed_before | Date | Filed on or before this date | [optional] |
reported_only | BOOLEAN | Only as-reported fundamentals | [optional] |
fiscal_year | Integer | Only for the given fiscal year | [optional] |
statement_code | String | Only of the given statement code | [optional] |
type | String | Only of the given type | [optional] |
fundamental_type | String | Only of the given fundamental type | [optional] |
start_date | Date | Only on or after the given date | [optional] |
end_date | Date | Only on or before the given date | [optional] |
updated_after | Date | Only include fundamentals where it was updated after this date. | [optional] |
latest_only | BOOLEAN | Only the most-recently reported fundamental for the period | [optional] |
updated_before | Date | Only include fundamentals where it was updated before this date. | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
fundamentals | Array | |
company | CompanySummary | |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the Fundamental |
statement_code | String | The code of the financial statement that the Fundamental represents |
fiscal_year | Float | The fiscal year |
fiscal_period | String | The fiscal period |
type | String | The type of Fundamental |
start_date | Date | The period start date |
end_date | Date | The period start date |
filing_date | DateTime | The date and time when the Fundamental was filed with the SEC |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |