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 | str | A Filing identifier | |
statement_code | str | Filters fundamentals by statement code | [optional] |
type | str | Filters fundamentals by type | [optional] |
fiscal_year | int | Filters fundamentals by fiscal year | [optional] |
fiscal_period | str | Filters fundamentals by fiscal period | [optional] |
start_date | date | Returns fundamentals on or after the given date | [optional] |
end_date | date | Returns fundamentals on or before the given date | [optional] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
fundamentals | list[FundamentalSummary] | |
filing | FilingSummary | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the Fundamental |
statement_code | str | The code of the financial statement that the Fundamental represents |
fiscal_year | float | The fiscal year |
fiscal_period | str | The fiscal period |
type | str | The type of Fundamental |
start_date | date | The period start date |
end_date | date | The period start date |
filing_date | datetime | The date and time when the Fundamental was filed with the SEC |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the Filing |
filing_date | date | The date when the filing was submitted to the SEC by the company |
accepted_date | datetime | The date and time when the filing was accepted by SEC |
period_end_date | date | The ending date of the fiscal period for the filing |
report_type | str | The filing report type |
sec_unique_id | str | A unique identifier for the filing provided by the SEC |
filing_url | str | The URL to the filing page on the SEC site |
report_url | str | The URL to the actual report on the SEC site |
instance_url | str | The URL for the XBRL filing for the report |