
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Python Library for Indian Stock Market Analysis 📈
| Documentation | Features | Quick Start |
Tickersnap provides streamlined access to comprehensive Indian stock market data from www.tickertape.in, enabling powerful financial analysis, automated screening, and market sentiment tracking.
[!IMPORTANT]
- This library heavily relies on the (unofficial) public APIs from Tickertape IN.
- I am not affiliated with Tickertape.in in any way.
- Tickertape had been my go to for stock analysis tool for like forever!
- and I am greatful to them for the work they do!
[!WARNING]
- All data are for informational purposes only and should not be considered as financial advice.
- Always consult qualified financial advisors before making investment decisions.
- I am not an expert in finance.
- I am not responsible for how one uses this library, the consequences, or financial outcomes of using it.
pip install tickersnap
from tickersnap.mmi import MarketMoodIndex
from tickersnap.stock import StockScorecard
from tickersnap.lists import Assets
# Check market sentiment
mmi = MarketMoodIndex()
mood = mmi.get_current_mmi()
print(f"Market Mood: {mood.value:.1f} ({mood.zone.value})")
# Analyze a stock
scorecard = StockScorecard()
analysis = scorecard.get_scorecard("TCS")
if analysis.performance:
print(f"TCS Performance: {analysis.performance.rating.value}")
# Get all stocks
assets = Assets()
all_stocks = assets.get_all_stocks()
print(f"Total stocks available: {len(all_stocks)}")
👉 Complete Quick Start Guide - Learn with real examples!
Module | Description | Use Case |
---|---|---|
📋 Assets | Complete list of stocks & ETFs | Portfolio building, universe selection |
📊 Stock Scorecard | 6-category stock analysis | Investment screening, due diligence |
📈 Market Mood Index | Sentiment tracking (0-100 scale) | Market timing, contrarian investing |
👉 see documentation for more details! | MMI | Assets | Stocks |
👉 see documentation, every module is filled with usage examples!
Licensed under the Apache License 2.0
Contributions are welcome!
(contribution guidelines are coming soon.)
Made with ❤️ for Fin Lovers in India
FAQs
Tickersnap is a tool for getting snapshots of stock data from www.tickertape.in
We found that tickersnap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.