Brazil Stock Exchange Historical Quote 1995-2019
B3 BOVESPA Daily TimeFrame
@kaggle.ronaldoaf_brazil_stock_exchange_historical_quote_19952019
B3 BOVESPA Daily TimeFrame
@kaggle.ronaldoaf_brazil_stock_exchange_historical_quote_19952019
CREATE TABLE bovespa (
"codbdi" BIGINT,
"codneg" VARCHAR,
"date" BIGINT,
"datven" BIGINT,
"fatcot" BIGINT,
"nomres" VARCHAR,
"prazot" DOUBLE,
"preabe" DOUBLE,
"preexe" DOUBLE,
"premax" DOUBLE,
"premed" DOUBLE,
"premin" DOUBLE,
"preofc" DOUBLE,
"preofv" DOUBLE,
"preult" DOUBLE,
"ptoexe" DOUBLE,
"quatot" BIGINT,
"totneg" BIGINT,
"tpmerc" BIGINT,
"voltot" DOUBLE
);
Anyone who has the link will be able to view this.