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.

Access to 20+ years of SEC filing data
Real-time updates within 60 seconds of EDGAR
Full-text search across millions of documents
Structured data extraction and parsing
PDF generation and document rendering
Enterprise-grade security and compliance

Base URL

https://api.secblastapi.com/v1

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

Quick Start

Get up and running with the SecBlast API in minutes:

# Install via npm
npm install @secblast/api-client
# Or using curl
curl -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

Developer Resources

Access code examples, SDKs, and integration guides

View Resources →

Enterprise Support

Get dedicated support and custom solutions for your organization

Contact Support →

Ready to Get Started?

Sign up for a free account and get your API key to start building with SecBlast API.