You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Goal: Enable the application to query historical exchange rates for specific dates.
Steps:
The text was updated successfully, but these errors were encountered: