ToolAssay

SEC document text sections providing raw text content from specific sections of

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
626 msmedian answer time
$0.01listed price per call
$0.01price 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

GET https://agent.massive.com/stocks/filings/10-K/vX/sections

CategoryMarket data
Provider hostagent.massive.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days22 from 6 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 626 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 10,
    "sort": "period_end.desc"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON