# Wintel Similar Events Lookup

> Wintel Similar Events Lookup is a paid API for AI agents from wintel.canopy.finance, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Finds historical events similar to a current geopolitical, economic, or market event for a country, cryptocurrency, or stock to support investment analysis.

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/similar-events
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintel-similar-events-lookup-b41818a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__-y68cszoZ2BXtBvDvia6

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-similar-events-lookup-b41818a2
```

Example prompt: Can you find historical events similar to the current debt ceiling crisis in the US using Wintel's event similarity analysis — I want to see what comparable past situations looked like for investment purposes?

## When to prefer this

Use this endpoint when you need historical precedent or analogous event context for a specific country risk, crypto, or equity situation — particularly when building event-driven investment narratives or validating current risk scores against past patterns. Prefer over general news search when structured, investment-focused event similarity is needed.

## Known failure modes

- No similar events found for a novel or highly specific event query
- Invalid or unrecognized asset identifier returns an error
- Ambiguous event description yields low-relevance matches
- Payment failure via x402 protocol returns 402 Payment Required
- Rate limiting or quota exceeded returns an error response

## 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

A ranked list of historical events that are semantically or structurally similar to the queried event, providing investment context and analogues for countries, cryptocurrencies, or stocks. Each result includes event descriptions and relevance signals to inform 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-similar-events-lookup-b41818a2/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)
