Baselight

Bovespa - 03.07.2019

All orders and trades occurred at Bovespa in 03/07/2019 (DDMMAAAA)

@kaggle.gustavomartino_bovespa_03_07_2023

Alltrades
@kaggle.gustavomartino_bovespa_03_07_2023.alltrades

  • 40.55 MB
  • 1486277 rows
  • 18 columns
session_date

Session Date

ticker

Ticker

trade_number

Trade Number

trade_price

Trade Price

trade_qty

Trade Qty

trade_time

Trade Time

anul_indicator

Anul Indicator

buyoffer_date

Buyoffer Date

buyoffer_sequence

Buyoffer Sequence

buyoffer_generationid

Buyoffer Generationid

buyoffer_condition

Buyoffer Condition

selloffer_date

Selloffer Date

selloffer_sequence

Selloffer Sequence

selloffer_generationid

Selloffer Generationid

selloffer_condition

Selloffer Condition

direct_indicator

Direct Indicator

buy_broker

Buy Broker

sell_broker

Sell Broker

Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR316014.5410010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917763406157833132Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917762979157833142115308
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR37014.5410010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917755715157832952Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)869177611001578329623262
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR31014.5410010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917763946157832822Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917761100157832832238262
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR310014.5410010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917757778157833012Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917760160157833022386174
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR39014.5410010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917757757157832992Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917760160157833002386174
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR311014.5410010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917757778157833032Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917761318157833042386174
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR35014.5410010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917755060157832912Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917761100157832922114262
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR314014.5410010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917763829157833092Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)8691776386015783310293174
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR313014.5420010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917765149157833072Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917763860157833082174174
Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)AALR33014.5430010:02:00.0141Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)86917756537157832872Wed Jul 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)8691776110015783288223262

CREATE TABLE alltrades (
  "session_date" TIMESTAMP,
  "ticker" VARCHAR,
  "trade_number" BIGINT,
  "trade_price" DOUBLE,
  "trade_qty" BIGINT,
  "trade_time" VARCHAR,
  "anul_indicator" BIGINT,
  "buyoffer_date" TIMESTAMP,
  "buyoffer_sequence" DOUBLE,
  "buyoffer_generationid" BIGINT,
  "buyoffer_condition" BIGINT,
  "selloffer_date" TIMESTAMP,
  "selloffer_sequence" BIGINT,
  "selloffer_generationid" BIGINT,
  "selloffer_condition" BIGINT,
  "direct_indicator" BIGINT,
  "buy_broker" BIGINT,
  "sell_broker" BIGINT
);

Share link

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