{
  "x402Version": 2,
  "id": 7747,
  "slug": "7747",
  "resource": "https://answerpool.io/v1/sec/company",
  "description": "Get a one-call SEC snapshot by ticker or CIK — returns identity, recent filings, indexed events, insider activity and key XBRL facts (revenue, income, cash, 8 periods). Use before deeper diligence. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ticker": "NVDA"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-08-30T18:00:00Z",
            "cik": "0000096223",
            "events_30d": [],
            "facts": {
              "Revenues": [
                {
                  "end": "2026-05-31",
                  "form": "10-Q",
                  "fp": "Q2",
                  "fy": 2026,
                  "value": 1650000000
                }
              ]
            },
            "fiscal_year_end": "1130",
            "insider_90d": {
              "buys": 2,
              "net_usd": -1250000,
              "sells": 5
            },
            "name": "JEFFERIES FINANCIAL GROUP INC.",
            "recent_filings": [
              {
                "filed": "2026-08-29",
                "form": "8-K",
                "url": "https://www.sec.gov/..."
              }
            ],
            "sic": "6199",
            "sic_description": "Finance Services",
            "sources": {
              "companyfacts": "https://data.sec.gov/api/xbrl/companyfacts/CIK0000096223.json"
            },
            "state_of_incorporation": "NY",
            "tickers": [
              "JEF"
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "cik": {
                    "anyOf": [
                      {
                        "maxLength": 10,
                        "pattern": "^\\d{1,10}$",
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Cik"
                  },
                  "ticker": {
                    "anyOf": [
                      {
                        "maxLength": 12,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Ticker"
                  }
                },
                "title": "CompanyInput",
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "as_of": {
                    "title": "As Of",
                    "type": "string"
                  },
                  "cik": {
                    "title": "Cik",
                    "type": "string"
                  },
                  "disclaimer": {
                    "default": "Compiled from public SEC filings; not investment advice.",
                    "title": "Disclaimer",
                    "type": "string"
                  },
                  "events_30d": {
                    "items": {
                      "properties": {
                        "accession": {
                          "title": "Accession",
                          "type": "string"
                        },
                        "cik": {
                          "title": "Cik",
                          "type": "string"
                        },
                        "company": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Company"
                        },
                        "event_id": {
                          "title": "Event Id",
                          "type": "string"
                        },
                        "event_type": {
                          "title": "Event Type",
                          "type": "string"
                        },
                        "filing_url": {
                          "title": "Filing Url",
                          "type": "string"
                        },
                        "flags": {
                          "items": {
                            "type": "string"
                          },
                          "title": "Flags",
                          "type": "array"
                        },
                        "form": {
                          "title": "Form",
                          "type": "string"
                        },
                        "occurred_at": {
                          "title": "Occurred At",
                          "type": "string"
                        },
                        "payload": {
                          "additionalProperties": true,
                          "title": "Payload",
                          "type": "object"
                        },
                        "score": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Score"
                        },
                        "ticker": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Ticker"
                        }
                      },
                      "required": [
                        "event_id",
                        "accession",
                        "cik",
                        "ticker",
                        "company",
                        "form",
                        "event_type",
                        "occurred_at",
                        "flags",
                        "score",
                        "payload",
                        "filing_url"
                      ],
                      "title": "Event",
                      "type": "object"
                    },
                    "title": "Events 30D",
                    "type": "array"
                  },
                  "facts": {
                    "additionalProperties": {
                      "items": {
                        "properties": {
                          "end": {
                            "title": "End",
                            "type": "string"
                          },
                          "form": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "default": null,
                            "title": "Form"
                          },
                          "fp": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "default": null,
                            "title": "Fp"
                          },
                          "fy": {
                            "anyOf": [
                              {
                                "type": "integer"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "default": null,
                            "title": "Fy"
                          },
                          "value": {
                            "title": "Value",
                            "type": "number"
                          }
                        },
                        "required": [
                          "end",
                          "value"
                        ],
                        "title": "FactPoint",
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "title": "Facts",
                    "type": "object"
                  },
                  "fiscal_year_end": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Fiscal Year End"
                  },
                  "insider_90d": {
                    "additionalProperties": true,
                    "title": "Insider 90D",
                    "type": "object"
                  },
                  "method_id": {
                    "default": "sec_events_rules_v1",
                    "title": "Method Id",
                    "type": "string"
                  },
                  "name": {
                    "title": "Name",
                    "type": "string"
                  },
                  "recent_filings": {
                    "items": {
                      "additionalProperties": true,
                      "type": "object"
                    },
                    "title": "Recent Filings",
                    "type": "array"
                  },
                  "sic": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Sic"
                  },
                  "sic_description": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Sic Description"
                  },
                  "sources": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "title": "Sources",
                    "type": "object"
                  },
                  "state_of_incorporation": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "State Of Incorporation"
                  },
                  "tickers": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Tickers",
                    "type": "array"
                  }
                },
                "required": [
                  "cik",
                  "name",
                  "tickers",
                  "sic",
                  "sic_description",
                  "state_of_incorporation",
                  "fiscal_year_end",
                  "recent_filings",
                  "events_30d",
                  "insider_90d",
                  "facts",
                  "sources",
                  "as_of"
                ],
                "title": "CompanyOutput",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "answerpool.io",
  "lastUpdated": "2026-09-03T18:34:47.899Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-03T18:34:46.83Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "answerpool.io",
    "manifest_name": "answerpool.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}