Baselight

Bovespa Index - IBOV Composition Stocks Data

IBOV stocks portifolio historical daily data

@kaggle.filipefilardi_bovespa_index_ibovespa_stocks_data

Mglu3 Series
@kaggle.filipefilardi_bovespa_index_ibovespa_stocks_data.mglu3_series

  • 82.61 KB
  • 2202 rows
  • 6 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

Mon May 02 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.01252.0752.01252.056370000800
Tue May 03 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.06252.08632.0252.03758417600
Wed May 04 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.04692.05232.03772.0512384334
Thu May 05 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.05122.05122.042.04758774400
Fri May 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.04382.047522.03259668000
Mon May 09 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.02622.03132.0052.0125166920
Wed May 11 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.03132.06252.03132.051560000
Thu May 12 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.02752.05252.0252.05251840000
Fri May 13 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.052.052.032.04381761600
Tue May 17 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2.01252.01872.00252.01251383200

CREATE TABLE mglu3_series (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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