Baselight

USD-CNY Exchange Full Data (2013-2022)

2013-2022年美元人民币市场交易数据

@kaggle.liqiang2022_usdrmb_exchange_full_data_20132022

Loading...
Loading...

About this Dataset

USD-CNY Exchange Full Data (2013-2022)

This dataset contains transaction data for RMB and USD conversions from 2013-2022. It will be useful for those who are involved in the foreign exchange finance industry

  1. ts_code - Exchange Market Code
  2. trade_date - Trading Date
  3. bid_open - bid open price
  4. bid_close - bid close price
  5. bid_high - bid highest price
  6. bid_low - bid lowest price
  7. ask_open - ask open price
  8. ask_close - ask close price
  9. ask_high - ask highest price
  10. ask_low - ask lowest price

Tables

Usdcnh

@kaggle.liqiang2022_usdrmb_exchange_full_data_20132022.usdcnh
  • 258.82 KB
  • 3013 rows
  • 11 columns
Loading...

CREATE TABLE usdcnh (
  "ts_code" VARCHAR,
  "trade_date" BIGINT,
  "bid_open" DOUBLE,
  "bid_close" DOUBLE,
  "bid_high" DOUBLE,
  "bid_low" DOUBLE,
  "ask_open" DOUBLE,
  "ask_close" DOUBLE,
  "ask_high" DOUBLE,
  "ask_low" DOUBLE,
  "tick_qty" BIGINT
);

Share link

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