ToolAssay

All US public companies that reported a given XBRL tag for a given period, in on

All US public companies that reported a given XBRL tag for a given period, in one call. Killer endpoint for cross-sectional screens: 'every issuer's Revenues for CY2023Q1' or 'every issuer's Assets as of CY2023Q4I (instantaneous)'. Period format: CY{YYYY} (annual), CY{YYYY}Q{1-4} (quarterly), or CY{YYYY}Q{1-4}I (instantaneous balance-sheet items). Source: data.sec.gov/api/xbrl/frames. ?taxonomy=us-gaap&tag=Revenues&unit=USD&period=CY2023Q1

Answeringour last check, 2026-09-24
1 of 1checks answered this week
934 msmedian answer time
$0.005listed price per call
$0.005price 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://agent402.tools/api/edgar-xbrl-frame

CategoryCompany and compliance
Provider hostagent402.tools
Networksalgorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:42220, eip155:43114, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, stellar:pubnet
Payment schemesexact, upto
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 934 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "period": "CY2023Q1",
    "tag": "Revenues",
    "taxonomy": "us-gaap",
    "unit": "USD"
  },
  "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": {
            "limit": {
              "description": "Max companies to return, 1-2000 (default 200)",
              "type": "number"
            },
            "period": {
              "description": "CY{YYYY} (annual), CY{YYYY}Q{1-4} (quarterly), or CY{YYYY}Q{1-4}I (instantaneous balance-sheet)",
              "type": "string"
            },
            "tag": {
              "description": "XBRL concept tag, e.g. \"Revenues\", \"Assets\"",
              "type": "string"
            },
            "taxonomy": {
              "description": "XBRL taxonomy, default \"us-gaap\"",
              "type": "string"
            },
            "unit": {
              "description": "Unit of measure, e.g. \"USD\", \"shares\", \"USD/shares\"",
              "type": "string"
            }
          },
          "required": [
            "tag",
            "unit",
            "period"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "ccp": {
              "type": "string"
            },
            "data": {
              "items": {
                "type": "object"
              },
              "type": "array"
            },
            "label": {
              "type": "string"
            },
            "returned": {
              "type": "integer"
            },
            "tag": {
              "type": "string"
            },
            "taxonomy": {
              "type": "string"
            },
            "totalCompanies": {
              "type": "integer"
            },
            "truncated": {
              "type": "boolean"
            },
            "uom": {
              "type": "string"
            }
          },
          "required": [
            "taxonomy",
            "tag",
            "ccp",
            "uom",
            "label",
            "totalCompanies",
            "returned",
            "truncated",
            "data"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON