We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Country code currency
========================================
For example the following data https://api.apilayer.com/exchangerates_data/latest
{ "base": "USD", "date": "2023-05-17", "rates": { "AED": 3.672102, "AFN": 87.497294, "ALL": 102.302218, "AMD": 386.310004, "ANG": 1.801776, "AOA": 526.495828, } }
The text was updated successfully, but these errors were encountered:
rates is something that changes, but the currencies we can add - please create a PR
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Country code currency
========================================
For example the following data https://api.apilayer.com/exchangerates_data/latest
The text was updated successfully, but these errors were encountered: