Get Darkpool OHLC Data
Stock
Get Darkpool OHLC Data
OpenAPI JSON Spec Retrieve darkpool trading data for specified stock tickers within a time range.
Features:
- Query darkpool trading data by ticker symbol
- Support time range filtering
- Returns hourly aggregated OHLC and volume data
- Includes volume, trade count, and VWAP information
Parameters:
symbol: Stock symbol (required)start_time: Start time as Unix timestamp (required, inclusive)end_time: End time as Unix timestamp (required, inclusive, must be on or after start_time)
Response Fields:
symbol: Stock symboltimestamp: Hourly timestamp in Unix seconds (UTC)open: Opening price in the hourhigh: Highest price in the hourlow: Lowest price in the hourclose: Closing price in the hourvolume: Total trading volumetrade_count: Number of trades executedtotal_value: Total transaction valuevwap: Volume Weighted Average Price
GET
Get Darkpool OHLC Data
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol (e.g., AAPL)
Start time (Unix timestamp)
End time (Unix timestamp)

