Baselight

Fixed Income (Bonds) Data (China)

General bond & convertible bond data

@kaggle.franciscofeng_fixed_income_bonds_data_china

Convertible Bonds
@kaggle.franciscofeng_fixed_income_bonds_data_china.convertible_bonds

  • 3.19 MB
  • 176906 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

ticker

Ticker

Wed Nov 29 2017 00:00:00 GMT+0000 (Coordinated Universal Time)104.6106.3101.12101.719507720sh110038
Thu Nov 30 2017 00:00:00 GMT+0000 (Coordinated Universal Time)101.1102.71100.5102.013340130sh110038
Fri Dec 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)102.05103.3101.34102.261653160sh110038
Mon Dec 04 2017 00:00:00 GMT+0000 (Coordinated Universal Time)102.13102.22101.05101.63924230sh110038
Tue Dec 05 2017 00:00:00 GMT+0000 (Coordinated Universal Time)101.22102.15101.22101.73675480sh110038
Wed Dec 06 2017 00:00:00 GMT+0000 (Coordinated Universal Time)101.39102.5101.37102.12580700sh110038
Thu Dec 07 2017 00:00:00 GMT+0000 (Coordinated Universal Time)101.82102.55101.75102.31514090sh110038
Fri Dec 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)102.25104.94102.25104.67819430sh110038
Mon Dec 11 2017 00:00:00 GMT+0000 (Coordinated Universal Time)102.9106.7102106.1866020sh110038
Tue Dec 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time)104.08107.11104.08105.8675620sh110038

CREATE TABLE convertible_bonds (
  "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.