{
  "x402Version": 2,
  "id": 4152,
  "slug": "4152",
  "resource": "https://api.tickersfeed.net/sec/:symbol/financials",
  "description": "Company financial statements parsed from SEC XBRL data — revenue, net income, EPS, assets, liabilities, and equity across recent periods as structured JSON. Use for: fundamental analysis, income statement and balance sheet data, financial ratio calculation, valuation, earnings quality research. $0.008 USDC per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "sec-filings",
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "symbol": "AAPL"
          },
          "queryParams": {
            "limit": 10,
            "symbol": "AAPL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "financials": {
              "revenue": [
                {
                  "form": "10-K",
                  "period": "2024-09-30",
                  "value": 394328000000
                }
              ]
            },
            "symbol": "AAPL"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/sec/:symbol/financials",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "symbol": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "limit": {
                    "description": "Number of periods (default 4)",
                    "type": "number"
                  },
                  "symbol": {
                    "description": "Stock ticker symbol (e.g. AAPL, MSFT)",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.tickersfeed.net",
  "lastUpdated": "2026-08-29T12:01:23.954Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-29T12:01:23.625Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.tickersfeed.net",
    "manifest_name": "api.tickersfeed.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}