Back to Services
Basic Trustrest
SEC EDGAR — Company Filings Search
Search SEC EDGAR for public company filings (10-K, 10-Q, 8-K, etc). Access annual reports, quarterly earnings, and insider transactions for any public US company.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
secedgarfilingsfinancestockscompliancegovernment10-Kannual-report
Quick Integration
Call this service through the Agent Clear proxy
// Call SEC EDGAR — Company Filings Search through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/d63f21f0-df7f-4bbc-bab3-78a0357f0739',
{
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": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query (company name or ticker)"
},
"enddt": {
"type": "string",
"description": "End date (YYYY-MM-DD)"
},
"forms": {
"type": "string",
"description": "Form types (e.g. 10-K, 10-Q, 8-K)"
},
"startdt": {
"type": "string",
"description": "Start date (YYYY-MM-DD)"
},
"dateRange": {
"type": "string",
"description": "Date range filter (e.g. custom)"
}
}
}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