Log in

View Full Version : Help in API



JohnMullerr
02-19-2020, 12:20 AM
Hi! I would like to do website for currency conversion, and i am searching for free api with world currencies.
Can you give any suggestions?

Thank you so much!

follow2u
03-11-2020, 05:24 PM
hi, there are 2 options:
- to use some paid service as https://www.xe.com/xecurrencydata/, you will have information from stocks and other online markets. but API price is quiet expensive
- to use free data from https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html, for example that website (https://myfin.uk/currency-converter) use that free data

coothead
03-11-2020, 11:48 PM
Hi there JohnMullerr.


You can see a very basic one that I made here...

simple currency converter (https://www.coothead.co.uk/currency-converter/index.html)

It is free and is based on a free feed obtained here...

Free XML Currency Exchange Rate Feeds (https://www.floatrates.com/feeds.html)



coothead