exchangerate.host
exchangerate.host copied to clipboard
Exchange rates API is a simple and lightweight free service for current and historical foreign exchange rates & crypto exchange rates.
Starting with 2019-11-08, the conversion rates VND-USD are wrong, by factor 100: `https://api.exchangerate.host/2019-11-08?base=VND&symbols=USD` gives 0.004222 Expected value would be closer to the one from 2019-11-07: `https://api.exchangerate.host/2019-11-07?base=VND&symbols=USD` gives 0.000044 Following dates...
Like it was reported for many other currencies, the values returned for NAD and ZAR are wrong. ```sh ❯ curl -q 'https://api.exchangerate.host/2022-07-23?base=ZAR&symbols=NAD' {"success":true,"historical":true,"base":"ZAR","date":"2022-07-23","rates":{"NAD":0.940898}} ``` ZAR and NAD always have an...
Hi. When we make a GET request to the API, it responds as follows: ```json { "motd": { "msg": "If you or your company use this project or like what...
[](url)import requests url = "https://api.exchangerate.host/latest?base=USD" response = requests.get(url) data = supported_currency(response.json()) data : screen shot atta  ched last 2 records shows euro rate vs usd is...
Hi @arzzen Thanks so much for doing the work on this wonderful API. I was wondering how are the rates from various sources are averaged or weighted when the data...
Include Currency Symbols (eg. $,¥,€,£) and location of symbols in relation to the number ($x, ¥x, €x, £x where x is amount) in the `/convert` endpoint.
If you try to use https://api.exchangerate.host/latest?base=USD and find XAU rate, you can see it is 0.001338. But If you math 1/0.001338 you get 747.38 USD for one gold Ounce. But...
The API not working with postman 
https://api.exchangerate.host/convert?from=JPY&to=RUB&source=cbr RESULT {"from":"JPY","to":"RUB","amount":1},"info":{"rate":null},"historical":false,"date":"2022-06-27","result":null}
this is an example of Historical Rates Enpoint api call (neglected optional pars): `https://api.exchangerate.host/2022-06-13&base=USD&symbols=USD,CNY,CAD` [Historical Rates Enpoint](https://api.exchangerate.host/2022-06-13&base=USD&symbols=USD,CNY,CAD) and this is an example for Timeseries Endpoint api call (optional pars works):...