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] |
type | string | Filters fundamentals by type | [optional] |
fiscalYear | int? | Filters fundamentals by fiscal year | [optional] |
fiscalPeriod | string | Filters fundamentals by fiscal period | [optional] |
startDate | DateTime? | Returns fundamentals on or after the given date | [optional] |
endDate | DateTime? | 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 | 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 |
Name | Type | Description |
---|---|---|
Id | string | The Intrinio ID of the Filing |
FilingDate | DateTime? | The date when the filing was submitted to the SEC by the company |
AcceptedDate | DateTime? | The date and time when the filing was accepted by SEC |
PeriodEndDate | DateTime? | 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 |