# Wintel AI Analyst Report

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

Generates a full AI analyst report for a country, cryptocurrency, or stock — including engine-sourced scores, metrics, detected changes, and a grounded narrative section.

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/report/%7Basset_type%7D/%7Basset_id%7D
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintel-ai-analyst-report-13489881
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HRUg-E76N8RmRAabyM4QQ

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-ai-analyst-report-13489881
```

Example prompt: Pull the full Wintel AI analyst report for Bitcoin — I want the investment scores, recent metric changes, and the narrative section so I can assess whether it's worth adding to my portfolio right now.

## When to prefer this

Choose this endpoint when you need a comprehensive, narrative-plus-scores AI analyst report for a specific asset — not just raw scores or change lists. It is the most complete output Wintel offers, combining quantitative investment factor scores, ranked metric changes, and a grounded written narrative in a single call. Prefer it over the scores-only or changes-only sibling endpoints when you need human-readable analysis alongside the structured data.

## Known failure modes

- Invalid asset_type — must be one of: country, cryptocurrency, or stock
- Invalid or unrecognized asset_id (e.g. unknown ticker or country code) — returns 404 or empty report
- Payment failure via x402 protocol — 402 response if USDC payment not completed
- Rate limiting or quota exceeded — 429 response
- Report not yet generated for a newly listed or obscure asset

## 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 AI analyst report containing framework-based investment factor scores, a headline investment score and rating, ranked period-over-period metric changes, and a grounded narrative analysis section — all event-driven and sourced from Wintel's scoring engine for the specified asset (country, crypto, 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-ai-analyst-report-13489881/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)
