Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruvathaide/stockmarketanalysis
This is code that I have written early on to analyze the Stock Market and provide predictions which is still in the early stages!
https://github.com/dhruvathaide/stockmarketanalysis
analysis jupyter-notebook python3 stockmarket stockmarketanalysis
Last synced: 29 days ago
JSON representation
This is code that I have written early on to analyze the Stock Market and provide predictions which is still in the early stages!
- Host: GitHub
- URL: https://github.com/dhruvathaide/stockmarketanalysis
- Owner: DhruvAthaide
- Created: 2022-09-11T03:45:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T10:14:54.000Z (over 1 year ago)
- Last Synced: 2024-11-14T02:16:14.745Z (3 months ago)
- Topics: analysis, jupyter-notebook, python3, stockmarket, stockmarketanalysis
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Market Analysis
This is Python Code that I have written using Jupyter Notebook and would advise you to do the same for Analyzing the Stock Patterns. It is not an advanced code but is used for basic analysis and is in the early stages.
## Running the Program
Install jupyter notebook if you want to use it!
I have set the code to check the stock market for an analysis of Amazon's stock! You can change it by searching using Commands: "Ctrl + F" and then typing- ticker = "AMZN"!
I have also set the default epochs to 3, as I didn't have a lot of time to run this code continuously! You can change it by searching using Commands: "Ctrl + F" and then typing EPOCHS = 3 or just EPOCHS!
Thanks for Checking out my Code!