Metadata-Version: 2.4
Name: sharesansar-api
Version: 0.1.0
Summary: A yfinance-like API for Nepali stock data from ShareSansar
Home-page: https://github.com/yourusername/sharesansar-api
Author: Paul Hembrom
Author-email: Paul Hembrom <hembrompaulus192@gmail.com>
Project-URL: Homepage, https://github.com/yourusername/sharesansar-api
Project-URL: Bug Reports, https://github.com/yourusername/sharesansar-api/issues
Keywords: nepal,stocks,sharesansar,finance,trading
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# ShareSansar API 📈

![Python Version](https://img.shields.io/badge/python-3.7%2B-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![GitHub stars](https://img.shields.io/github/stars/Paul-hembrom/sharesansar-api?style=social)

An API for Nepali stock market data For NEPSE Market.

## ✨ Features

- 🐍  Familiar API for Python developers
- 📊 **Historical data** - Get stock data for any date range
- 🔢 **Multiple symbols** - Download data for multiple stocks at once
- 📅 **Flexible date ranges** - Support for various period formats
-  **Easy to use** - Simple, intuitive API design
- 🇳🇵 **Nepali stocks** - Focused on Nepal Stock Exchange (NEPSE)

## 📦 Notes
- More Section will be added soon in new updates
## 📦 Installation

```bash
pip install sharesansar-api
