Switch to:
CSVReturn all Notes from all Filings, most-recent first. Returns notes matching parameters when supplied.
Name | Description | Example |
---|---|---|
company
|
A Company identifier (Ticker, CIK, LEI, Intrinio ID) | AAPL |
report_type
|
Notes contained in filings that match the given report type
Options:
10-Q
10-K
show more
show less
|
10-Q |
filing_start_date
|
Limit search to filings on or after this date | 2018-07-15 |
filing_end_date
|
Limit search to filings on or before this date | 2018-11-15 |
period_ended_start_date
|
Limit search to filings with a period end date on or after this date | 2018-07-15 |
period_ended_end_date
|
Limit search to filings with a period end date on or before this date | 2018-11-15 |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
company
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
||
report_type
* required
Notes contained in filings that match the given report type
|
||
filing_start_date
* required
Limit search to filings on or after this date
|
||
filing_end_date
* required
Limit search to filings on or before this date
|
||
period_ended_start_date
* required
Limit search to filings with a period end date on or after this date
|
||
period_ended_end_date
* required
Limit search to filings with a period end date on or before this date
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
filing_notes | array | |
id
|
The Intrinio ID of the note | string |
xbrl_tag
|
The XBRL tag used for the note by the filing entity | string |
filing
|
A filing submitted to the SEC by a company | object |
cik
|
The Central Index Key (CIK) assigned to the company | string |
report_type
|
The filing report type | string |
period_end_date
|
The ending date of the fiscal period for the filing | date |
filing_date
|
The date the report was filed with the SEC | date |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
filing_notes
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|