Log In Start Free Trial →
🧠 ARIA Intelligence
Ask any financial question. Structured answer, sourced.
Navigation Home About ValixData Pricing Help Center Contact Terminals Find My Terminal with ARIA All 130+ Terminals Private Equity Hedge Fund Family Office M&A Advisory Real Estate Technology Platform Document Intelligence Report Builder Watch Alerts
API Documentation

Integrate ValixData
into your stack.

The ValixData REST API gives you programmatic access to live market data, ARIA analysis, NOVA morning briefs, and watch alert signals. Available on Professional and above plans.

● REST API · JSON API Keys from Account Settings Rate Limits by Plan
API Reference
AuthenticationRate LimitsGET /api/v1/terminal/{id}GET /api/v1/brief/{terminal}POST /api/v1/ariaGET /api/v1/signalsGET /api/v1/alertsWebhooksError Codes

Authentication

All API requests require a Bearer token. Get your API key from Account → API Keys. Professional plan: 200 req/day. Team: 500. Enterprise: unlimited.

curl https://valixdata.com/api/v1/terminal/pe \
  -H "Authorization: Bearer YOUR_API_KEY"

GET /api/v1/terminal/{terminal_id}

Returns live KPI data for the specified terminal. Data freshness: 2–4 hours. All 130 profession IDs supported.

{ "terminal": "pe", "name": "Private Equity", "updated_at": "2026-04-01T09:32:00Z", "freshness_hours": 2.1, "kpis": [ { "label": "HY OAS", "value": "318bps", "change": "+8bps", "direction": "up", "signal": "marginal", "source": "ICE BofA", "timestamp": "2026-04-01T09:30:00Z" }, { "label": "10Y UST", "value": "4.28%", "change": "-6bps", "direction": "down", "source": "FRED", "timestamp": "2026-04-01T09:28:00Z" } ], "signals": [...], "news_count": 12 }

GET /api/v1/brief/{terminal_id}

Returns the latest NOVA morning brief for the specified terminal. Briefs are generated daily at ~1am ET and delivered at 6am ET.

{ "terminal": "pe", "date": "2026-04-01", "generated_at": "2026-04-01T06:00:00Z", "priority_signals": [ { "level": "high", "category": "Market", "headline": "HY OAS at 318bps — 7bps from threshold", "body": "...", "aria_confidence": "high", "sources": ["ICE BofA", "FRED"] } ], "market_update": {...}, "news_summary": {...}, "aria_synthesis": "...", "pdf_url": "https://valixdata.com/briefs/pe/2026-04-01.pdf" }

POST /api/v1/aria

Send a message to ARIA and receive professional-grade analysis. Optionally include terminal context and document content.

# Request { "terminal": "pe", "message": "What do HY spreads at 318bps mean for my LBO timeline?", "context": "optional: additional context string" } # Response { "reply": "At 318bps OAS you are in the marginal zone...", "confidence": "high", "terminal": "pe", "data_used": ["HY OAS", "10Y UST", "VIX"], "sources": ["ICE BofA", "FRED"], "tokens_used": 412, "model": "aria-nd-1" }

Error Codes

401
Unauthorized
Missing or invalid API key.
403
Forbidden
Plan does not include API access. Upgrade to Professional or above.
429
Rate Limit Exceeded
You have exceeded your plan's daily API quota. Quota resets at midnight ET.
404
Terminal Not Found
The terminal ID provided is not valid. See GET /api/v1/terminals for all valid IDs.
503
Data Unavailable
Live data temporarily unavailable from upstream source. Retry in 10 minutes.

Your terminal.
Starting Monday.

NOVA brief at 6am. Live data. ARIA ready. Reports in 90 seconds. Gets faster as it learns you.

Get Started → Find My Terminal