GitHub
github.com › topics › stock-analysis
stock-analysis · GitHub Topics · GitHub
1 week ago - Teaches step-by-step to analysis stock data in python.
GitHub
github.com › LastAncientOne › SimpleStockAnalysisPython
GitHub - LastAncientOne/SimpleStockAnalysisPython: Teaches step-by-step to analysis stock data in python. · GitHub
Starred by 468 users
Forked by 134 users
Languages Jupyter Notebook
GitHub
github.com › topics › stock-market-analysis
stock-market-analysis · GitHub Topics · GitHub
Tools for stock market analysis. python pandas python3 stock-market finances stock-market-analysis
GitHub
github.com › topics › stock-market-analysis-python
stock-market-analysis-python · GitHub Topics · GitHub
A machine learning project that predicts next-day stock price ranges using a Random Forest model on Yahoo Finance data. For educational use only. python machine-learning pandas prediction-model data-science-learning random-forest-regressor ...
GitHub
github.com › topics › python-stock-analysis
python-stock-analysis · GitHub Topics · GitHub
A dynamic stock scanner using Python and yfinance to analyze stocks based on historical data, calculate returns, and schedule daily scans. Fully customizable for thresholds and timeframes. stock-market-analysis historical-stock-data yfinance-api ...
GitHub
github.com › topics › stock-analyzer
stock-analyzer · GitHub Topics · GitHub
A simple Python program that analyzes the graphs and weighted averages of specified stocks, summarizes the analysis in a Word document for the user, and identifies the current trend.
GitHub
github.com › stefmolin › stock-analysis
GitHub - stefmolin/stock-analysis: Simple to use interfaces for basic technical analysis of stocks. · GitHub
# should install requirements.txt packages $ pip3 install -e stock-analysis # path to top level where setup.py is # if not, install them explicitly $ pip3 install -r requirements.txt
Starred by 373 users
Forked by 136 users
Languages Python
GitHub
github.com › 00-Python › Stock-Market-Analysis
GitHub - 00-Python/Stock-Market-Analysis: This is a cli tool for checking different stock market prices and plotting the data (candlestick plotting also available). · GitHub
This is a cli tool for checking different stock market prices and plotting the data (candlestick plotting also available). - 00-Python/Stock-Market-Analysis
Author 00-Python
GitHub
github.com › topics › stock-analysis-with-python
stock-analysis-with-python · GitHub Topics · GitHub
A professional-grade stock analysis web application built with Streamlit, featuring AI-powered recommendations, technical indicators, backtesting, and portfolio tracking. python jupyter-notebook stock-price-prediction python-3 stock-analysis ...
Project-Python-1
chinhmaigit.github.io › Project-Python-1
Python Project 1: Stock Data Analysis with Pandas and Plotly | Project-Python-1
Python Project 1: Stock data analysis in with Pandas and Plotly
GitHub
github.com › ztaylor2 › stock-analysis
GitHub - ztaylor2/stock-analysis: An app built on python's pyramid framework that performs data analysis and machine learning on stock data.
An app built on python's pyramid framework that performs data analysis and machine learning on stock data. - ztaylor2/stock-analysis
Starred by 11 users
Forked by 4 users
Languages HTML 92.3% | Python 6.2% | CSS 1.5% | HTML 92.3% | Python 6.2% | CSS 1.5%
GitHub
github.com › smudali › stocks-analysis
GitHub - smudali/stocks-analysis: Stocks analysis using python packages · GitHub
Stocks analysis using python packages. Contribute to smudali/stocks-analysis development by creating an account on GitHub.
Starred by 73 users
Forked by 51 users
Languages Jupyter Notebook 99.8% | Python 0.2%
GitHub
github.com › StevenMedvetz › stock-analysis
GitHub - StevenMedvetz/stock-analysis: This repository is for a personal python library of mine for stock analysis on both an asset and portfolio level. It contains many standard visualization and computational functions for data analysis of stocks. It is built off of the yfinance and plotly libraries. · GitHub
This repository is for a personal python library of mine for stock analysis on both an asset and portfolio level. It contains many standard visualization and computational functions for data analysis of stocks.
Author StevenMedvetz
GitHub
github.com › ilitzkyd › Stock-Market-Analysis
GitHub - ilitzkyd/Stock-Market-Analysis: This Python script provides two main functionalities: stock and economic indicators analysis. It utilizes the Yahoo Finance to fetch historical stock price data for multiple tickers and the fredapi library to fetch economic indicator data from the FRED API.
This Python script provides two main functionalities: stock and economic indicators analysis. It utilizes the Yahoo Finance to fetch historical stock price data for multiple tickers and the fredapi library to fetch economic indicator data from ...
Starred by 19 users
Forked by 3 users
Languages Jupyter Notebook 56.4% | HTML 43.6% | Jupyter Notebook 56.4% | HTML 43.6%
GitHub
github.com › RDrahul123 › Stock-Analysis
GitHub - RDrahul123/Stock-Analysis: Stock Analysis is a Python-based project that performs data-driven analysis of stock market trends using historical price data. It includes tools for data collection, cleaning, visualization, and statistical analysis to help identify patterns, compare stock performance, and generate actionable insights. · GitHub
Stock Analysis is a Python-based project that performs data-driven analysis of stock market trends using historical price data. It includes tools for data collection, cleaning, visualization, and statistical analysis to help identify patterns, ...
Author RDrahul123
GitHub
github.com › jcwill415 › Stock_Market_Data_Analysis
GitHub - jcwill415/Stock_Market_Data_Analysis: Scrape, analyze & visualize stock market data for the S&P500 using Python. Build a basic trading strategy using machine learning to assess company performance and determine buy, sell, hold. Read me & instructions available in Spanish. This is a working repo, with plans to expand the project from technical analysis to fundamental analysis. · GitHub
- GitHub - jcwill415/Stock_Market_Data_Analysis: Scrape, analyze & visualize stock market data for the S&P500 using Python. Build a basic trading strategy using machine learning to assess company performance and determine buy, sell, hold.
Starred by 98 users
Forked by 35 users
Languages Jupyter Notebook 99.3% | Python 0.7%
GitHub
github.com › mertbasaryildirim › stock-analyzer
GitHub - mertbasaryildirim/stock-analyzer: A simple Python program that analyzes the graphs and weighted averages of specified stocks, summarizes the analysis in a Word document for the user, and identifies the current trend. · GitHub
The Stock Analyzer is a Python-based tool designed to assist investors and analysts in evaluating stock performance. By leveraging historical stock data, it provides insights into market trends, aiding in informed investment decisions.
Author mertbasaryildirim
GitHub
github.com › NiveditaSureshK › Stock-Market-Analysis
GitHub - NiveditaSureshK/Stock-Market-Analysis: Analysis of opening and closing prices, market share, and market capitalization of 500 large companies listed on US stock exchanges using Python libraries pandas, NumPy, matplotlib, and seaborn.
Analysis of opening and closing prices, market share, and market capitalization of 500 large companies listed on US stock exchanges using Python libraries pandas, NumPy, matplotlib, and seaborn. - NiveditaSureshK/Stock-Market-Analysis
Author NiveditaSureshK
GitHub
github.com › faizancodes › Automated-Fundamental-Analysis
GitHub - faizancodes/Automated-Fundamental-Analysis: Python program that rates stocks out of 100 based on valuation, profitability, growth, and price performance metrics, relative to the company's sector. · GitHub
This python program rates stocks out of 100 based on valuation, profitability, growth, and price performance metrics, relative to sector. View the file StockRatings-04.05.22.csv as an example of the output of this program · Clone the repository ...
Starred by 233 users
Forked by 49 users
Languages Python