Baselight

AmazonStockPrice

Amazon Stock Price (All Time Since 2000 to Onword)

@kaggle.jillanisofttech_amazonstockprice

Loading...
Loading...

About this Dataset

AmazonStockPrice

Dataset Description for Amazon.com, Inc. (AMZN) on Jillani SoftTech's Kaggle Profile

Overview of Amazon.com, Inc.:
Amazon.com, Inc. is a prominent player in online retail, with a diverse range of operations spanning North America, International markets, and Amazon Web Services (AWS). Founded in July 1994 by Jeffrey P. Bezos, its headquarters are in Seattle, Washington. The company's North American operations focus on retail and subscriptions via its websites, while its international segment covers retail and subscriptions through global websites. AWS offers a variety of computing, storage, and database services to a wide range of clients, including start-ups, enterprises, government agencies, and academic institutions.

Corporate Headquarters:
Amazon.com, Inc.
410 Terry Avenue North,
Seattle, Washington 98109-5210,
Phone: (206) 266-1000, (206) 266-2171
Website: www.amazon.com

Shareholder Composition:

  • Mutual fund holders: 32.52%
  • Other institutional holders: 27.20%
  • Individual stakeholders: 10.83%
  • Jeffrey Bezos, the founder, holds the largest share with 13%.
  • Major institutional shareholders include The Vanguard Group, Inc. (6.5%) and BlackRock, Inc. (5.6%).

This dataset provides a detailed look at Amazon.com, Inc., offering insights valuable for a wide range of analytical purposes. For more data-driven insights and datasets, visit my Kaggle profile, "Jillani SoftTech".

Tables

Amazon

@kaggle.jillanisofttech_amazonstockprice.amazon
  • 303.65 kB
  • 6,099 rows
  • 7 columns
Loading...
CREATE TABLE amazon (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Amzn Stock Updated V2

@kaggle.jillanisofttech_amazonstockprice.amzn_stock_updated_v2
  • 306.17 kB
  • 6,050 rows
  • 7 columns
Loading...
CREATE TABLE amzn_stock_updated_v2 (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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