Baselight

Time Series Stock Price Dataset

Month wise Stock prices of different Assets. (Synthetic dataset)

@kaggle.karunyaronith_time_series_financial_portfolio_data

Loading...
Loading...

About this Dataset

Time Series Stock Price Dataset

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:

Tables

Financial Portfolio Data

@kaggle.karunyaronith_time_series_financial_portfolio_data.financial_portfolio_data
  • 8.52 KB
  • 500 rows
  • 3 columns
Loading...

CREATE TABLE financial_portfolio_data (
  "date" TIMESTAMP,
  "asset" VARCHAR,
  "price" DOUBLE
);

Share link

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