# FilingsPulse International Exchange Filing Search

> FilingsPulse International Exchange Filing Search is a paid API for AI agents from filingspulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Searches regulatory filings from international (non-US) stock exchanges including LSE, Euronext, HKEX, SGX, ASX, TSX, BSE/NSE, KOSPI, B3, JSE, Tadawul, XETRA, and EDINET using local regulatory terminology and IFRS/local GAAP context

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/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-international-exchange-filing-search-178abd49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XLeHeeVKgCUgGTmJg_uxQ

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-international-exchange-filing-search-178abd49
```

Example prompt: Can you pull the latest regulatory filings for HSBC on the London Stock Exchange — I want to see their most recent annual disclosures, including any IFRS notes or cross-listing details for their ADRs?

## When to prefer this

Use this endpoint when you need regulatory filing intelligence for companies listed on non-US international exchanges such as LSE, Euronext, HKEX, SGX, ASX, TSX, BSE/NSE, KOSPI, B3, JSE, Tadawul, XETRA, or EDINET. Prefer this over the sibling EDGAR-based endpoints when the company is domiciled or primarily listed outside the United States, when IFRS or local GAAP context is required, or when researching cross-listed ADRs with their foreign home-market filings.

## Known failure modes

- Exchange code not recognized or unsupported — returns error or empty result
- Company not found on the specified exchange — empty result set
- Filing type not available for the requested market — partial or no results
- Date range too broad or too narrow — may return no filings
- Network or upstream data source timeout — service error response
- Malformed query parameters — 400-level error

## 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 structured set of regulatory filing records from the requested international exchange, including filing type, date, company details, relevant local or IFRS accounting disclosures, and any cross-listing or ADR annotations where applicable.

## 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-international-exchange-filing-search-178abd49/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.theaslangroupllc.com](https://www.zero.xyz/host/filingspulse.theaslangroupllc.com/llms.txt)
