Daily Volumes

This endpoint returns the daily volume across shares and options for specific tickers/curencies or across all supported assets simultaneously.

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].currencystringThe underlying currency.
payload.data[index].closenumberUnderlying stock price daily close.
payload.data[index].lownumberUnderlying stock price daily low.
payload.data[index].highnumberUnderlying stock price daily high.
payload.data[index].opennumberUnderlying stock price daily open.
payload.data[index].notionalOpenInterestnumberThe option open interest in notional terms.
payload.data[index].notionalVolumenumberThe option 24hr volume in notional terms.
payload.data[index].openInterestnumberThe option open interest in contract terms.
payload.data[index].optionVolumenumberThe option volume in contract terms.
payload.data[index].putCallRatioOpenInterestnumberPut open interest divided by call open interest.
payload.data[index].putCallRatioVolumenumber25hr Put volume divided by call volume.
payload.data[index].shareVolumenumberTotal stock shares traded for the day.
payload.data[index].timestamptimestampThe daily timestamp.

Language
Credentials
Header
Click Try It! to start a request and see the response here!