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 | Date | Filed on or after this date | [optional] |
filedBefore | Date | Filed on or before this date | [optional] |
reportedOnly | Boolean | Only as-reported fundamentals | [optional] |
fiscalYear | Number | Only for the given fiscal year | [optional] |
statementCode | String | Only of the given statement code | [optional] |
type | String | Only of the given type | [optional] |
fundamentalType | String | Only of the given fundamental type | [optional] |
startDate | Date | Only on or after the given date | [optional] |
endDate | Date | Only on or before the given date | [optional] |
updatedAfter | Date | Only include fundamentals where it was updated after this date. | [optional] |
latestOnly | Boolean | Only the most-recently reported fundamental for the period | [optional] |
updatedBefore | Date | Only include fundamentals where it was updated before this date. | [optional] |
pageSize | Number | 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 | [FundamentalSummary] | |
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 | Number | The fiscal year |
fiscalPeriod | String | The fiscal period |
type | String | The type of Fundamental |
startDate | Date | The period start date |
endDate | Date | The period start date |
filingDate | Date | 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 |