API Docs
/sec/sec_edgar_filings/tickers
Returns a list of ticker symbols. This list is updated daily.
page
Specific page of a paginated result to be displayed
Example: 0
page_size
Number of items displayed per page in a paginated result
Default value:
1000
ticker
Filter by ticker symbol
Example: BTC/USD
cqs
Filter by cqs symbol
Example: ACI
cik
Filter by cik code
Example: 320193
cusip
Filter by cusip code
Example: 037833100
isin
Filter by isin code
Example: US0378331005
composite_figi
Filter by composite figi code
Example: BBG000B9XRY4
share_figi
Filter by share class figi code
Example: BBG001S5N8V8
lei
Filter by lei code
Example: HWUPKR0MPOU8FGXBT394
{
"data": [
{
"asset_type": "COMMON_STOCK",
"cik": "320193",
"composite_figi": "BBG000B9XRY4",
"currency": "USD",
"lei": "HWUPKR0MPOU8FGXBT394",
"mic": "nyse",
"security": "Apple Inc.",
"share_figi": "BBG001S5N8V8",
"ticker": "AAPL"
}
],
"meta": {
"pagination": {
"page": 1,
"per_page": 100
}
}
}
/sec/sec_edgar_filings/archive
Real-time and historical access to all forms, filings, and exhibits directly from the SEC's EDGAR system.
cik_code
Filter by Central Index Key
Example: 320193
ticker
Filter by ticker
Example: BTC/USD
form_type
Filter by form types
Example: 8-K,EX-1.1
filled_from_ts
Filter by filled time from
Example: 1691496510
filled_to_ts
Filter by filled time to
Example: 1691496510
page
Specific page of a paginated result to be displayed
Default value:
0
page_size
Number of items displayed per page in a paginated result
Default value:
10
cqs
Filter by cqs symbol
Example: ACI
cusip
Filter by cusip code
Example: 037833100
isin
Filter by isin code
Example: US0378331005
composite_figi
Filter by composite figi code
Example: BBG000B9XRY4
share_figi
Filter by share class figi code
Example: BBG001S5N8V8
lei
Filter by lei code
Example: HWUPKR0MPOU8FGXBT394
[
{
"cik": 930667,
"filed_at": 1691491243,
"files": [
{
"name": "primary_doc.html",
"size": 2913,
"type": "4",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000197314123000171/primary_doc.xml"
}
],
"filing_url": "https://www.sec.gov/Archives/edgar/data/320193/0001140361-23-023909-index.htm",
"form_type": "13F-HR",
"ticker": [
"AAPL"
]
}
]
/sec/sec_edgar_filings/form_type
Returns a list of SEC report form types
/sec/sec_edgar_filings/api_usage
Returns API usage for the current dataset
{
"api_calls": {
"limit": 1000,
"usage": 10
},
"api_calls_dataset": {
"limit": 1000,
"usage": 10
},
"api_calls_price": {
"limit": 1000,
"usage": 10
},
"api_calls_reference": {
"limit": 1000,
"usage": 10
},
"api_calls_snapshots": {
"limit": 1000,
"usage": 10
},
"api_calls_time_series": {
"limit": 1000,
"usage": 10
},
"api_calls_trades": {
"limit": 1000,
"usage": 10
},
"historical_api_calls": {
"limit": 1000,
"usage": 10
}
}