Baselight

Global Currencies To USD

International Exchange rates of various global currencies to US dollars.

@kaggle.pawanbhandarkar_global_currencies_to_usd

Currency To Usd
@kaggle.pawanbhandarkar_global_currencies_to_usd.currency_to_usd

  • 4.99 KB
  • 137 rows
  • 3 columns
unnamed_0

Unnamed: 0

currency

Currency

usd

Usd

AED0.27
1AFN0.013
2ALL0.0098
3AMD0.0019
4ANG0.56
5AOA0.0015
6ARS0.011
7AZN0.59
8BAM0.62
9BBD0.5

CREATE TABLE currency_to_usd (
  "unnamed_0" BIGINT,
  "currency" VARCHAR,
  "usd" DOUBLE
);

Share link

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