Looking for complete EURUSD real tick history from 2016 to 2026

 

Hello,

I am looking for complete real EURUSD tick-by-tick history from January 1, 2016 inclusive to January 1, 2026 exclusive.

I need at least:

  • timestamp with milliseconds;
  • Bid;
  • Ask;
  • Bid and Ask volume, if available.

The data must contain real recorded ticks, not ticks generated from M1 bars.

Does anyone know an MT5 broker and server that provides this complete period through CopyTicksRange? I am also interested in any reliable way to download the data programmatically. Paid data sources are welcome too.

Please mention the broker, account/server name, earliest available real tick date, and whether the history contains gaps.

Thank you.

Documentation on MQL5: CopyTicksRange / Matrix and Vector Methods
Documentation on MQL5: CopyTicksRange / Matrix and Vector Methods
  • www.mql5.com
Get ticks from an MqlTick structure into a matrix or a vector within the specified date range. Elements are counted from the past to the present...