Baselight

Exchange Rates

Exchange Rates Of Alot of Countries

@kaggle.programmerrdai_exchange_rates

Loading...
Loading...

About this Dataset

Exchange Rates

Current international exchange rates are determined by a managed floating exchange rate. A managed floating exchange rate means that each currency's value is affected by the economic actions of its government or central bank. The managed floating exchange rate hasn't always been used.

Tables

Daily

@kaggle.programmerrdai_exchange_rates.daily
  • 1.18 MB
  • 226533 rows
  • 3 columns
Loading...

CREATE TABLE daily (
  "date" TIMESTAMP,
  "country" VARCHAR,
  "value" DOUBLE
);

Monthly

@kaggle.programmerrdai_exchange_rates.monthly
  • 111.28 KB
  • 14891 rows
  • 3 columns
Loading...

CREATE TABLE monthly (
  "date" TIMESTAMP,
  "country" VARCHAR,
  "value" DOUBLE
);

Yearly

@kaggle.programmerrdai_exchange_rates.yearly
  • 9.53 KB
  • 804 rows
  • 3 columns
Loading...

CREATE TABLE yearly (
  "date" TIMESTAMP,
  "country" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.