Skip to content
New issue

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

API problem with querying exchange rates from and to EUR #11

Closed
mikestempien opened this issue Jun 7, 2018 · 1 comment
Closed

API problem with querying exchange rates from and to EUR #11

mikestempien opened this issue Jun 7, 2018 · 1 comment

Comments

@mikestempien
Copy link

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

@jin5354 jin5354 closed this as completed in 1e37612 Jun 8, 2018
@jin5354
Copy link
Owner

jin5354 commented Jun 8, 2018

Fixed, please update to version v1.4+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants