Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saikiran76/stock-market-analysis-eda
Here are the questions we'll try to answer: - What was the change in a stock's price over time? - What was the daily return average of a stock? - What was the moving average of various stocks? - What was the correlation between daily returns of different stocks? - How much value do we put at risk by investing in a particular stock?
https://github.com/saikiran76/stock-market-analysis-eda
Last synced: 3 days ago
JSON representation
Here are the questions we'll try to answer: - What was the change in a stock's price over time? - What was the daily return average of a stock? - What was the moving average of various stocks? - What was the correlation between daily returns of different stocks? - How much value do we put at risk by investing in a particular stock?
- Host: GitHub
- URL: https://github.com/saikiran76/stock-market-analysis-eda
- Owner: saikiran76
- Created: 2023-06-26T20:05:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-26T20:10:50.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:15:28.888Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 6.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In this project, we'll analyze data from the stock market for some technology stocks.
Again, we'll use Pandas to extract and analyze the information, visualize it, and look at different ways to analyze the risk of a stock, based on its performance history.
Here are the questions we'll try to answer:
- What was the change in a stock's price over time?
- What was the daily return average of a stock?
- What was the moving average of various stocks?
- What was the correlation between the daily returns of different stocks?
- How much value do we put at risk by investing in a particular stock?
- How can we attempt to predict future stock behavior?