Retrieve ETF Tide
Returns ETF tide data for the given ETF ticker.
get/api/market/{ticker}/etf-tide
Path parameters
tickerstring required
Example:SPY
The ETF ticker symbol.
Query parameters
datestring date
Example:2024-01-18
A trading date in the format of YYYY-MM-DD. Defaults to the last trading date.
Response
Successful response with ETF tide data.
Example response
{
"data": [
{
"date": "2023-09-08",
"net_call_premium": "660338.0000",
"net_put_premium": "-547564.0000",
"net_volume": 64312,
"timestamp": "2023-09-08T09:30:00-04:00"
}
]
}