Serving the Quantitative Finance Community

 
User avatar
neosephiroth
Topic Author
Posts: 0
Joined: June 1st, 2014, 9:15 am

FX rates live stream

June 3rd, 2014, 6:36 pm

Hi,I'm building a trading system in Java. I can receive prices and send order using a FIX connection with my broker, via the QuickFix/J library. Now I need to integrate in my system an external data feed providing live FX rates, possibly with a free and open source API. For some reasons that unfortunately I can't explain my broker can't provide me this live FX rate feed.What would you suggest me to use? Thanks
 
User avatar
octaval
Posts: 0
Joined: February 7th, 2014, 9:32 pm

FX rates live stream

June 3rd, 2014, 8:12 pm

You said that your broker doesn't provide FX feed, so you aren't using Interactive Brokers. You could try truefx or IQFeed.
 
User avatar
neosephiroth
Topic Author
Posts: 0
Joined: June 1st, 2014, 9:15 am

FX rates live stream

June 3rd, 2014, 8:49 pm

@octoval Are them free? Thanks
 
User avatar
octaval
Posts: 0
Joined: February 7th, 2014, 9:32 pm

FX rates live stream

June 4th, 2014, 9:07 pm

IQFeed is $$$, truefx was free last time I used it, and I think it was some kind of REST API. There is an example somewhere on the web on how to access truefx from R.