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
Having added EUR to the list and trying to do cy 500EUR results in an error from the API: https://exchangeratesapi.io/api/latest?base=EUR&symbols=USD,GBP,CHF,PLN,EUR { "error": "Symbols 'USD,GBP,CHF,PLN,EUR' are invalid for date 2018-06-07." }
cy 500EUR
{ "error": "Symbols 'USD,GBP,CHF,PLN,EUR' are invalid for date 2018-06-07." }
A solution would be to remove queried currency from the symbols array: https://exchangeratesapi.io/api/latest?base=EUR&symbols=USD,GBP,CHF,PLN
The text was updated successfully, but these errors were encountered:
1e37612
Fixed, please update to version v1.4+.
Sorry, something went wrong.
No branches or pull requests
Having added EUR to the list and trying to do
cy 500EUR
results in an error from the API:https://exchangeratesapi.io/api/latest?base=EUR&symbols=USD,GBP,CHF,PLN,EUR
{ "error": "Symbols 'USD,GBP,CHF,PLN,EUR' are invalid for date 2018-06-07." }
A solution would be to remove queried currency from the symbols array:
https://exchangeratesapi.io/api/latest?base=EUR&symbols=USD,GBP,CHF,PLN
The text was updated successfully, but these errors were encountered: