# Wintel Filing Search by Ticker

> Wintel Filing Search by Ticker is a paid API for AI agents from wintel.canopy.finance, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Search SEC or regulatory filings for a given stock ticker symbol, returning relevant filing results for investment analysis.

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/filing-search/%7Bticker%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintel-filing-search-by-ticker-32bd2de4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X7Qs2R52Uijyr2LNNofNK

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 wintel-filing-search-by-ticker-32bd2de4
```

Example prompt: Search for SEC filings for AAPL — I want to see what regulatory documents are available for my investment research.

## When to prefer this

Use this endpoint when you need to search regulatory filings (e.g. SEC documents) for a specific publicly traded stock ticker as part of event-driven investment analysis. Prefer this over generic financial data APIs when you need the Wintel platform's investment-focused filing search integrated with their risk scoring and AI analyst ecosystem.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty results or 404
- Payment not processed via x402 protocol returns 402 Payment Required
- Rate limiting or upstream filing data source unavailable returns 5xx error
- Ticker with no associated filings returns empty result set

## How this service works

Event-driven investment analysis: country risk scoring, change detection, and AI analyst reports for countries, cryptocurrencies, and stocks. Machine-payable endpoints at /x402/v1/* (x402 protocol).

## Output

Returns a list of matching regulatory or SEC filings for the specified ticker, including filing metadata such as filing type, date, and relevant content to support investment analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wintel-filing-search-by-ticker-32bd2de4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wintel.canopy.finance](https://www.zero.xyz/host/wintel.canopy.finance/llms.txt)
