Currency exchange rate out of date
probablykasper opened this issue · 2 comments
probablykasper commented
https://printfn.github.io/fend uses the UN exchange rate from 2023-12-15:
> 1eur to nok
approx. 11.8144552319 NOK
The latest UN rate shown to me is from 2023-12-31 (11.23196 NOK). It could be getting cached by https://corsproxy.io.
In this case it should ideally be using the daily ECB rate instead, which is currently 11.2915 NOK
printfn commented
Yeah, it looks like corsproxy.io is caching it. I'm not sure if there's a good workaround since I'd rather not set up my own back-end for this.
printfn commented
I've replaced corsproxy.io with a custom Cloudflare worker. There should no longer be any extra caching, so I'll go and close this issue now.