Real time exchange rates

 
Im working on algorythm, using Python language and need real time exchange rates from web or mt platform. I was using true fx (ex. http://webrates.truefx.com/rates/connect.html?f=html&c=EUR/USD) but it lags for 5 , 10 seconds sometimes. How can i import that data from mt platform or where in web can i find it?
 
Znakomity:
Im working on algorythm, using Python language and need real time exchange rates from web or mt platform. I was using true fx (ex. http://webrates.truefx.com/rates/connect.html?f=html&c=EUR/USD) but it lags for 5 , 10 seconds sometimes. How can i import that data from mt platform or where in web can i find it?

You can try http://www.histdata.com/automatic-updates-forex-historical-data/

They have free historical data, but I think you might have to pay for a live stream.

Good luck!