Baselight

Time Series Exchange Rates Against USD

Exchanges Rates against USD for several countries from 1971

@kaggle.agrkushal_time_series_exchange_rates_against_usd

Loading...
Loading...

About this Dataset

Time Series Exchange Rates Against USD

This dataset contains exchange rates for various currencies pegged against USD in the form of currency/USD. This dataset contains data from 1971 to 2018.

This dataset is great for time-series forecast

Attribute Information

  • Date: The date when the exchange rate was recorded
  • Country: The country whose exchange rate was recorded
  • Value: The value of the exchange rate.

Note that the value is calculated by calculating the ratio of currency: USD(currency/USD)

Tables

Updatedexchangerates

@kaggle.agrkushal_time_series_exchange_rates_against_usd.updatedexchangerates
  • 1.37 MB
  • 226,533 rows
  • 3 columns
Loading...
CREATE TABLE updatedexchangerates (
  "date" TIMESTAMP,
  "country" VARCHAR,
  "value" DOUBLE
);

Share link

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