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

Fetching Historical Currency Data #5

Open
3 tasks
victoriajury opened this issue Oct 6, 2024 · 0 comments
Open
3 tasks

Fetching Historical Currency Data #5

victoriajury opened this issue Oct 6, 2024 · 0 comments

Comments

@victoriajury
Copy link
Owner

Goal: Enable the application to query historical exchange rates for specific dates.

Steps:

  • Use Historical Data API: Some currency APIs provide historical exchange rates (e.g., https://api.exchangerate-api.com/v4/history/USD).
  • Fetch and Store Historical Data: Write a function that queries historical rates, stores them in a local SQLite database, and associates them with dates.
  • Implement Date Querying: Allow the user to input a specific date and retrieve the corresponding exchange rate for that date.
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

1 participant