1

Basically I need test data for a trading engine, so don't need real-time data, just something that would give me a reasonable frequency of intra-daily(?) prices.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
ennuikiller
  • 46,381
  • 14
  • 112
  • 137

1 Answers1

1

I've just uploaded the file (76MB)

EUR/USD in MySQL database - it contains 5 time intervals (1, 5, 15, 30 and 60 minutes) those are MYISAM tables, so:

  1. create some database,
  2. turn off MySQL server,
  3. copy those file into database folder
  4. run the server again

It's located at some polish free file hosting provider server, so if the website won't translate into Your language just click the blue button "Pobierz" (at the bottom-left) to start downloading

Piotr Salaciak
  • 1,653
  • 1
  • 15
  • 28