Time Series Stock Price Dataset
Month wise Stock prices of different Assets. (Synthetic dataset)
@kaggle.karunyaronith_time_series_financial_portfolio_data
Month wise Stock prices of different Assets. (Synthetic dataset)
@kaggle.karunyaronith_time_series_financial_portfolio_data
The dataset contains information on the price of different assets every month. The dataset is a synthetic dataset created to encourage beginners to try and code the data using time series technologies.
Column Description:
CREATE TABLE financial_portfolio_data (
"date" TIMESTAMP,
"asset" VARCHAR,
"price" DOUBLE
);Anyone who has the link will be able to view this.