Baselight

All-Time Stock Price Data

"All-Time Stock Prices: Understanding the Evolution of Stock Markets"

@kaggle.hchsmost_test_dataset

Nvda
@kaggle.hchsmost_test_dataset.nvda

  • 297.64 KB
  • 6354 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Jan 22 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.43750.48828101158142090.38802099227905270.41015601158142090.376237004995346271468800
Mon Jan 25 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.44270798563957210.45833298563957210.41015601158142090.4531250.415652632713317851048000
Tue Jan 26 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.45833298563957210.46744799613952630.41145798563957210.41796898841857910.383403778076171934320000
Wed Jan 27 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.41927099227905270.42968800663948060.39583298563957210.41666701436042780.382209539413452124436800
Thu Jan 28 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.41666701436042780.41927099227905270.41275998950004580.41536501049995420.381015181541442822752000
Fri Jan 29 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.41536501049995420.41666701436042780.39583298563957210.39583298563957210.363098472356796224403200
Mon Feb 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.39583298563957210.406250.39583298563957210.40364599227905270.370265334844589215470400
Tue Feb 02 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.39583298563957210.406250.36067700386047360.37239599227905270.341599613428115826409600
Wed Feb 03 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.36718800663948060.38541701436042780.36458298563957210.38020798563957210.34876567125320437512000
Thu Feb 04 1999 00:00:00 GMT+0000 (Coordinated Universal Time)0.38541701436042780.41145798563957210.38020798563957210.40104201436042780.367876708507537818192000

CREATE TABLE nvda (
  "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.