以下为卖家选择提供的数据验证报告:
数据描述
Context
The Standard and Poor's 500 is a stock market index tracking the performance of 500 large companies listed on stock exchanges in the United States. It is one of the most commonly followed equity indices. As of December 31, 2020, more than $5.4 trillion was invested in assets tied to the performance of the index.
Inspiration
This dataset can be used to create some interesting visualizations and identify how stock prices of a particular company vary over time. Working with stock data is one of the best ways to get acquainted with timeseries forecasting. Can you create a model to stay one step ahead of the market and make statistically informed trading decisions?
Content
The naming convention of the files are in the form ticker.csv
. The individual files contain the historical stock price data of that company. All the files have the following columns:
Date
: The date is in the formatyy-mm-dd
Open
: Price of the stock when the market opensHigh
: Highest price reached in the dayLow
: Lowest price reached in the dayClose
: Price of the stock when the market closesVolume
: Number of shares traded in a dayDividends
: The dividends of the stockStock Splits
: The stock splits of the company. In a stock split, a company divides its existing stock into multiple shares to boost liquidity.
Acknowledgement
Credits to Yahoo Finance that simplified the process of scraping stock data.
