Baselight

Stock Prices Over A 30+ Year Period

Prices of Dow Jones, Nasdaq, and the SP500.

@kaggle.rishidamarla_stock_prices_over_a_30_year_period

Loading...
Loading...

About this Dataset

Stock Prices Over A 30+ Year Period

Content

This dataset contains stock prices of the DowJones, Nasdaq, and SP500.

Acknowledgements

The dataset comes from https://data.world/chasewillden/stock-market-from-a-high-level

Tables

Dowjones

@kaggle.rishidamarla_stock_prices_over_a_30_year_period.dowjones
  • 35 KB
  • 2082 rows
  • 2 columns
Loading...

CREATE TABLE dowjones (
  "date" TIMESTAMP,
  "value" DOUBLE
);

Nasdaq

@kaggle.rishidamarla_stock_prices_over_a_30_year_period.nasdaq
  • 34.07 KB
  • 2083 rows
  • 2 columns
Loading...

CREATE TABLE nasdaq (
  "date" TIMESTAMP,
  "value" DOUBLE
);

Sp500

@kaggle.rishidamarla_stock_prices_over_a_30_year_period.sp500
  • 33.94 KB
  • 2084 rows
  • 2 columns
Loading...

CREATE TABLE sp500 (
  "date" TIMESTAMP,
  "value" DOUBLE
);

Share link

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