Git Product home page Git Product logo

stocks-analysis's Introduction

stocks-analysis

Stocks analysis using python packages

Jupyter notebooks

This notebook plots the following stock charts:

  1. Price and Volume charts
  2. Price, SMA, and EMA charts
  3. Price, SMA-50, and SMA-200 charts

yf_ta_part1.properties under config folder has the following parameters that you can configure to pass to the notebook:

  • TICKER - Ticker symbol, e.g., MSFT, this must be a ticker symbol
  • START - start date, e.g. 2021-01-01. This property needs to be adjusted for a ticker as some of them may not have older data
  • TEMPLATE - template for display, it must be one of plotly's template types, e.g. plotly_dark, check Theming and templates in Python for other templates
  • TICKERS  -  list of similar stocks to compare performance. You can also add an index such as Nasdaq 100 (^NDX) to the list

Stock Technical Analysis uses the following main packages:

  • yfinance - reading stocks data
  • TA Lib - Technical Analysis, e.g., SMA, EMA calculations
  • plotly - plotting graphs
  • jproperties - reading the property file
  • pandas - date utilities

An example of a chart showing Price and Volume:newplot (4)

Medium Article

This notebook plots the following stock charts:

  1. Candlestick
  2. RSI and Volume
  3. Bollinger Bands
  4. MACD

Medium Article

This notebook inserts Earnings data into MongoDB Atlas database

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

Medium Article

stocks-analysis's People

Contributors

smudali avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.