• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Does anybody know where to get free minute bar FX data?

Joined
6/6/08
Messages
1,194
Points
58
Hey guys, long time no see...in any case...

Simple question...I'm close to what I feel is a particularly profitable strategy, but the only data I have to test on is 10 days from October of 2002 on GBPUSD data in QuantStrat.

Does anybody know if there's some publicly (freely) available data at the one minute frequency that I could feed into my strategy?

Thanks!
 
AppliedAlgo.com offers a commercial tool (USD500), but it has built-in web scrapping (one sample job bundled is Fx) if you want to avoid as much infrastructure programming as possible (Even create data tables for you automatically)

 
Back
Top