Baselight

Dollar Vs Asian Currencies

Comparing the currencies of 37 Asian countries with the US dollar

@kaggle.imtkaggleteam_dollar_vs_asian_currencies

Loading...
Loading...

About this Dataset

Dollar Vs Asian Currencies

Examining the amount of changes in the exchange rate of two currencies can help us with many issues. Like investment, life, and more.
In this dataset, the exchange rates of a 37 Asian countries have been compared against the dollar.
This is a time series dataset and has been recorded from 2004 to 2022. Based on the Asian Development Bank website, it has been collected in order to compare different Asian countries in relation to the dollar. By fully comparing this dataset, you can compare different countries in terms of currency value.
Enjoy the analysis of this data set and make it more visible by voting for this data.💯✔️
More information about currencies:
CNY = Chinese Yuan
OMR = Omani Rial
IRR = Irani Rial
THB = Thai Baht
SYP = Syrian Pound
MYR = Malaysian Ringgit
YER = Yemenei Rial
VND = Vietnamese Dong
ILS = Israeli New Shekel
JPY = Japanese Yen
LKR = Sri Lanka Rupee
IQD = Iraqi Dinar
PKR = Pakistani Rupee
KWD = Kuwaiti Dinar
KHR = Cambodian Riel
UZS = Uzbekistani SOM
SGD = Singapore Dollar
INR = Indian Rupee
BDT = Bangladeshi Taka
PHP = Philippine Peso
JOD = Jordanian Dinar
LAK = Lao Kip
IDR = Indonesian Rupiah
KRW = South Korean Won
KZT = Kazakhstani Tenge
ADE = UAE Dirham
BHD = Bahraini Dinar
LBP = Lebanese Pound
TRY = Turkish Lira
TMT = Turkmenistani Manat
SAR = Saudi Riyal
MVR = Maldivian Rufiyaa
QAR = Qatari Riyal
MMK = Burmese Kyat
NPR = Nepalese Rupee
BND = Brunei Dollar
AFN = Afghan Afghani

Tables

Dollar Exchange

@kaggle.imtkaggleteam_dollar_vs_asian_currencies.dollar_exchange
  • 446.76 KB
  • 4956 rows
  • 38 columns
Loading...

CREATE TABLE dollar_exchange (
  "date" TIMESTAMP,
  "cny_x" DOUBLE,
  "omr_x" DOUBLE,
  "irr_x" DOUBLE,
  "thb_x" DOUBLE,
  "syp_x" DOUBLE,
  "myr_x" DOUBLE,
  "yer_x" DOUBLE,
  "vnd_x" DOUBLE,
  "ils_x" DOUBLE,
  "jpy_x" DOUBLE,
  "lkr_x" DOUBLE,
  "iqd_x" DOUBLE,
  "pkr_x" DOUBLE,
  "kwd_x" DOUBLE,
  "khr_x" DOUBLE,
  "uzs_x" DOUBLE,
  "sgd_x" DOUBLE,
  "inr_x" DOUBLE,
  "bdt_x" DOUBLE,
  "php_x" DOUBLE,
  "jod_x" DOUBLE,
  "lak_x" DOUBLE,
  "idr_x" DOUBLE,
  "krw_x" DOUBLE,
  "kzt_x" DOUBLE,
  "aed_x" DOUBLE,
  "bhd_x" DOUBLE,
  "lbp_x" DOUBLE,
  "try_x" DOUBLE,
  "tmt_x" DOUBLE,
  "sar_x" DOUBLE,
  "mvr_x" DOUBLE,
  "qar_x" DOUBLE,
  "mmk_x" DOUBLE,
  "npr_x" DOUBLE,
  "bnd_x" DOUBLE,
  "afn_x" DOUBLE
);

Share link

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