Sunoco LP (SUN) Historical Stock Prices
Daily trading metrics: Open, High, Low, Close, Adj Close, and Volume for Sunoco
@kaggle.msjahid_sunoco_lp_sun_historical_stock_prices
Daily trading metrics: Open, High, Low, Close, Adj Close, and Volume for Sunoco
@kaggle.msjahid_sunoco_lp_sun_historical_stock_prices
This dataset contains historical stock prices for Sunoco LP (ticker symbol: SUN) spanning from January 23, 2013, to May 23, 2024. Each row represents a single trading day and includes various metrics such as Open, High, Low, Close, Adjusted Close, and Volume.
Sunoco LP is a master limited partnership based in Dallas, Texas, that distributes motor fuel to convenience stores, independent dealers, commercial customers, and distributors. It was formed as a result of Energy Transfer Partners' acquisition of Sunoco, Inc. in 2012.
This dataset can be used for various analytical purposes, including but not limited to:
CREATE TABLE sunoco_lp_stock_prices (
"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.