Returns a list of all SEC filings recorded within the past 30 days.
Name | Description | Example |
---|---|---|
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 4 |
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 100 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
true |
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 |
ticker | the stock market ticker symbol associated with the company’s common stock securities | string |
lei | the Legal Entity Identifier for the company | string |
cik | the Central Index Key issued by the SEC, which is the unique identifier all company filings are issued under | 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
|
||
ticker
the stock market ticker symbol associated with the company’s common stock securities
|
||
lei
the Legal Entity Identifier for the company
|
||
cik
the Central Index Key issued by the SEC, which is the unique identifier all company filings are issued under
|