API Documentation
⌘K
API Key
Get free key GET
/api/1/analytics/options-volumeOptions Volume
Returns aggregate options volume data including put/call ratios, total volume, and open interest.
Parameters
2daysnumberNumber of days of history (default 30, max 365)
tickerstringFilter 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
[
{}
]