Xyron / Cortex Alpha API

Real-time institutional intelligence, on tap.

Cortex Alpha gives you the same scored intelligence stream, macro regime, and grounded narrative LLM that powers the Xyron and Arenberg terminals. Ship it into your trading model, your Bloomberg add-in, your Slack, your nightly briefing.

Scored signals

Insider clusters, analyst revisions, supply-chain events, social sentiment, market-microstructure breaks — pre-scored for sentiment, impact, regime, time horizon.

Macro regime

Live composed regime view: rates, FX, vol, correlations, news. Includes affected assets and a recommended-action playbook.

Grounded narrative

Ask in natural language; get an answer grounded in the same BigQuery / pgvector corpus the terminal uses, with explicit citations. Pro / Enterprise only

Streaming

WebSocket fan-out of every scored event, every regime shift, every signal fire. Sub-second from source to your socket.

Tiers

TierPriceDaily quotaBurstNarrative
DevFree1 00060 rpm
Starter$99 / mo10 000300 rpm
Pro$499 / mo100 0001 200 rpm100 / day
EnterpriseCustomUnlimited5 000 rpm1 000 / day

Quickstart

Get a key, then make a request.

# Recent scored signals — costs 1 quota unit
curl -H "X-Api-Key: $XYRON_KEY" https://api.xyron.ai/v1/cortex/alpha/signals/recent

# Current macro regime
curl -H "X-Api-Key: $XYRON_KEY" https://api.xyron.ai/v1/cortex/alpha/regime/current

# Grounded narrative — Pro+ only
curl -H "X-Api-Key: $XYRON_KEY" -H 'Content-Type: application/json' \
     -d '{"question":"What changed in SPY regime in the last 24h?","symbols":["SPY"]}' \
     https://api.xyron.ai/v1/cortex/alpha/narrative/ask
      

Full API reference

Live OpenAPI spec rendered with Redoc. Every endpoint, every parameter, every error code.

Open API docs Download openapi.yaml

Getting an API key

Identity Platform sign-in lives at app.xyron.ai/account/api-keys. Mint a key, rotate as needed, set per-key tier from the same UI. Keys take effect at the gateway within 60 seconds.