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

Use UN treasury data for currency exchange rates #239

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

Markos-Th09
Copy link
Contributor

@Markos-Th09 Markos-Th09 commented Oct 9, 2023

Closes #238
This uses a loose parser similarly to the previous implementation although a proper xml parser is probably better.

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Files Coverage Δ
cli/src/exchange_rates.rs 0.00% <0.00%> (ø)

📢 Thoughts on this report? Let us know!.

@printfn
Copy link
Owner

printfn commented Oct 13, 2023

Thanks for your pull request! I've made a couple small changes, mainly to make the exchange rate data source configurable. fend now uses UN data by default, with an option to load EU data instead.

@printfn printfn merged commit c3c3db3 into printfn:main Oct 13, 2023
3 checks passed
@Markos-Th09 Markos-Th09 deleted the exchange branch October 13, 2023 10:29
@Markos-Th09
Copy link
Contributor Author

Thanks for your pull request! I've made a couple small changes, mainly to make the exchange rate data source configurable. fend now uses UN data by default, with an option to load EU data instead.

Is it possible to also take a look at my other PR?

@printfn
Copy link
Owner

printfn commented Oct 13, 2023

Yeah, I'll get to your other PR soon.

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

Successfully merging this pull request may close these issues.

Currency exchange rates are very limited
2 participants