{
  "name": "FilingsPulse",
  "description": "Global regulatory filing intelligence API covering 22 exchanges worldwide. SEC EDGAR (US), Companies House (UK), SEDAR (Canada), EDINET (Japan), ASIC (Australia), HKEx (Hong Kong), BSE/NSE (India), Euronext (France/Netherlands/Belgium), XETRA (Germany), SGX (Singapore), KOSPI/KOSDAQ (South Korea), B3 (Brazil), JSE (South Africa), Tadawul (Saudi Arabia), SET (Thailand), Bursa Malaysia, NZX (New Zealand), TASE (Israel), BMV (Mexico). 13 endpoints: exchange-specific routing, filing summaries, insider trading, institutional ownership, IPO deep-dives, material events, forensic red flags, peer comparisons, full-text search, SEC Form N-PORT fund-holdings intelligence, EDGAR filing-anomaly scanning, full-text search with real excerpts, and municipal bond disclosure search (EMMA/MSRB). Broker affiliate links included in responses. Pay-per-query via x402 on Base.",
  "url": "https://filingspulse.theaslangroupllc.com",
  "version": "2.1.0",
  "capabilities": [
    "global-filing-analysis",
    "22-exchanges-covered",
    "sec-edgar-us",
    "companies-house-uk",
    "sedar-canada",
    "edinet-japan",
    "asic-australia",
    "hkex-hong-kong",
    "bse-nse-india",
    "euronext",
    "xetra-germany",
    "sgx-singapore",
    "kospi-kosdaq-korea",
    "b3-brazil",
    "jse-south-africa",
    "tadawul-saudi-arabia",
    "set-thailand",
    "bursa-malaysia",
    "nzx-new-zealand",
    "tase-israel",
    "bmv-mexico",
    "10k-summary",
    "annual-report-summary",
    "insider-trading-signals",
    "form4-analysis",
    "institutional-ownership",
    "ipo-prospectus-analysis",
    "forensic-red-flag-scan",
    "peer-comparison",
    "global-filing-search",
    "going-concern-detection",
    "accounting-fraud-signals",
    "broker-affiliate-links",
    "adr-cross-listing-detection",
    "n-port-fund-holdings",
    "portfolio-concentration-analysis",
    "filing-anomaly-detection",
    "late-filing-detection",
    "auditor-change-detection",
    "restatement-detection",
    "full-text-filing-excerpts",
    "municipal-bond-disclosure-search"
  ],
  "data_sources": [
    "SEC EDGAR — US company submissions, XBRL financial facts, Form 4, 13F, S-1 (free, no auth)",
    "Companies House — UK company accounts and filings",
    "SEDAR — Canadian public company filings",
    "EDINET — Japanese regulatory filings (FSA)",
    "ASIC — Australian company reports",
    "HKEx — Hong Kong exchange filings",
    "BSE/NSE — Indian exchange filings (SEBI regulated)",
    "Euronext — French/Dutch/Belgian/Portuguese/Irish listed companies",
    "XETRA / Deutsche Börse — German listed companies",
    "SGX — Singapore listed companies (MAS regulated)",
    "KOSPI/KOSDAQ via DART — Korean listed companies (FSC/KRX)",
    "B3 / CVM — Brazilian listed companies",
    "JSE / FSCA — South African listed companies",
    "Tadawul / CMA — Saudi Arabian listed companies",
    "SET — Thai listed companies",
    "Bursa Malaysia — Malaysian listed companies",
    "NZX — New Zealand listed companies",
    "TASE / ISA — Israeli listed companies",
    "BMV / CNBV — Mexican listed companies",
    "Tavily — real-time news and analyst context, exchange-specific source targeting",
    "Claude — synthesis, plain-language translation, investment signal analysis",
    "SEC Form N-PORT — structured fund holdings (mutual funds + ETFs), free via EDGAR",
    "SEC EDGAR full-text search (efts.sec.gov) — 8-K item codes, going-concern language, verified document excerpts",
    "EMMA (MSRB) — municipal bond continuing disclosures and market context, via public search (no structured API available)"
  ],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc"
  },
  "endpoints": [
    {
      "path": "/api/filings/exchange",
      "method": "GET",
      "description": "Exchange-specific filing intelligence for any company worldwide — route by exchange code for precise jurisdiction targeting. Supports NYSE|NASDAQ|LSE|EURONEXT|XETRA|HKEX|SGX|BSE|NSE|KOSPI|KOSDAQ|B3|JSE|TADAWUL|SET|BURSA|NZX|TASE|BMV|ASX|TSX|EDINET. Returns financial snapshot, filing highlights, regulatory context, ADR/cross-listing notes, and regional broker links.",
      "parameters": [
        {
          "name": "company",
          "required": true
        },
        {
          "name": "exchange",
          "required": false
        },
        {
          "name": "query",
          "required": false
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.1,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/summary",
      "method": "GET",
      "description": "Plain-language annual/quarterly filing brief for any public company globally. US companies use real EDGAR XBRL data. International auto-routes to correct exchange. Returns financial snapshot, risks, management tone, red flags, guidance, investor takeaway, and broker links.",
      "parameters": [
        {
          "name": "ticker",
          "required": false
        },
        {
          "name": "company",
          "required": false
        },
        {
          "name": "form_type"
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.15,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/insider",
      "method": "GET",
      "description": "Insider trading signal analysis — Form 4 cluster signals, 10b5-1 context, overall sentiment from strong_buy to strong_sell.",
      "parameters": [
        {
          "name": "ticker",
          "required": false
        },
        {
          "name": "company",
          "required": false
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.1,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/ownership",
      "method": "GET",
      "description": "13F institutional ownership — major holders, fund flows, smart money signal (accumulating vs distributing).",
      "parameters": [
        {
          "name": "ticker",
          "required": false
        },
        {
          "name": "company",
          "required": false
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.1,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/ipo",
      "method": "GET",
      "description": "IPO/S-1 prospectus deep dive — burn rate, insider selling %, lockup, comps, verdict (compelling/fairly_valued/expensive/avoid), broker links for participation.",
      "parameters": [
        {
          "name": "company",
          "required": false
        },
        {
          "name": "ticker",
          "required": false
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.2,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/8k",
      "method": "GET",
      "description": "Material event analysis (8-K, UK RNS, ASX announcements) — event type, market impact, second-order effects, what to monitor.",
      "parameters": [
        {
          "name": "ticker",
          "required": false
        },
        {
          "name": "company",
          "required": false
        },
        {
          "name": "event"
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.1,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/redflags",
      "method": "GET",
      "description": "Forensic accounting red flag scan — risk score (critical to low), going concern, restatements, auditor changes, related-party abuse, cash flow vs earnings divergence.",
      "parameters": [
        {
          "name": "ticker",
          "required": false
        },
        {
          "name": "company",
          "required": false
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.15,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/compare",
      "method": "GET",
      "description": "Side-by-side company comparison from filings — 8 scored categories, decisive winner, investor profile guidance. Works cross-border (e.g. Apple vs Samsung).",
      "parameters": [
        {
          "name": "ticker1"
        },
        {
          "name": "ticker2"
        },
        {
          "name": "company1"
        },
        {
          "name": "company2"
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.15,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/search",
      "method": "GET",
      "description": "Full-text search across SEC EDGAR and 20+ international filing databases — find all companies disclosing on any topic (AI risk, going concern, China exposure, cybersecurity breach, ESG).",
      "parameters": [
        {
          "name": "query",
          "required": true
        },
        {
          "name": "form_type"
        },
        {
          "name": "date_from"
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.08,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/fund-holdings",
      "method": "GET",
      "description": "Fund holdings from SEC Form N-PORT — top positions with exact weights, concentration (top-5/top-10%), and quarter-over-quarter holdings changes for any US mutual fund or ETF.",
      "parameters": [
        {
          "name": "ticker",
          "required": false
        },
        {
          "name": "cik",
          "required": false
        },
        {
          "name": "fund",
          "required": false
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.25,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/anomaly",
      "method": "GET",
      "description": "EDGAR filing-anomaly scan — late filings, auditor changes, restatements, officer/director departures, going-concern language, and filing-cadence gaps, all deterministic signals from EDGAR metadata (diligence signals, not determinations).",
      "parameters": [
        {
          "name": "ticker",
          "required": false
        },
        {
          "name": "company",
          "required": false
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.25,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/transcript-search",
      "method": "GET",
      "description": "Full-text search across SEC EDGAR filings with real excerpts pulled directly from matching filing documents — filer, form type, date, and verbatim text. Searches SEC filings, not third-party earnings-call transcripts.",
      "parameters": [
        {
          "name": "query",
          "required": true
        },
        {
          "name": "form_type"
        },
        {
          "name": "date_from"
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.2,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    },
    {
      "path": "/api/filings/muni-bond",
      "method": "GET",
      "description": "Municipal bond disclosure search for a CUSIP or issuer — continuing-disclosure events (defaults, rating changes, draw notices) and secondary trade/yield context from public municipal-market sources including EMMA. Not a live structured EMMA data feed (EMMA has no public API) — response is explicit about this.",
      "parameters": [
        {
          "name": "cusip",
          "required": false
        },
        {
          "name": "issuer",
          "required": false
        },
        {
          "name": "lang"
        }
      ],
      "price_usd": 0.25,
      "payment_required": true,
      "x-agent-use-case": "on-demand"
    }
  ],
  "openapi": "https://filingspulse.theaslangroupllc.com/openapi.json",
  "llms_txt": "https://filingspulse.theaslangroupllc.com/llms.txt",
  "contact": "https://filingspulse.theaslangroupllc.com"
}
