Baselight

Ibovespa-stocks

Stocks from the Brazilian stock exchange

@kaggle.felsal_ibovespa_stocks

Loading...
Loading...

About this Dataset

Ibovespa-stocks

Ibovespa Stocks

Context

Here you will find information about all the stocks negotiated in the B3 stock exchange from 1994 to 2020. All the stocks that compose the Ibovespa Index are present in this dataset.

Acknowledgements

All data presented here was constructed by the information provided by B3 in this site.

Tables

B3 Stocks 1994–2020

@kaggle.felsal_ibovespa_stocks.b3_stocks_1994_2020
  • 27.07 MB
  • 1883203 rows
  • 7 columns
Loading...

CREATE TABLE b3_stocks_1994_2020 (
  "datetime" TIMESTAMP,
  "ticker" VARCHAR,
  "open" DOUBLE,
  "close" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "volume" DOUBLE
);

Selic

@kaggle.felsal_ibovespa_stocks.selic
  • 72.27 KB
  • 6651 rows
  • 2 columns
Loading...

CREATE TABLE selic (
  "datetime" TIMESTAMP,
  "selic" DOUBLE
);

Usd2brl

@kaggle.felsal_ibovespa_stocks.usd2brl
  • 101.27 KB
  • 6651 rows
  • 2 columns
Loading...

CREATE TABLE usd2brl (
  "datetime" TIMESTAMP,
  "usd_brl" DOUBLE
);

Share link

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