Returns the complete list of SEC filings for a company.
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
The stock market ticker symbol associated with the company’s common stock. If the company is foreign, use the stock exchange code, followed by a colon, then the ticker. | AAPL |
|
report_type
|
The report type of the filing requested. | 8-K |
|
start_date
|
The earliest filing date for which to return filings, in the format. | 2017-04-20 |
|
end_date
|
The last filing date for which to return filings, in the format. | 2017-07-20 |
|
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | - |
|
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 10 |
|
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
true |
|
identifier
* required
The stock market ticker symbol associated with the company’s common stock. If the company is foreign, use the stock exchange code, followed by a colon, then the ticker.
|
||
|
report_type
* required
The report type of the filing requested.
|
||
|
start_date
* required
The earliest filing date for which to return filings, in the format.
|
||
|
end_date
* required
The last filing date for which to return filings, in the format.
|
||
|
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
|
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
|
hide_paging
* required
Hide first row of paging information.
|
| Name | Description | Type |
|---|---|---|
| filing_date | the date the filing was submitted to the SEC by the company | date |
| accepted_date | the date and time when the filing was submitted to the SEC by the company | timestamp |
| period_ended | the date of the period end for the filing | date |
| accno | the SEC unique number for the filing | string |
| report_type | the filing report type | string |
| filing_url | the URL to the filing page on the SEC site | string |
| report_url | the URL to the actual report on the SEC site | string |
| instance_url | the URL for the XBRL filing for the report | string |
|
filing_date
the date the filing was submitted to the SEC by the company
|
||
|
accepted_date
the date and time when the filing was submitted to the SEC by the company
|
||
|
period_ended
the date of the period end for the filing
|
||
|
accno
the SEC unique number for the filing
|
||
|
report_type
the filing report type
|
||
|
filing_url
the URL to the filing page on the SEC site
|
||
|
report_url
the URL to the actual report on the SEC site
|
||
|
instance_url
the URL for the XBRL filing for the report
|