# Kronos Quant Signal – Risk History Feed

> Kronos Quant Signal – Risk History Feed is a paid API for AI agents from kronos.seshat.markets, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Retrieves historical risk/signal data for crypto, commodities, and pre-market equities from the Kronos quantitative forecasting engine

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/risk/history
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kronos-quant-signal-risk-history-feed-c0ab582e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qOi0DTUMPasI8Klk4uzay

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-risk-history-feed-c0ab582e
```

Example prompt: Pull the Kronos risk signal history for Bitcoin so I can see how the quant forecast scores have trended over recent periods.

## When to prefer this

Choose this endpoint when you need historical risk signal data from the Kronos quantitative engine — particularly for backtesting forecast accuracy, auditing past risk assessments, or understanding how signals evolved over time for crypto, commodities, or pre-market equities. Prefer this over real-time forecast endpoints when retrospective analysis is the goal.

## Known failure modes

- Payment required (402) if USDC micropayment not attached
- Invalid or unsupported asset symbol returns 400 or empty result
- No historical data available for very new or illiquid assets
- Rate limiting if too many calls made in rapid succession
- Stale data if upstream market feed 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 time-series of historical risk scores, quant signal values, and forecast metrics for the requested asset across multiple timeframes, enabling retrospective analysis and strategy backtesting.

## 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-risk-history-feed-c0ab582e/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)
