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.
Asked
Active
Viewed 724 times
1
-
Is EUR/USD in MySQL database enough for You? I've got a copy of some forex broker (from FxPro, but I'm not 100% sure) – Piotr Salaciak Apr 05 '11 at 22:56
-
@Piotr that would be great. Would appreciate it very much if you could point me to the data! – ennuikiller Apr 05 '11 at 23:04
-
There is a related open source project: http://github.com/kriasoft/market-data – Konstantin Tarkus Dec 11 '12 at 18:33
1 Answers
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:
- create some database,
- turn off MySQL server,
- copy those file into database folder
- 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