工具 API
get_ us_ tick_ data
Fetch historical tick-level trade data for US equities. Use when the user needs individual trade records with exact timestamps, prices, volumes, and market venue identifiers at the finest granularity available. Returns individual trades (ticks) across all US venues for a given time range. Fields include timestamp (ms), price, shares, market, sub-market, sequence number. US stocks only. Costs 10 API calls per request. For real-time streaming ticks, use capture_realtime_ws instead. For daily/intraday OHLCV bars, use get_intraday_historical_data.
finance1 积分
调用信息
- 工具标识
- eodhd.get_us_tick_data
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
ticker必填US ticker, e.g., 'AAPL' or 'AAPL.US'.
from_timestamp必填Start UNIX time in seconds (UTC).
to_timestamp必填End UNIX time in seconds (UTC).
limitMax ticks to return (default 1000).
fmt'json' (default) or 'csv'.
api_tokenPer-call token override.