x402stock SEC EDGAR Concept Data API is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-08).
Retrieves historical SEC EDGAR financial concept (XBRL taxonomy tag) time-series data for a given stock ticker, such as revenue or earnings reported in 10-K/10-Q filings.
Pay-per-call market and economic data API for AI agents: US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities, US and global macro (Fed, CPI, jobs, GDP, Treasury, World Bank), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 on Base.
Returns a JSON object with the ticker, source (sec_edgar), as-of timestamp, and a data object containing the XBRL tag name, taxonomy, human-readable label, unit (e.g. USD), count of data points, and an array of time-series entries each with value, start/end dates, fiscal year, fiscal period, SEC form type, filing date, frame, and accession number.
GEThttps://x402stock.xyz/api/v1/concept/%7Bticker%7DUse this endpoint when you need structured, historical financial statement data (XBRL concepts) directly sourced from SEC EDGAR filings — ideal for fundamental analysis, financial modeling, or auditing reported figures for US public companies. Prefer this over market data endpoints when you need the actual reported accounting values (revenue, EPS, net income, assets) across fiscal periods rather than real-time prices or estimates.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": {
"tag": "RevenueFromContractWithCustomerExcludingAssessedTax",
"unit": "USD",
"count": 1,
"label": "Revenue from Contract with Customer, Excluding Assessed Tax",
"series": [
{
"end": "2026-03-28",
"form": "10-Q",
"filed": "2026-05-01",
"frame": "CY2026Q1",
"start": "2025-12-28",
"value": 111184000000,
"accession": "0000320193-26-000013",
"fiscal_year": 2026,
"fiscal_period": "Q2"
}
],
"taxonomy": "us-gaap"
},
"as_of": "2026-05-01T00:00:00.000Z",
"source": "sec_edgar",
"ticker": "AAPL"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"