Forex Exchange Rates Since 2004 (Updated Daily)
Historic and up-to-date forex exchange rates data for over 160 currencies
@kaggle.asaniczka_forex_exchange_rate_since_2004_updated_daily
Historic and up-to-date forex exchange rates data for over 160 currencies
@kaggle.asaniczka_forex_exchange_rate_since_2004_updated_daily
The Daily Forex Exchange Rate Dataset provides historic and up-to-date exchange rates for over 160 currencies. This dataset is updated daily
If you find this dataset valuable, don't forget to hit the upvote button! 😊💝
Photo by Markus Spiske on Unsplash
CREATE TABLE daily_forex_rates (
"currency" VARCHAR,
"base_currency" VARCHAR,
"currency_name" VARCHAR,
"exchange_rate" DOUBLE,
"date" TIMESTAMP
);
Anyone who has the link will be able to view this.