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 | |
statement_code | String | Filters fundamentals by statement code | [optional] |
type | String | Filters fundamentals by type | [optional] |
fiscal_year | Integer | Filters fundamentals by fiscal year | [optional] |
fiscal_period | String | 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 | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
fundamentals | Array | |
filing | FilingSummary | |
next_page | 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 |
statement_code | String | The code of the financial statement that the Fundamental represents |
fiscal_year | Float | The fiscal year |
fiscal_period | String | The fiscal period |
type | String | 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 | String | 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 | String | The filing report type |
sec_unique_id | String | A unique identifier for the filing provided by the SEC |
filing_url | String | The URL to the filing page on the SEC site |
report_url | String | The URL to the actual report on the SEC site |
instance_url | String | The URL for the XBRL filing for the report |