π tickersnap v0.0.4 - Initial Release
We're excited to announce the first stable release of tickersnap, a Python library for accessing Indian stock market data from Tickertape IN APIs.
β¨ What's New
Core Modules:
- π Market Mood Index (MMI) - Current sentiment, trends, and historical comparisons
- π Asset Lists - Complete directory of stocks and ETFs with filtering capabilities
- π― Stock Scorecards - Comprehensive analysis including performance, valuation, and red flags
Developer Experience:
- π Full type hints support with
py.typed - ποΈ Modern async/await compatible HTTP client (httpx)
- π¦ Modular design - import only what you need
- β‘ Concurrent processing for batch operations with progress tracking
π οΈ Technical Details
- Python 3.10+ required
- Dependencies: pydantic, httpx, tqdm
- License: Apache 2.0
- Documentation: mratanusarkar.github.io/tickersnap
π¦ Installation
pip install tickersnapπ Links
- π Documentation - Complete API reference and examples
- π Issues - Bug reports and feature requests
- π¬ Discussions - Community support
Built for the Indian financial community with β€οΈ by @mratanusarkar
What's Changed (PRs)
- feat(setup): initial setup and tickersnap module by @mratanusarkar in #1
- feat(mmi): add mmi module with tickertape APIs by @mratanusarkar in #2
- feat(mmi): add market mood index sub-module to mmi module by @mratanusarkar in #3
- docs(setup): setup, installation and development docs by @mratanusarkar in #4
- feat(lists): add lists module with tickertape APIs by @mratanusarkar in #5
- feat(lists): add asset sub-module to lists module by @mratanusarkar in #6
- feat(stock): add stock module with tickertape APIs by @mratanusarkar in #7
- feat(stock): add scorecard sub-module to stock module by @mratanusarkar in #10
- feat(license): add license by @mratanusarkar in #11
- feat(docs): improve docs by @mratanusarkar in #12
- feat(pypi): prep publish to pypi and release + improve docs by @mratanusarkar in #13
New Contributors
- @mratanusarkar made their first contribution in #1
Full Changelog: https://github.com/mratanusarkar/tickersnap/commits/v0.0.4