imported from the x402 Bazaar, not submitted by the operator · own this service? claim it
SEC EDGAR data by ticker or CIK: 10-K, 10-Q and 8-K filings, Form 4 insider trades, and a bundle combining insider, 13F holdings and recent 8-K in one call. Sources live from data.sec.gov. A free coverage route reports which forms exist before any paid call.
Pay from $0.003 to $0.006 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 70ms
- avg response
- 70ms
- total checks
- 1
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.003 to $0.006 (p30 in Finance)
- price (min)
- $0.003
- price (max)
- $0.006
- category percentile (min)
- p30 in Finance
- category percentile (max)
- p23 in Finance
- endpoints / prices
- 3 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides normalized SEC EDGAR data including corporate filings, insider trades, and institutional holdings.
- category
- finance-data
- in
- query params
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /v1/edgar/filings | $0.003 | Base/Solana | USDC | |
| GET | /v1/edgar/insider | $0.003 | Base/Solana | USDC | |
| GET | /v1/edgar/smart-money | $0.006 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /v1/edgar/filings returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://edgar.apitoll.cloud/v1/edgar/filings'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "7kPWiEbDXu33FomKG6mGa7R8HGSfUGFsAoKFZeBERJaH",
"amount": "3000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://edgar.apitoll.cloud/v1/edgar/filings",
"tags": [
"sec",
"edgar",
"filings",
"10-K",
"10-Q",
"8-K",
"annual-report",
"finance",
"apitoll"
],
"mimeType": "application/json",
"description": "Latest SEC EDGAR filings for any US-listed company by stock ticker or CIK: 10-K annual reports, 10-Q quarterly reports, and 8-K material events. Resolves ticker to CIK via SEC's official index and returns the parsed filing (company, form type, dated items). Sourced live from data.sec.gov.",
"serviceName": "ApiToll SEC Filings"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"form": "10-K",
"limit": 5,
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"form": "10-K",
"meta": {
"relatedEndpoints": []
},
"count": 1,
"items": [
{
"cik": "0000320193",
"form": "10-K",
"filingUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm",
"immutable": true,
"filingDate": "2024-11-01",
"reportDate": "2024-09-28",
"accessionNumber": "0000320193-24-000123",
"primaryDocument": "aapl-20240928.htm"
}
],
"source": {
"name": "data.sec.gov",
"fetchedAt": "2026-05-30T14:22:01Z",
"servedFromCache": true,
"sourceLastFetchedAt": "2026-05-30T14:11:43Z"
},
"resolved": {
"cik": "0000320193",
"sic": "3571",
"cikInt": 320193,
"ticker": "AAPL",
"entityType": "operating",
"companyName": "Apple Inc.",
"mappingAgeSeconds": 1842,
"tickerSnapshotDate": "2026-05-30"
},
"truncation": null,
"appliedSince": null
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"form"
],
"properties": {
"cik": {
"type": "string",
"pattern": "^\\d{1,10}$",
"description": "SEC CIK (1-10 digits). XOR with ticker."
},
"form": {
"enum": [
"10-K",
"10-Q",
"8-K"
],
"type": "string",
"description": "SEC form for /filings: 10-K, 10-Q, 8-K. Aliases accepted (10k, 10-q, 8k, annual, quarterly, current-report, material-event). Form 4 and 13F-HR have their own routes — GET /v1/edgar/insider and GET /v1/edgar/holdings."
},
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Per-form ceiling: 10-K/10-Q/8-K=50."
},
"since": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Inclusive lower bound on filingDate (YYYY-MM-DD), within the last 5 years."
},
"ticker": {
"type": "string",
"pattern": "^[A-Za-z.\\-]{1,10}$",
"description": "Stock ticker, case-insensitive. XOR with cik."
},
"includeAmendments": {
"type": "boolean",
"description": "When true (default), amendment suffixes (10-K/A) surface alongside the base form."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"form": {
"enum": [
"10-K",
"10-Q",
"8-K"
],
"type": "string"
},
"meta": {
"type": "object"
},
"count": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object"
}
},
"source": {
"type": "object"
},
"resolved": {
"type": "object"
},
"truncation": {
"type": [
"object",
"null"
]
},
"appliedSince": {
"type": [
"string",
"null"
],
"format": "date"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "7kPWiEbDXu33FomKG6mGa7R8HGSfUGFsAoKFZeBERJaH",
"amount": "3000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://edgar.apitoll.cloud/v1/edgar/insider",
"tags": [
"sec",
"edgar",
"insider-trading",
"form-4",
"insider-trades",
"executives",
"finance",
"apitoll"
],
"mimeType": "application/json",
"description": "Latest insider trades (SEC Form 4) for any US-listed company by stock ticker or CIK: who bought or sold, their role (director, officer, 10% owner), the buy/sell/grant/exercise code, shares, price per share, total value, and shares held after. Resolves ticker to CIK via SEC's official index. Sourced live from data.sec.gov.",
"serviceName": "ApiToll Insider Trades"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"form": "4",
"count": 1,
"items": [
{
"form": "4",
"reporter": {
"name": "COOK TIMOTHY D",
"relationship": {
"isOfficer": true,
"isDirector": false,
"officerTitle": "Chief Executive Officer",
"isTenPercentOwner": false
}
},
"filingDate": "2025-05-02",
"transactions": [
{
"shares": 100000,
"totalValue": 21150000,
"isDisposition": true,
"pricePerShare": 211.5,
"securityTitle": "Common Stock",
"transactionCode": "S",
"transactionDate": "2025-04-30",
"transactionType": "sell",
"sharesOwnedAfter": 3280000
}
],
"accessionNumber": "0000320193-25-000071"
}
],
"source": {
"name": "data.sec.gov"
},
"resolved": {
"cik": "0000320193",
"ticker": "AAPL",
"companyName": "Apple Inc."
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"cik": {
"type": "string",
"pattern": "^\\d{1,10}$",
"description": "SEC CIK (1-10 digits). XOR with ticker."
},
"limit": {
"type": "integer",
"maximum": 25,
"minimum": 1,
"description": "Max Form 4 filings to parse (ceiling 25)."
},
"since": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Inclusive lower bound on filingDate (YYYY-MM-DD), within 5 years."
},
"ticker": {
"type": "string",
"pattern": "^[A-Za-z.\\-]{1,10}$",
"description": "Stock ticker, case-insensitive. XOR with cik."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"form": {
"enum": [
"4"
],
"type": "string"
},
"count": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object"
}
},
"source": {
"type": "object"
},
"resolved": {
"type": "object"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c",
"amount": "6000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "7kPWiEbDXu33FomKG6mGa7R8HGSfUGFsAoKFZeBERJaH",
"amount": "6000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://edgar.apitoll.cloud/v1/edgar/smart-money",
"tags": [
"sec",
"edgar",
"smart-money",
"insider-trades",
"13f",
"hedge-fund",
"institutional",
"finance",
"apitoll"
],
"mimeType": "application/json",
"description": "Smart-money bundle in one call for any US-listed company by stock ticker or CIK: insider trades (Form 4), institutional 13F-HR holdings, and recent 8-K material events together. Track what executives and hedge funds are doing — buys, sells, portfolio positions, and corporate events. Resolves ticker to CIK via SEC's official index. Sourced live from data.sec.gov.",
"serviceName": "ApiToll Smart Money"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "AAPL"
}
},
"output": {
"type": "json",
"example": {
"source": {
"name": "data.sec.gov"
},
"insider": {
"form": "4",
"count": 10,
"items": []
},
"holdings": {
"form": "13F-HR",
"count": 0,
"items": []
},
"resolved": {
"cik": "0000320193",
"ticker": "AAPL",
"companyName": "Apple Inc."
},
"recentFilings": {
"form": "8-K",
"count": 8,
"items": []
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"cik": {
"type": "string",
"pattern": "^\\d{1,10}$",
"description": "SEC CIK (1-10 digits). XOR with ticker."
},
"since": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Inclusive lower bound on filingDate (YYYY-MM-DD), within 5 years."
},
"ticker": {
"type": "string",
"pattern": "^[A-Za-z.\\-]{1,10}$",
"description": "Stock ticker, case-insensitive. XOR with cik."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"source": {
"type": "object"
},
"insider": {
"type": "object"
},
"holdings": {
"type": "object"
},
"resolved": {
"type": "object"
},
"recentFilings": {
"type": "object"
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/apitoll-sec-edgar-data/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 3 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/apitoll-sec-edgar-data?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/apitoll-sec-edgar-data.svg" alt="ApiToll SEC EDGAR Data listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/apitoll-sec-edgar-data?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/apitoll-sec-edgar-data?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/apitoll-sec-edgar-data.svg?data=uptime" alt="ApiToll SEC EDGAR Data uptime on x402-list" height="28"> </a>