mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Latest SEC EDGAR filings for any US-listed company by stock ticker or CIK: 10-K annual rep

Latest SEC EDGAR filings for any US-listed company by stock ticker or CIK: 10-K annual reports, 10-Q quarterly reports, and 8-K material events. Resolves ticker to CIK via SEC's official index and returns the parsed filing (company, form type, dated items). Sourced live from data.sec.gov.

Do you run api.aidress.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
3000 (raw units)
price
11
calls / 30d
6
unique payers
2026-09-14
updated

Provider

api.aidress.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "3000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "7kPWiEbDXu33FomKG6mGa7R8HGSfUGFsAoKFZeBERJaH",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "3000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "form": "10-K",
          "limit": 5,
          "ticker": "AAPL"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "appliedSince": null,
          "count": 1,
          "form": "10-K",
          "items": [
            {
              "accessionNumber": "0000320193-24-000123",
              "cik": "0000320193",
              "filingDate": "2024-11-01",
              "filingUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm",
              "form": "10-K",
              "immutable": true,
              "primaryDocument": "aapl-20240928.htm",
              "reportDate": "2024-09-28"
            }
          ],
          "meta": {
            "relatedEndpoints": []
          },
          "resolved": {
            "cik": "0000320193",
            "cikInt": 320193,
            "companyName": "Apple Inc.",
            "entityType": "operating",
            "mappingAgeSeconds": 1842,
            "sic": "3571",
            "ticker": "AAPL",
            "tickerSnapshotDate": "2026-05-30"
          },
          "source": {
            "fetchedAt": "2026-05-30T14:22:01Z",
            "name": "data.sec.gov",
            "servedFromCache": true,
            "sourceLastFetchedAt": "2026-05-30T14:11:43Z"
          },
          "truncation": null
        },
        "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 CIK (1-10 digits). XOR with ticker.",
                  "pattern": "^\\d{1,10}$",
                  "type": "string"
                },
                "form": {
                  "description": "SEC form for /filings: 10-K, 10-Q, 8-K. Aliases accepted (10k, 10-q, 8k, annual, quarterly, current-report, material-event). Form 4 and 13F-HR have their own routes — GET /v1/edgar/insider and GET /v1/edgar/holdings.",
                  "enum": [
                    "10-K",
                    "10-Q",
                    "8-K"
                  ],
                  "type": "string"
                },
                "includeAmendments": {
                  "description": "When true (default), amendment suffixes (10-K/A) surface alongside the base form.",
                  "type": "boolean"
                },
                "limit": {
                  "description": "Per-form ceiling: 10-K/10-Q/8-K=50.",
                  "maximum": 50,
                  "minimum": 1,
                  "type": "integer"
                },
                "since": {
                  "description": "Inclusive lower bound on filingDate (YYYY-MM-DD), within the last 5 years.",
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                  "type": "string"
                },
                "ticker": {
                  "description": "Stock ticker, case-insensitive. XOR with cik.",
                  "pattern": "^[A-Za-z.\\-]{1,10}$",
                  "type": "string"
                }
              },
              "required": [
                "form"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "appliedSince": {
                  "format": "date",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "count": {
                  "type": "integer"
                },
                "form": {
                  "enum": [
                    "10-K",
                    "10-Q",
                    "8-K"
                  ],
                  "type": "string"
                },
                "items": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                },
                "meta": {
                  "type": "object"
                },
                "resolved": {
                  "type": "object"
                },
                "source": {
                  "type": "object"
                },
                "truncation": {
                  "type": [
                    "object",
                    "null"
                  ]
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.aidress.ai/pay/agent_edgar_apitoll_cloud"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.aidress.ai/pay/agent_edgar_apitoll_cloud");
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://api.aidress.ai/pay/agent_edgar_apitoll_cloud")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/581.json, and this resource appears in /discovery/resources and /discovery/search.