Baselight

Nasdaq Stock Market Data

Historical stock market data for 4500+ Nasdaq listed companies

@kaggle.xnezumi_nasdaq_stock_market_data

Lrfc
@kaggle.xnezumi_nasdaq_stock_market_data.lrfc

  • 102.32 KB
  • 2733 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Sep 24 2013 00:00:00 GMT+0000 (Coordinated Universal Time)
Wed Sep 25 2013 00:00:00 GMT+0000 (Coordinated Universal Time)114.900002115.860001110.459999112.80000346.115292454917
Thu Sep 26 2013 00:00:00 GMT+0000 (Coordinated Universal Time)114115.199997113.160004114.90000246.97382724383
Fri Sep 27 2013 00:00:00 GMT+0000 (Coordinated Universal Time)114115.199997112.800003114.30000346.72855827300
Mon Sep 30 2013 00:00:00 GMT+0000 (Coordinated Universal Time)115.919998115.919998112.5115.19999747.09649711400
Tue Oct 01 2013 00:00:00 GMT+0000 (Coordinated Universal Time)113.099998115.139999112.5113.69999746.4832236133
Wed Oct 02 2013 00:00:00 GMT+0000 (Coordinated Universal Time)113.099998113.699997111.239998112.3245.91906711233
Thu Oct 03 2013 00:00:00 GMT+0000 (Coordinated Universal Time)112.860001113.279999107.459999109.544.7661925550
Fri Oct 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)112.5112.5107.699997107.69999744.03038317
Mon Oct 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)108.360001111.239998108.059998109.86000144.9133535050

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