# Kronos Quant Signal – Composite Financial Forecast

> Kronos Quant Signal – Composite Financial Forecast 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-14).

Returns multi-timeframe quantitative price-path forecasts for a given crypto, commodity, or pre-market equity symbol using the Kronos composite signal model.

## Facts

- Endpoint: GET https://kronos.seshat.markets/api/feeds/kronos/composite/%7BsymbolKey%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/kronos-quant-signal-composite-financial-forecast-3234fa48
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yy7340_0txX2XmiOTtYOJ

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-composite-financial-forecast-3234fa48
```

Example prompt: Pull the Kronos composite quant signal for BTC — I want the multi-timeframe price-path forecast right now so I can see whether it's bullish across short, medium, and long windows.

## When to prefer this

Choose Kronos Quant Signal when you need a structured, multi-timeframe quantitative price-path forecast specifically for crypto, commodities, or pre-market equities and want pay-per-call access via USDC micropayments (x402). Prefer this over generic market data APIs when you need directional signal intelligence rather than raw price ticks.

## Known failure modes

- Invalid or unsupported symbolKey returns 404 or error payload
- Payment not fulfilled via x402 protocol returns 402 Payment Required
- Network timeout if market data feed is temporarily unavailable
- Unsupported asset class or ticker format may return empty or null signal
- Rate limiting if micropayment not properly settled

## How this service works

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

## Output

A composite quantitative forecast object containing multi-timeframe price-path predictions, directional signals, and confidence metrics for the requested symbol (crypto, commodity, or pre-market equity), priced at $0.01 USDC per call via x402 micropayment.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-quant-signal-composite-financial-forecast-3234fa48/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)
