Retrieve Market Tide
Provides real-time data based on a proprietary formula examining market-wide options activity while filtering out noise.
get/api/market/market-tide
Query parameters
datestring date
Example:2024-01-18
A trading date in the format of YYYY-MM-DD. Defaults to the last trading date.
interval_5mboolean
Return data in 5-minute intervals.
otm_onlyboolean
Example:true
Only include out-of-the-money transactions.
Response
Successful response with market 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"
}
]
}