HMRC Currency Exchange Monthly Rates
UK Integrated Online Tariff Data
@kaggle.cloud_based_dq_ltd_hmrc_currency_exchange_monthly_rates
UK Integrated Online Tariff Data
@kaggle.cloud_based_dq_ltd_hmrc_currency_exchange_monthly_rates
Dataset extracted from https://github.com/cbdq-io/datasets where it had been wrangled from https://www.trade-tariff.service.gov.uk/exchange_rates/monthly
Monthly rates are published on the penultimate Thursday of every month. They represent the exchange rate as of midday the day before publication and are intended to apply to the following calendar month.
CREATE TABLE gbp_exchange_rate (
"month" VARCHAR,
"country_or_territory" VARCHAR,
"currency" VARCHAR,
"code" VARCHAR,
"rate" DOUBLE
);Anyone who has the link will be able to view this.