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 | DateTime? | Filed on or after this date | [optional] |
filedBefore | DateTime? | Filed on or before this date | [optional] |
reportedOnly | bool? | Only as-reported fundamentals | [optional] |
fiscalYear | int? | 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 | DateTime? | Only on or after the given date | [optional] |
endDate | DateTime? | Only on or before the given date | [optional] |
updatedAfter | DateTime? | Only include fundamentals where it was updated after this date. | [optional] |
latestOnly | bool? | Only the most-recently reported fundamental for the period | [optional] |
updatedBefore | DateTime? | Only include fundamentals where it was updated before this date. | [optional] |
pageSize | int? | 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 | decimal? | The fiscal year |
FiscalPeriod | string | The fiscal period |
Type | string | The type of Fundamental |
StartDate | DateTime? | The period start date |
EndDate | DateTime? | The period start date |
FilingDate | 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 |