TOOL API

get_mp_tick_data

[Marketplace] Fetch individual trade ticks (tick-by-tick data) for US stocks. Use when asked about granular trade-level data, tick history, or microstructure analysis. Returns timestamp (ms), price, shares, market center, and sequence for each trade. Covers US equities only. Time range defaults to yesterday if not specified. This is the paid Marketplace tick data provider. For free-tier tick data, use get_us_tick_data. Consumes 10 API calls per request.

finance1 credits

Call information

Tool slug
eodhd.get_mp_tick_data
Provider
EODHD
Average response
0 ms
Calls in 7 days
0

Input parameters

tickerrequired

Ticker symbol, max 30 chars (e.g. 'AAPL', 'MSFT').

from_timestamp

Start UNIX time in seconds. Default: yesterday start.

to_timestamp

End UNIX time in seconds. Default: yesterday end.

limit

Max ticks to return (1-10000). Default: all in range.

api_token

Per-call token override; env token used otherwise.