SEC document text sections providing raw text content from specific sections of SEC filing
SEC document text sections providing raw text content from specific sections of SEC filings (10-K, 10-Q, etc.). Can't find what you're looking for? POST feedback to /feedback, no charge.
10000 (raw units)
price
22
calls / 30d
6
unique payers
2026-09-18
updated
Provider
agent.massive.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x525f6dDcE9aF7a7179D7696aaBfCd5FCd15a21e6",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"limit": 10,
"sort": "period_end.desc"
},
"type": "http"
},
"output": {
"example": {
"count": 2,
"next_url": "https://api.massive.com/stocks/filings/10-K/vX/sections?cursor=eyJsaW1pd...",
"request_id": "a3f8b2c1d4e5f6g7",
"results": [
{
"cik": "0000320193",
"filing_date": "2023-11-03",
"filing_url": "https://www.sec.gov/Archives/edgar/data/320193/0000320193-23-000106.txt",
"period_end": "2023-09-30",
"section": "risk_factors",
"text": "Item 1A. Risk Factors\n\nInvesting in our stock involves risk. In addition to the other information in this Annual Report on Form 10-K, the following risk factors should be carefully considered...",
"ticker": "AAPL"
},
{
"cik": "0000789019",
"filing_date": "2023-07-27",
"filing_url": "https://www.sec.gov/Archives/edgar/data/789019/0000950170-23-035122.txt",
"period_end": "2023-06-30",
"section": "risk_factors",
"text": "Item 1A. RISK FACTORS\n\nOur operations and financial results are subject to various risks and uncertainties...",
"ticker": "MSFT"
}
],
"status": "OK"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"cik": {
"description": "SEC Central Index Key (10 digits, zero-padded).",
"type": "string"
},
"cik.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"cik.gt": {
"description": "Filter greater than the value.",
"type": "string"
},
"cik.gte": {
"description": "Filter greater than or equal to the value.",
"type": "string"
},
"cik.lt": {
"description": "Filter less than the value.",
"type": "string"
},
"cik.lte": {
"description": "Filter less than or equal to the value.",
"type": "string"
},
"filing_date": {
"description": "Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD). Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"filing_date.gt": {
"description": "Filter greater than the value. Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"filing_date.gte": {
"description": "Filter greater than or equal to the value. Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"filing_date.lt": {
"description": "Filter less than the value. Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"filing_date.lte": {
"description": "Filter less than or equal to the value. Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"limit": {
"default": 10,
"description": "Limit the maximum number of results returned. Defaults to '10' if not specified. The maximum allowed limit is '100'.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"period_end": {
"description": "Period end date that the filing relates to (formatted as YYYY-MM-DD). Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"period_end.gt": {
"description": "Filter greater than the value. Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"period_end.gte": {
"description": "Filter greater than or equal to the value. Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"period_end.lt": {
"description": "Filter less than the value. Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"period_end.lte": {
"description": "Filter less than or equal to the value. Value must be formatted 'yyyy-mm-dd'.",
"type": "string"
},
"section": {
"description": "Standardized section identifier from the filing (e.g. 'business', 'risk_factors', etc.).",
"enum": [
"business",
"risk_factors"
],
"type": "string"
},
"section.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"enum": [
"business",
"risk_factors"
],
"type": "string"
},
"sort": {
"default": "period_end.desc",
"description": "A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'period_end' if not specified. The sort order defaults to 'desc' if not specified.",
"type": "string"
},
"ticker": {
"description": "Stock ticker symbol for the company.",
"type": "string"
},
"ticker.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"ticker.gt": {
"description": "Filter greater than the value.",
"type": "string"
},
"ticker.gte": {
"description": "Filter greater than or equal to the value.",
"type": "string"
},
"ticker.lt": {
"description": "Filter less than the value.",
"type": "string"
},
"ticker.lte": {
"description": "Filter less than or equal to the value.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://agent.massive.com/stocks/filings/10-K/vX/sections" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agent.massive.com/stocks/filings/10-K/vX/sections");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://agent.massive.com/stocks/filings/10-K/vX/sections")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6776.json, and this resource appears in /discovery/resources and /discovery/search.