Exchange Rates (ER)
IMF ER
@imf.er
IMF ER
@imf.er
This dataset contains historical exchange rate data between the US Dollar, Special Drawing Rights (SDR), Euro, and various national currencies. It includes both period average and end-of-period exchange rates.
Last updated: 2025-11-18T06:26:33.072102300Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_er_type_of_transformation (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.