Baselight

Top 48 Automakers Daily Stock Prices 2010-2022

Explore top automakers stock price performance

@kaggle.prasertk_top_48_automakers_daily_stock_prices_20102022

Loading...
Loading...

About this Dataset

Top 48 Automakers Daily Stock Prices 2010-2022

Context

Historical daily stock prices of top 48 automakers from 2010-2022.

Acknowledgements

data source:

Tables

Automakers Stocks 2010–2022

@kaggle.prasertk_top_48_automakers_daily_stock_prices_20102022.automakers_stocks_2010_2022
  • 2.75 MB
  • 101126 rows
  • 8 columns
Loading...

CREATE TABLE automakers_stocks_2010_2022 (
  "date" TIMESTAMP,
  "symbol" VARCHAR,
  "adj_close" DOUBLE,
  "close" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "volume" DOUBLE
);

Largest Automakers By Market Capitalization

@kaggle.prasertk_top_48_automakers_daily_stock_prices_20102022.largest_automakers_by_market_capitalization
  • 6.48 KB
  • 48 rows
  • 6 columns
Loading...

CREATE TABLE largest_automakers_by_market_capitalization (
  "rank" BIGINT,
  "name" VARCHAR,
  "symbol" VARCHAR,
  "marketcap" BIGINT,
  "price_usd" DOUBLE,
  "country" VARCHAR
);

Share link

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