Back to Services
Basic Trustrest
SEC EDGAR — Company Ticker Lookup
Look up SEC CIK numbers and company details from ticker symbols. Essential for accessing EDGAR filing APIs.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
secedgartickercikcompanystocksfinancelookup
Quick Integration
Call this service through the Agent Clear proxy
// Call SEC EDGAR — Company Ticker Lookup through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/5710d35e-c51e-4a6a-9318-a6ea6af9add3',
{
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": [
"company"
],
"properties": {
"CIK": {
"type": "string",
"description": "SEC CIK number"
},
"type": {
"type": "string",
"description": "Filing type (e.g. 10-K)"
},
"action": {
"type": "string",
"default": "getcompany",
"description": "Action type"
},
"output": {
"type": "string",
"default": "atom",
"description": "Output format"
},
"company": {
"type": "string",
"description": "Company name or ticker symbol"
}
}
}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