Closed Megabyte94 closed 8 months ago
the data is cached by jsdelivr. It will take few hours to show the updated values
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.
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?
The simple answer is No.
If you want to fetch most recent values, consider using these urls: https://raw.githubusercontent.com/fawazahmed0/currency-api/1/latest/currencies/usd.json https://raw.githubusercontent.com/fawazahmed0/currency-api/1/latest/currencies/eur.json
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...