OHLC by date range
Returns candlestick data for a symbol within a date range, resampled to the requested timeframe.
Volume behaviour: MT5 does not publish real exchange volume for OTC
instruments (FX pairs, metals, crypto). For those symbols the volume
field carries tickVolume (price-tick count) so charts never show a
flat histogram. realVolume preserves the raw broker value (0 for OTC).
Exchange-traded instruments (indices, futures) populate realVolume
normally.
Performance: The gateway fires all required anchor requests to the broker in parallel and drains responses concurrently. Typical latency for a 365-day H1 history is under 1 second.
Documentation Index
Fetch the complete documentation index at: https://docs.easierprop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client API key (prefixed with sk_). On /api/* endpoints the key
is scoped to its own MT5 accounts. On /admin/* endpoints the key
identifies its owning admin and grants access to all of that
admin's keys — so any of your sk_ works to manage any of your
other keys (cross-admin operations are rejected as 400 Key not found).
Query Parameters
Start datetime (YYYY-MM-DDTHH:mm:ss)
End datetime (YYYY-MM-DDTHH:mm:ss)
Timeframe in minutes (1=M1, 5=M5, 15=M15, 60=H1, 240=H4, 1440=D1)