SecBlast API Documentation
Professional-grade API for accessing comprehensive SEC filing data
Overview
The SecBlast API provides programmatic access to SEC filing data, enabling developers and financial professionals to integrate real-time regulatory data into their applications. Our RESTful API offers comprehensive endpoints for searching, retrieving, and analyzing SEC documents with enterprise-grade reliability.
Base URL
All API endpoints are relative to this base URL.
Authentication
All API requests require authentication using an API key. You can obtain your API key from the Developer Dashboard.
Security Note
Never expose your API key in client-side code. Always make API requests from your backend server.
Header Authentication
curl -H "X-API-Key: your_api_key_here" \https://api.secblastapi.com/v1/lookup?ticker=TSLA
Query Parameter Authentication
curl https://api.secblastapi.com/v1/lookup?ticker=TSLA&api_key=your_api_key_here
Available Endpoints
Core Filing Data
/v1/lookupSearch and retrieve filings by CIK, ticker, form type, date range
/searchFull-text search across millions of filing documents
/v1/fetchDownload specific documents by document ID
/accnum/{accnum}Get complete filing details by accession number
/company_info/{cik}Retrieve comprehensive company information
/v1/filing_returnsExtract financial returns data from filings
Document Analysis
Quick Start
Get up and running with the SecBlast API in minutes:
# Install via npmnpm install @secblast/api-client# Or using curlcurl -X GET "https://api.secblastapi.com/v1/lookup?ticker=AAPL&form_type=10-K" \-H "X-API-Key: your_api_key_here"
Rate Limits
Default Rate Limits
- • Free tier: 1,000 requests per day
- • Basic plan: 10,000 requests per day
- • Pro plan: 100,000 requests per day
- • Enterprise: Custom limits available
Support
Ready to Get Started?
Sign up for a free account and get your API key to start building with SecBlast API.