API Documentation

⌘K
GET/api/1/analytics/options-volume

Options Volume

Returns aggregate options volume data including put/call ratios, total volume, and open interest.

Parameters

2
daysnumber
query

Number of days of history (default 30, max 365)

tickerstring
query

Filter by ticker symbol

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/analytics/options-volume?days=30&ticker=AAPL' \
  -H 'Accept: application/json'
200 Response
[
  {}
]