Ibovespa-stocks
Stocks from the Brazilian stock exchange
@kaggle.felsal_ibovespa_stocks
Stocks from the Brazilian stock exchange
@kaggle.felsal_ibovespa_stocks
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.
All data presented here was constructed by the information provided by B3 in this site.
CREATE TABLE b3_stocks_1994_2020 (
"datetime" TIMESTAMP,
"ticker" VARCHAR,
"open" DOUBLE,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"volume" DOUBLE
);CREATE TABLE selic (
"datetime" TIMESTAMP,
"selic" DOUBLE
);CREATE TABLE usd2brl (
"datetime" TIMESTAMP,
"usd_brl" DOUBLE
);Anyone who has the link will be able to view this.