Baselight

Hkd To Rmb Exchange Rate

Small exchange rate dataset for beginner experimentation

@kaggle.yeemeitsang_hkd_to_rmb_exchange_rate

Loading...
Loading...

About this Dataset

Hkd To Rmb Exchange Rate

This dataset contains a single CSV file exchange_rate.csv on the daily exchange rates of HKD (Hong Kong Dollars) to RMB (Chinese Yuan) over around a six month period.

The first two columns are the raw data scraped from the website [exchangerates.org.uk] (https://www.exchangerates.org.uk/HKD-CNY-exchange-rate-history.html), and the next two columns are the extracted features:

  • “date” in object format
  • “rate” in float64

Tables

Exchange Rate

@kaggle.yeemeitsang_hkd_to_rmb_exchange_rate.exchange_rate
  • 10.92 KB
  • 180 rows
  • 5 columns
Loading...

CREATE TABLE exchange_rate (
  "unnamed_0" BIGINT,
  "date" VARCHAR,
  "hkd_to_rmb_rate" VARCHAR,
  "date_3fe9f0" TIMESTAMP,
  "rate" DOUBLE
);

Share link

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