Returns a list of fundamentals with unique fundamental IDs associated with a particular `Intrinio Filing ID` (if applicable) that have been updated or created as a result of a company`s latest SEC filing. Useful to ensure your database is up to date with the latest fundamentals.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Filing identifier | |
statementCode | String | Filters fundamentals by statement code | [optional] [enum: income_statement, balance_sheet_statement, cash_flow_statement, calculations] |
type | String | Filters fundamentals by type | [optional] [enum: QTR, YTD, FY, TTM] |
fiscalYear | Integer | Filters fundamentals by fiscal year | [optional] |
fiscalPeriod | String | Filters fundamentals by fiscal period | [optional] [enum: FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD, Q1TTM, Q2TTM, Q3TTM] |
startDate | LocalDate | Returns fundamentals on or after the given date | [optional] |
endDate | LocalDate | Returns fundamentals on or before the given date | [optional] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
fundamentals | List | |
filing | FilingSummary | |
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 Filing |
filingDate | LocalDate | The date when the filing was submitted to the SEC by the company |
acceptedDate | OffsetDateTime | The date and time when the filing was accepted by SEC |
periodEndDate | LocalDate | The ending date of the fiscal period for the filing |
reportType | String | The filing report type |
secUniqueId | String | A unique identifier for the filing provided by the SEC |
filingUrl | String | The URL to the filing page on the SEC site |
reportUrl | String | The URL to the actual report on the SEC site |
instanceUrl | String | The URL for the XBRL filing for the report |