以下为卖家选择提供的数据验证报告:
数据描述
Context
If you are satisfied in data and code, please upvote :)👍 The investing is necessary for everyone's future. I think that just knowing the meaning of the variables without interpreting this dataset is enough to study. This data is an S&p500 index, taken from yahoo finance. Contains multiple financial statements and represents prices over a period of about 10 years(2010-01-01 - 2022-04-18(version 12)) we can analyze price of stocks by time series with comparing financial statements that it is expected to be good measurement of correlation! Have you fun!🎉
The data format is received as json and can be used as a data frame. The script used can be checked at Github repository and if you want longer time scale data or up-to-date data, please run the script from the link. And also, if you want another list of stock, you should check the link which can analysis like Dow (tickers are 30), nasdaq (ticker are about 3000).
If you interest this data and code, Pleases see notebooks of strategy :)
I'm still learning Python, so if you find messy code execution or have a better way of doing it, let me know!! and Please contact me :) I think it will be a good study.
Content
In FS_sp500_Value.json It is presented by price like 'Open', 'Close' and so on.
In FS_sp500_RecentValue.json It is presented by Current price.
In FS_sp500_stats.json. It is summary statement for each ticker.
In FS_sp500_addstats.json It is fundamental statement not to be presented in stats.
In FS_sp500_balsheets.json It is presented in balance sheets.
In FS_sp500_income.json It is presented in income statements.
In FS_sp500_flow.json It is presented by cash flow.
All data is presented recently. If you want the statements before, Pleases check and fix below code.
Acknowledgements
I'm studying physics and writing code of python and c++. However I'm not used to it yet and also English :(. Let you know if it is not correctly for code and English :🙏
Inspiration
In interpreting the stock market, there are traditionally low PER and PBR strategies. Prior to this, an ML model using various statements and a price estimation model using time series data have been proposed recently, but we know that they are of little use. This data is highly likely to be used for various analyzes, and it is considered to be basic data for understanding the stock's market. Let's study together and find the best model!
If you are satisfied in data and code, please upvote :)👍
