Market analytics for production apps

Deploy institutional-grade options intelligence, gamma exposure, and portfolio analytics through a single, high-performance API.

Get Started Endpoint Reference

Core Features

  • Options Intelligence: Expected move, probability of touch, and volatility surfaces.
  • Gamma Exposure: Real-time GEX and market maker hedging dynamics.
  • Portfolio Analytics: Risk attribution, sector breadth, and seasonality.
  • Pattern Matching: Cross-sectional market pattern identification.

Base URL

https://perspicium.com/api/v0

All endpoints currently use GET and return a consistent JSON envelope:

{
  "success": true,
  "data": {}
}

Quick Test

curl "https://perspicium.com/api/v0/ping" \
  -H "Authorization: ApiKey $API_KEY"