Baselight

Amazon All Time Stock Prices

Forecasting Daily Amazon Stock Price

@kaggle.sinansaglam_amazon_all_time_stock_prices

Loading...
Loading...

About this Dataset

Amazon All Time Stock Prices

All Time Amazon Stock Prices

Amazon is one of the most valuable companies in the World. It was founded on July 5, 1994 in Washington by Jeff Bezos. It was first published as an online marketplace for selling books. Now it has become one of the World's Largest Companies in both Shopping and Technology. It was offered to the public in 1997. This dataset contains daily Amazon stock prices since May 15, 1997.

Enjoy the data. :)

Tables

Amazon All Time Daily Stock Prices

@kaggle.sinansaglam_amazon_all_time_stock_prices.amazon_all_time_daily_stock_prices
  • 328.32 kB
  • 6,362 rows
  • 9 columns
Loading...
CREATE TABLE amazon_all_time_daily_stock_prices (
  "date" TIMESTAMP,
  "stock" VARCHAR,
  "open" DOUBLE,
  "close" DOUBLE,
  "low" DOUBLE,
  "high" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE,
  "currency" VARCHAR
);

Share link

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