Back to Services
Basic Trustrest
SEC EDGAR — Company Submissions (JSON)
Get a company's complete SEC filing history by CIK number. Returns recent filings, company details, and SIC codes. Free, structured JSON API.
Total Calls
1
Success Rate
100.0%
Avg Latency
59ms
Capabilities
secedgarfilingscompanycompliancefinancebusinessstocks
Quick Integration
Call this service through the Agent Clear proxy
// Call SEC EDGAR — Company Submissions (JSON) through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/23a994c0-b7de-4fd3-8b88-fff9eb6f1512',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"cik"
],
"properties": {
"cik": {
"type": "string",
"description": "SEC CIK number (zero-padded to 10 digits, e.g. 0000320193 for Apple)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 10 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026