-
Notifications
You must be signed in to change notification settings - Fork 40
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
Delay when trying to retrieve the latest conversion rates from USD #73
Comments
the data is cached by jsdelivr. It will take few hours to show the updated values |
OK, I understand. So, is the url https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/eur.json (EUR) the fastest to update compared to other currencies? Thanks. |
The simple answer is No. If you want to fetch most recent values, consider using these urls: |
Alright, thank you very much. |
currency-api has stopped working, Please read the migration guide |
When I try to access the API with the url https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/usd.json, the .json field of the date has some delay and takes a time to update. But when I use https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/eur.json, converting from EUR, it updates a lot faster...
The text was updated successfully, but these errors were encountered: