Exchange Rates
Exchange rates as far back as 1971 between the USA and 23 countries
@kaggle.federalreserve_exchange_rates
Exchange rates as far back as 1971 between the USA and 23 countries
@kaggle.federalreserve_exchange_rates
CREATE TABLE exchange_rates (
"series_description" VARCHAR,
"spot_exchange_rate_euro_area" VARCHAR,
"united_kingdom_spot_exchange_rate_us_pound_1_rxi_n_b_uk" VARCHAR,
"spot_exchange_rate_brazil" VARCHAR,
"china_spot_exchange_rate_yuan_us_p_r" VARCHAR,
"denmark_spot_exchange_rate_kroner_us" VARCHAR,
"india_spot_exchange_rate_rupees_us" VARCHAR,
"japan_spot_exchange_rate_yen_us" VARCHAR,
"korea_spot_exchange_rate_won_us" VARCHAR,
"malaysia_spot_exchange_rate_ringgit_us" VARCHAR,
"mexico_spot_exchange_rate_pesos_us" VARCHAR,
"norway_spot_exchange_rate_kroner_us" VARCHAR,
"sweden_spot_exchange_rate_kronor_us" VARCHAR,
"south_africa_spot_exchange_rate_rand_us" VARCHAR,
"singapore_spot_exchange_rate_singapore_us" VARCHAR,
"switzerland_spot_exchange_rate_francs_us" VARCHAR,
"taiwan_spot_exchange_rate_nt_us" VARCHAR,
"thailand_spot_exchange_rate_baht_us" VARCHAR,
"spot_exchange_rate_venezuela" VARCHAR,
"nominal_broad_dollar_index" VARCHAR,
"nominal_major_currencies_dollar_index" VARCHAR,
"nominal_other_important_trading_partners_dollar_index" VARCHAR,
"australia_spot_exchange_rate_us_au_reciprocal_of_rxi_n_b_al" VARCHAR,
"new_zealand_spot_exchange_rate_us_nz_reciprocal_of_rxi_n_b_nz" VARCHAR,
"canada_spot_exchange_rate_canadian_us" VARCHAR,
"hong_kong_spot_exchange_rate_hk_us" VARCHAR,
"sri_lanka_spot_exchange_rate_rupees_us" VARCHAR
);
Anyone who has the link will be able to view this.