Returns fundamentals that meet the set of filters specified in parameters.
Name | Type | Description | Notes |
---|---|---|---|
filedAfter | DateTime? | Only include fundamentals that were filed on or after this date. | [optional] |
filedBefore | DateTime? | Only include fundamentals that were 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] |
fiscalPeriod | string | The fiscal period | [optional] |
startDate | DateTime? | Only include fundamentals where covered period is on or after this date. | [optional] |
endDate | DateTime? | Only include fundamentals where covered period is on or before this date. | [optional] |
updatedAfter | DateTime? | Only include fundamentals where it was updated after this date. | [optional] |
updatedBefore | DateTime? | Only include fundamentals where it was updated before this date. | [optional] |
template | string | The financial statement template used by Intrinio to standardize the as reported data | [optional] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
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 |
IsLatest | bool? | Is this the latest fundamental available based on the company’s most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (<a href="https://docs.intrinio.com/documentation/web_api/lookup_fundamental_v2" target="_blank">reference</a>) |
Company | CompanySummary | The Company that the Fundamental was belongs to |
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 |