# Kronos Quant Signal – Historical Analogs Endpoint

> Kronos Quant Signal – Historical Analogs Endpoint is a paid API for AI agents from kronos.seshat.markets, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves historical price-path analogs for a given financial symbol to support multi-timeframe forecasting of crypto, commodities, and pre-market equities.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/historical-analogs/%7BsymbolKey%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kronos-quant-signal-historical-analogs-endpoint-4a39e9da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tyNRyLATU9XgKGJii4NAm

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 kronos-quant-signal-historical-analogs-endpoint-4a39e9da
```

Example prompt: Pull the historical price-path analogs for BTC-USD from Kronos so I can see which past market cycles most closely match current conditions and get a multi-timeframe forecast signal.

## When to prefer this

Use this endpoint when you need historically-grounded price-path forecasting for crypto assets, commodities, or pre-market equities — specifically when you want to identify past market cycles that are statistically similar to current conditions. Prefer it over generic price feeds when the goal is pattern-matched analog-based forecasting rather than raw price data or sentiment analysis.

## Known failure modes

- Invalid or unsupported symbolKey returns a 404 or error response
- Payment failure via x402 USDC micropayment blocks access and returns 402
- Stale or missing data for low-liquidity symbols may yield sparse analog sets
- Rate limiting or quota exceeded returns 429
- Network timeout if market data pipeline is delayed

## How this service works

Kronos financial intelligence API: crypto, commodities, and pre-market equities. Multi-timeframe price-path forecasts with x402 USDC micropayments.

## Output

Returns a set of historical price-path analog periods that statistically resemble the current market structure for the requested symbol, including pattern similarity scores and multi-timeframe directional signals useful for quantitative forecasting.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-quant-signal-historical-analogs-endpoint-4a39e9da/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kronos.seshat.markets](https://www.zero.xyz/host/kronos.seshat.markets/llms.txt)
