Google Finance Price Conversion API NOT Working
http://www.stackofcodes.in/2018/09/04/google-finance-price-conversion-api-not-working/
http://www.stackofcodes.in/2018/09/04/google-finance-price-conversion-api-not-working/
Currency Conversion Rates Using API
This API is working. It is returning the Conversion Rate between the Currencies.
This Link I have tested , It is working,.
The API link is,
Option-1:
http://free.currencyconverterapi.com/api/v5/convert?q=EUR_USD&compact=y
Output:
{"EUR_USD":{"val":1.162122}}
Option-2:
http://free.currencyconverterapi.com/api/v5/convert?q=EUR_USD&compact=n
Output:
{"query":{"count":1},"results":{"EUR_USD":{"id":"EUR_USD","val":1.162122,"to":"USD","fr":"EUR"}}}
Free currencyconverterapi:
ReplyDeleteRates updated every 30 min
No account required
https://www.stackofcodes.in/2018/09/05/currency-conversion-rates-not-working/
ReplyDelete