Baselight

Fixed Income (Bonds) Data (China)

General bond & convertible bond data

@kaggle.franciscofeng_fixed_income_bonds_data_china

General Bond
@kaggle.franciscofeng_fixed_income_bonds_data_china.general_bond

  • 6.88 MB
  • 531234 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

ticker

Ticker

Mon Aug 20 2001 00:00:00 GMT+0000 (Coordinated Universal Time)101.255102.835101.255102.69560765500sh010107
Tue Aug 21 2001 00:00:00 GMT+0000 (Coordinated Universal Time)102.743103.213102.683103.13319927710sh010107
Wed Aug 22 2001 00:00:00 GMT+0000 (Coordinated Universal Time)103.332103.402103.022103.22213132740sh010107
Thu Aug 23 2001 00:00:00 GMT+0000 (Coordinated Universal Time)103.26103.3103.08103.119544530sh010107
Fri Aug 24 2001 00:00:00 GMT+0000 (Coordinated Universal Time)103.158103.158102.908102.9587068480sh010107
Mon Aug 27 2001 00:00:00 GMT+0000 (Coordinated Universal Time)103.023103.073102.893103.0735987220sh010107
Tue Aug 28 2001 00:00:00 GMT+0000 (Coordinated Universal Time)103.162103.232103.052103.1426488500sh010107
Wed Aug 29 2001 00:00:00 GMT+0000 (Coordinated Universal Time)103.17103.2103.1103.156182640sh010107
Thu Aug 30 2001 00:00:00 GMT+0000 (Coordinated Universal Time)103.168103.168102.938102.9886794810sh010107
Fri Aug 31 2001 00:00:00 GMT+0000 (Coordinated Universal Time)103.037103.087102.947103.0374295470sh010107

CREATE TABLE general_bond (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "ticker" VARCHAR
);

Share link

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