Baselight

Google Stocks Complete

Uncovering Market Fluctuations through Google Stock's

@kaggle.bilalwaseer_google_stocks_complete

Loading...
Loading...

About this Dataset

Google Stocks Complete

The Google Stock Market Dataset is a comprehensive collection of historical stock market data specifically focused on Google's stock (ticker symbol: GOOGL). This dataset provides valuable information for analyzing and understanding the price range of Google's stock over time.

The dataset includes essential columns: "Price High" and "Price Low." The "Price High" column represents the highest recorded price for Google's stock on a given trading day. This value reflects the peak price reached during the trading session and provides insights into the stock's potential value and market sentiment.

Conversely, the "Price Low" column indicates the lowest recorded price for Google's stock on a specific trading day. This value signifies the minimum price reached during the trading session, revealing the stock's potential support level or market pressure.

With this dataset, researchers, analysts, and investors can track the historical fluctuations in Google's stock price and gain insights into its volatility, trend patterns, and potential trading strategies. It serves as a valuable resource for conducting in-depth technical analysis, developing predictive models, and making informed investment decisions related to Google's stock.

Description: ChatGPT

Tables

Google

@kaggle.bilalwaseer_google_stocks_complete.google
  • 239 KB
  • 4717 rows
  • 6 columns
Loading...

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