# Wintel Investment Score API

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

Returns an event-driven investment factor score — framework scores, headline investment score, rating, and metrics — for a given country, cryptocurrency, or stock asset.

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/score/%7Basset_type%7D/%7Basset_id%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintel-investment-score-api-00ea1d84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VcAmn5Iyob9ow_H7X3g7q

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-investment-score-api-00ea1d84
```

Example prompt: What's the current Wintel investment score and rating for Bitcoin — give me the headline score, framework breakdown, and key risk metrics.

## When to prefer this

Use this endpoint when you need a concise, machine-readable investment score and rating for a specific asset (country, crypto, or stock) without requiring a full AI narrative report. It is faster and cheaper than fetching a full analyst report, ideal for screening or ranking multiple assets programmatically. Prefer this over the changes endpoint when you want an absolute score rather than period-over-period deltas.

## Known failure modes

- Unknown or unsupported asset_type returns a 404 or validation error
- Unknown asset_id for a given asset_type returns an error or empty result
- Payment failure via x402 protocol results in a 402 Payment Required response
- Rate limiting or quota issues may return 429 errors
- Stale or missing underlying data may result in incomplete scores

## 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 structured investment score object containing a headline investment score, an overall rating (e.g. buy/hold/sell or numeric grade), individual framework sub-scores, and supporting metrics for the requested asset (country, cryptocurrency, or stock).

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wintel-investment-score-api-00ea1d84/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)
