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
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.