Small exchange rate dataset for beginner experimentation
Dataset Description
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
Related Datasets
-
Exchange Rates (ER)
@imf