Filings
GET
/v1/filings/{symbol}
Get SEC filings for a company by ticker symbol.
Path Params
symbolstringrequired
Ticker symbol for the company
Query Params
startDatestringrequired
The starting date of the filings
endDatestring
The ending date of the filings. Defaults to today.
nextPageKeystring
Key used to get the next page of results. This is provided in the response when there are more pages available.
Headers
X-Api-Keystringrequired
API key for authentication
Responses
{ "nextPageKey": "320193_2024-05-03_0001140361-24-024352", "cik": 320193, "symbol": "AAPL", "items": { "form": ["10-Q", "8-K", "8-K"], "filingDate": ["2024-08-02", "2024-08-01", "2024-05-03"], "reportDate": ["2024-06-29", "2024-08-01", "2024-05-03"], "acceptanceDateTime": ["2024-08-01T22:03:34.000Z", "2024-08-01T20:30:26.000Z", "2024-05-03T20:35:42.000Z"], "accessionNumber": ["0000320193-24-000081", "0000320193-24-000080", "0001140361-24-024352"], "url": ["https://www.sec.gov/Archives/edgar/data/320193/000032019324000081/aapl-20240629.htm", "https://www.sec.gov/Archives/edgar/data/320193/000032019324000080/aapl-20240801.htm", "https://www.sec.gov/Archives/edgar/data/320193/000114036124024352/ef20028273_8k.htm"] } }
LANGUAGE
CURL REQUEST
1 curl --request GET \ 2 --url "https://api.marketrepo.com/v1/filings/AAPL?startDate=2023-09-12&endDate=2024-09-11" \ 3 --header 'X-Api-Key: YOUR_API_KEY'
RESPONSE
Click Try It! to start a request and see the response here!
application/json
200