Look up SEC EDGAR filings for a US equity ticker
Look up SEC EDGAR filings for a US equity ticker: recent filings by form type, insider (Form 4) transactions, CIK resolution, or an excerpt of a specific filing's MD&A/risk-factors/liquidity section. Default action returns recent filings.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.011listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.edifiedlab.com/v1/market/sec-edgar
| Category | Market data |
|---|---|
| Provider host | api.edifiedlab.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"action": "filings",
"form_type": "10-K",
"max_results": 5,
"ticker": "AAPL"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"action": {
"default": "filings",
"enum": [
"filings",
"insider",
"cik",
"read"
],
"type": "string"
},
"end_date": {
"description": "YYYY-MM-DD (filings only)",
"type": "string"
},
"form_type": {
"description": "SEC form id, e.g. 10-K, 8-K (filings only)",
"type": "string"
},
"max_chars": {
"maximum": 50000,
"minimum": 200,
"type": "integer"
},
"max_results": {
"description": "filings default cap is 20; insider allows 1-50",
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"section_hint": {
"description": "read only",
"enum": [
"mda",
"risk_factors",
"liquidity",
"all"
],
"type": "string"
},
"start_date": {
"description": "YYYY-MM-DD (filings only)",
"type": "string"
},
"ticker": {
"description": "equity ticker symbol, e.g. AAPL",
"type": "string"
},
"url": {
"description": "EDGAR filing URL (read only)",
"type": "string"
}
},
"required": [],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"action": {
"type": "string"
},
"cik": {
"type": "string"
},
"filings": {
"type": "array"
},
"payload": {
"const": "sec_edgar",
"type": "string"
},
"source": {
"const": "sec_edgar",
"type": "string"
},
"ticker": {
"type": "string"
}
},
"required": [
"payload",
"action",
"source"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}