G20 Countries' Currency Exchange Rates Against USD
Data on exchange rates of G20 countries' currencies against USD
@kaggle.mohamedharris_g20_countries_currency_exchange_rates_against_usd
Data on exchange rates of G20 countries' currencies against USD
@kaggle.mohamedharris_g20_countries_currency_exchange_rates_against_usd
This dataset contains the currency exchange rates of G20 countries against the USD. The period covered is from 2000 to 2021.
Source: OCED
My Tableau Viz on this dataset: https://public.tableau.com/app/profile/mohamed.harris7159/viz/G20CountriesCurrencyExchangeRates/CurrencyExchangeRates
You can take inspirations from the above viz to recreate it using Python.
Please upvote if you find this data useful for your analysis.
CREATE TABLE exchange_rates (
"country" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);
Anyone who has the link will be able to view this.