get https://api.amberdata.com/markets/derivatives/analytics/trades-flow/volume/tradfi
This endpoint returns the daily volume across shares and options for specific tickers/curencies or across all supported assets simultaneously.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].currency | string | The underlying currency. |
payload.data[index].close | number | Underlying stock price daily close. |
payload.data[index].low | number | Underlying stock price daily low. |
payload.data[index].high | number | Underlying stock price daily high. |
payload.data[index].open | number | Underlying stock price daily open. |
payload.data[index].notionalOpenInterest | number | The option open interest in notional terms. |
payload.data[index].notionalVolume | number | The option 24hr volume in notional terms. |
payload.data[index].openInterest | number | The option open interest in contract terms. |
payload.data[index].optionVolume | number | The option volume in contract terms. |
payload.data[index].putCallRatioOpenInterest | number | Put open interest divided by call open interest. |
payload.data[index].putCallRatioVolume | number | 25hr Put volume divided by call volume. |
payload.data[index].shareVolume | number | Total stock shares traded for the day. |
payload.data[index].timestamp | timestamp | The daily timestamp. |