Baselight

Portfolio Trades And Positions

Example input data. File names are important

@kaggle.resivalex_portfolio_trades_and_positions

Trades
@kaggle.resivalex_portfolio_trades_and_positions.trades

  • 4.26 KB
  • 123 rows
  • 3 columns
symbol

Symbol

quantity

Quantity

price

Price

GWPH5112.16
CRLBF1006.09
XOM1534
M806.66
BAC2520.89
DAL2023.4
SPY2233.02
XOM-1544.71
USO1003.03
USO1002.4

CREATE TABLE trades (
  "symbol" VARCHAR,
  "quantity" BIGINT,
  "price" DOUBLE
);

Share link

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