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) | |
filedAfter | LocalDate | Filed on or after this date | [optional] |
filedBefore | LocalDate | Filed on or before this date | [optional] |
reportedOnly | Boolean | Only as-reported fundamentals | [optional] |
fiscalYear | Integer | Only for the given fiscal year | [optional] |
statementCode | String | Only of the given statement code | [optional] [enum: income_statement, balance_sheet_statement, cash_flow_statement, calculations] |
type | String | Only of the given type | [optional] [enum: QTR, YTD, FY, TTM] |
fundamentalType | String | Only of the given fundamental type | [optional] [enum: reported, restated, calculated] |
startDate | LocalDate | Only on or after the given date | [optional] |
endDate | LocalDate | Only on or before the given date | [optional] |
updatedAfter | LocalDate | Only include fundamentals where it was updated after this date. | [optional] |
latestOnly | Boolean | Only the most-recently reported fundamental for the period | [optional] |
updatedBefore | LocalDate | Only include fundamentals where it was updated before this date. | [optional] |
pageSize | Integer | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
fundamentals | List | |
company | CompanySummary | |
nextPage | 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 |
statementCode | String | The code of the financial statement that the Fundamental represents |
fiscalYear | BigDecimal | The fiscal year |
fiscalPeriod | String | The fiscal period |
type | TypeEnum | The type of Fundamental |
startDate | LocalDate | The period start date |
endDate | LocalDate | The period start date |
filingDate | OffsetDateTime | 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 |