Top 10 Fast Food Giants: Stock Price Dataset(2024)
An in-depth look into the stock performance of the biggest fast food giants
@kaggle.nguyentiennhan_stock_prices_of_the_10_largest_fast_foo_c09b7ae0
An in-depth look into the stock performance of the biggest fast food giants
@kaggle.nguyentiennhan_stock_prices_of_the_10_largest_fast_foo_c09b7ae0
Dataset Description: This dataset consists of historical stock price data for 10 of the largest fast food companies, collected from Yahoo Finance. Each company’s stock data is stored in a separate Excel file, containing key financial metrics that are typically tracked for market analysis, such as open, high, low, close, adjusted close prices, and trading volume over a specified time period.
Files Descriptions: Each Excel file corresponds to a different fast food company’s stock, identified by its ticker symbol:
Column Descriptions: Each file likely contains the following columns (standard in Yahoo Finance datasets):
Purpose: This dataset can be used to:
CREATE TABLE brk_a (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE dnut (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE dpz (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE lkncy (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE mcd (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE pzza (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE qsr (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE sbux (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE wen (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE yum (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.