Returns fundamentals that meet the set of filters specified in parameters.
Name | Type | Description | Notes |
---|---|---|---|
filedAfter | Date | Only include fundamentals that were filed on or after this date. | [optional] |
filedBefore | Date | Only include fundamentals that were 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] |
fiscalPeriod | String | The fiscal period | [optional] |
startDate | Date | Only include fundamentals where covered period is on or after this date. | [optional] |
endDate | Date | Only include fundamentals where covered period is on or before this date. | [optional] |
updatedAfter | Date | Only include fundamentals where it was updated after this date. | [optional] |
updatedBefore | Date | 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 | 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 |
isLatest | Boolean | 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 |