EventHorizonIQ · Institutional
TIQ Data API
Programmatic access to TonalityIQ — EHIQ’s linguistic scoring of earnings-call transcripts. Constraint / conviction / ratio scores, anomaly flags, and forward returns, mapped to price. 36,000+ records across 588 tickers, 20+ years, with a voice-confidence layer. Nobody else has this dataset.
Authentication
Every request takes your key in the x-ehiq-key header. Keys are issued on subscription. Without a key, endpoints return a limited free window (the most recent 4 quarters); with an institutional key, they return the full history.
curl https://eventhorizoniq.com/api/tiq/AAPL \ -H "x-ehiq-key: ehiq_your_key_here"
Endpoints
/api/tiq/{ticker}The full TIQ record for any of 588 tickers — every quarter of constraint / conviction / ratio scores, anomaly flags, anomaly performance stats, forward 30/60/90-day returns mapped to price, and the voice-confidence layer. One call returns the complete signal history for a name.
Example response
{
"ticker": "AAPL",
"totalQuarters": 85,
"signal": "NORMAL",
"anomalyStats": { "totalAnomalies": 6, "avgReturn60d": 8.4, "negativeRate60d": 33 },
"latest": {
"quarter": "2026Q1",
"constraint": 12.3, "conviction": 41.2, "ratio": 3.35,
"convictionDelta": 2.1, "anomalyFlags": [],
"fwd60d": null
},
"history": [ /* full quarterly series */ ]
}Rate limits
Enforced per key. A 429 with a Retry-After header is returned when your per-minute quota is exceeded. Institutional keys carry the highest limit.
Get access
Institutional — $499/mo or $4,999/yr
Full history across all endpoints, the highest rate limit, and every new ticker as the dataset grows. Your key is emailed on signup.
Request API accessEvaluating for a fund or platform? A trial key can be issued on request.