Returns a list of the latest XBRL filing note sections from the SEC 10-K and 10-Q statements. The returned Intrinio XBRL filing note ID can then be utilized with the “Filing Note by ID” endpoint to retrieve the contents of the note in HTML or text format.
Name | Type | Description | Notes |
---|---|---|---|
company | string | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | [optional] |
reportType | string | Notes contained in filings that match the given report type | [optional] |
filingStartDate | DateTime? | Limit search to filings on or after this date | [optional] |
filingEndDate | DateTime? | Limit search to filings on or before this date | [optional] |
periodEndedStartDate | DateTime? | Limit search to filings with a period end date on or after this date | [optional] |
periodEndedEndDate | DateTime? | Limit search to filings with a period end date on or before this date | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 100] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
FilingNotes | List | |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
Cik | string | The Central Index Key (CIK) assigned to the company |
ReportType | string | The filing report type |
PeriodEndDate | DateTime? | The ending date of the fiscal period for the filing |
FilingDate | DateTime? | The date the report was filed with the SEC |