Access and download any filing, exhibits, or attachments, including HTML, XML, XSD, graphics, or plain TXT data from the SEC EDGAR database. The Render & Download API endpoint provides access to the original content of any filing, exhibit, and attachment. This API supports bulk downloading of filings, making it convenient for building local databases of specific filing types. The Download API allows more than 40 requests per second per API key, enabling the download of over 40 filings per second.
Dataset Size: All SEC EDGAR filings, exhibits, and attachments filed since 1993.
Data Update Frequency: Less than 300 milliseconds.
API Endpointhttps://api.secfilingdata.comlive-Download-pdf-api.php/
Supported HTTP methods: GET
AuthenticationTo authenticate and access the Download PDf API, use the API key provided in your user profile after signing up.
1. Set as Authorization Header: Before making a POST request to `https://api.sec-api.io/live-Download-pdf-api.php`, set the Authorization header in your request to `YOUR_API_KEY`.
Request ParametersDownload the file From url with type. .
url: Spicific url of the file with cik, accession number and file name. Example : https://archive.sec-api.io/{{cik}}/{{accession-number}}/{{filename}}
Generating a PDF of an SEC form 4 XML filing: https://api.secfilingdata.com/live-Download-pdf-api.php? token=YOUR_API_KEY& type=pdf& url=https://www.sec.gov/Archives/edgar/data/1833764/000089924321006812/xslF345X02/doc3.xml
