Baselight

Lithium Companies Stock Data

Lithium companies dataset

@kaggle.maximgolovin_lithium_companies_stock_data

Ppl
@kaggle.maximgolovin_lithium_companies_stock_data.ppl

  • 42.51 KB
  • 948 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)31.0799999237060531.10000038146972730.44000053405761730.60000038146972724.828824996948246045400
Wed Jan 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time)30.60000038146972730.77000045776367230.45999908447265630.67000007629394524.88562583923348222600
Thu Jan 04 2018 00:00:00 GMT+0000 (Coordinated Universal Time)30.64999961853027731.120000839233430.60000038146972730.7524.9505290985107468392500
Fri Jan 05 2018 00:00:00 GMT+0000 (Coordinated Universal Time)30.92000007629394531.05999946594238330.73999977111816430.95000076293945325.1128120422363287203000
Mon Jan 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)30.94000053405761731.4300003051757830.879999160766631.39999961853027725.477945327758798892300
Tue Jan 09 2018 00:00:00 GMT+0000 (Coordinated Universal Time)31.370000839233431.52000045776367231.20999908447265631.3299999237060525.4211463928222667025900
Wed Jan 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time)31.20999908447265631.29999923706054730.85000038146972730.89999961853027725.0722408294677736592200
Thu Jan 11 2018 00:00:00 GMT+0000 (Coordinated Universal Time)30.87999916076663130.7600002288818430.879999160766625.0560131072998055507100
Fri Jan 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)30.8199996948242231.29000091552734430.6599998474121131.0799999237060525.218296051025396844200
Tue Jan 16 2018 00:00:00 GMT+0000 (Coordinated Universal Time)31.29999923706054731.44000053405761730.95000076293945331.2600002288818425.364349365234377226500

CREATE TABLE ppl (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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