# FilingsPulse Exchange Filings Lookup

> FilingsPulse Exchange Filings Lookup is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves regulatory filings for listed companies from global stock exchanges including LSE, Euronext, HKEX, SGX, ASX, TSX, BSE, KOSPI, B3, JSE, Tadawul, XETRA and more — covering markets beyond US EDGAR.

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/exchange
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-exchange-filings-lookup-4ca73f87
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UbMXcDgnQcy6efQoxXtjg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability filingspulse-exchange-filings-lookup-4ca73f87
```

Example prompt: Can you pull the latest regulatory filings for HSBC on the London Stock Exchange — I want to see what they've recently disclosed to regulators?

## When to prefer this

Use this endpoint when you need regulatory filing intelligence for companies listed on non-US global exchanges such as LSE, HKEX, Euronext, SGX, ASX, TSX, BSE, KOSPI, B3, JSE, Tadawul, or XETRA. Prefer this over SEC EDGAR-focused endpoints when your research target is an internationally listed company. This is the right choice for global equity research workflows that need to go beyond US filings.

## Known failure modes

- Unknown or unsupported exchange identifier returns an error or empty result
- Company ticker not found on the specified exchange returns no filings
- Date range yields no filings if company had no activity in that period
- Payment of 0.1 USDC not completed results in HTTP 402 payment required
- Network timeout from upstream exchange data source causes delayed or failed response

## How this service works

International / non-US filing search by stock exchange — LSE, Euronext, HKEX, SGX, ASX, TSX, BSE/NSE, KOSPI, B3, JSE, Tadawul, XETRA, EDINET and more beyond US EDGAR. Regulatory filing intelligence using correct local terms (IFRS/local GAAP), with cross-listing/ADR notes, for global investing and research agents.

## Output

Returns a list of regulatory filing records for the specified company and exchange, including filing type, submission date, document metadata, and links or content of the filings sourced from the relevant non-US exchange authority.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "query": {
   "type": "string",
   "description": "Optional focus topic (e.g. revenue growth, ESG, M&A)"
  },
  "company": {
   "type": "string",
   "description": "Company name or local ticker (e.g. LVMH, Samsung Electronics, Tata Consultancy Services)"
  },
  "exchange": {
   "type": "string",
   "description": "Exchange code — enables precise source targeting and jurisdiction-correct filing terminology"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-exchange-filings-lookup-4ca73f87/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.vercel.app](https://www.zero.xyz/host/filingspulse.vercel.app/llms.txt)
