Skip to content

BennyThadikaran/eod2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

675 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎇 EOD2

An automated Python script to download and update NSE stocks, indices, and delivery data.

Stock Data is stored as CSV files and adjusted for splits and bonuses. Ideal for use in backtesting.

If you ❤️ my work so far, please 🌟 this repo.

🚀 Market Breadth Indicators - 14th Apr 2026

EOD2 now includes a dedicated market breadth module that helps analyze overall market participation and underlying trend strength beyond individual stocks. See plot_breadth.py ‐ Plot market breadth indicators for usage.

Included Indicators

  • Advance-Decline Line
  • Percentage of stocks above 50-day and 200-day moving averages
  • McClellan Ratio-Adjusted Oscillator
  • Net 52-week cumulative highs

Tools Added

  • market_breadth_sync.py Syncs breadth indicators on a daily basis

  • plot_breadth.py Visualizes breadth indicators alongside broader market indices

Overview

These indicators provide a clearer picture of market momentum and internal strength, helping identify whether market moves are broad-based or driven by a small set of stocks.

Notes

  • src/eod2_data/daily contain OHLC and delivery data for individual stocks.
  • A list of available indices can be found in src/eod2_data/sector_watchlist.csv.
  • Supports Python version >= 3.8

👽 Installation, Usage, and Other Details - See Wiki

💪 EOD2 Discussions

I just opened GitHub discussions. Connect with other members and share your thoughts, views, and questions about EOD2.

🔥 Features

  • Daily EOD data for over 2000 NSE stocks since 1995.
  • Stores OHLCV and delivery data of individual stocks and indices in csv files.
  • Automatically syncs data up to the current date while keeping track of NSE holidays.
  • Makes historical adjustments for splits and bonuses.
  • Keeps track of stock ISIN for changes in company/symbol code and applies changes.
  • Prints colored alerts when NIFTY PE is below 20 and above 25.
  • Works cross platform (Linux, Windows, Mac).
  • Robust error handling mechanisms to protect data.

Plot beautiful charts with plot.py

  • Add volume, sma, ema and stock Relative strength analysis.
  • Perform analysis on weekly or daily charts.
  • Detects support and resistance levels and plots them on the chart.

plot.py screenshot

Draw Trend and Trading lines - Mouse and Keyboard Interaction

Natcopharm with trend and trading lines

Visualise NSE delivery data

Plot.py delivery mode

Analyse the delivery data with dget.py

dget.py screenshot

Other projects utilizing EOD2 Data

BennyThadikaran/RRG-Lite - RRG-Lite is a Python CLI tool for displaying Relative Rotational graph (RRG) charts.

BennyThadikaran/stock-pattern - A python scanner to detect and plot stock chart patterns

About

A fully automated script to download and update NSE EOD Historical stock, index and delivery data with added features

Topics

Resources

License

Stars

Watchers

Forks

Languages