BseIndiaApi
An Unofficial Python Api for BSE India stock exchange.
Python version: >= 3.8
⚠️ Advisory: BSE appears to be transitioning to a new API, and endpoint changes may cause 403 Forbidden errors. v3.3.2 includes a User-Agent update that fixes the current issue. A broader endpoint update is still being investigated. See Issue #17 for updates.
Install with PIP
pip install -U bse
Documentation
https://bennythadikaran.github.io/BseIndiaApi/
You might like stock-news built using BseIndiaApi. It helps to keep track of corporate announcements and actions on your portfolio.
Usage
Using with statement
from bse import BSE
with BSE(download_folder='./') as bse:
scripCode = bse.getScripCode('tcs') # 532540 bse scrip code
data = bse.actions(scripcode=scripCode)
ohlc = bse.quote(scripCode) # Open, High, Low, LTP
or
from bse import BSE
from bse.constants import INDEX
bse = BSE(download_folder='./')
code = bse.getScripCode('tcs') # 532540 bse scrip code
gainers = bse.gainers(by='index', name=INDEX.BSE500)
bse.exit() # close the request session
Sample Responses
src/samples contain the sample responses from the various methods in JSON format.
The files are named after the corresponding method in src/BSE.py. Use it to understand the API response structure.
Example Folder
src/examples contains scripts that use the BSE.py.
To use the scripts download or clone the repo.
- get_all_announcements.py: This file demonstrates how to paginate and get all announcements using
BSE.announcements. It has step by step explanation of code. - actions.py:
py actions.py infyto print the recent corporate actions. Nothing more. - advances.py:
py advances.pyto print the advance decline ratios for various bse Indexes.
You may also like my other repo: Stock-News - It uses BseIndiaApi and displays stock announcements, dividend, bonus/splits and upcoming results etc for your portfolio or watchlist stocks.
Release files for bse 3.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bse-3.3.2.tar.gz | 30.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bse-3.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 59.2 kB
Release files / bse-3.3.2.tar.gz
| Download URL | bse-3.3.2.tar.gz |
|---|---|
| Size | 30.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b3134ec46646533220559a66ac9cb0c5d104c7dd139c4635dd13b56db8b1c8b3
|
|
BLAKE2b-256 checksum How to use checksums |
4478a41156b60d329ca553efef084f3ea3a2b7f73f44405b570b523cfc5a3ffa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / bse-3.3.2-py3-none-any.whl
| Download URL | bse-3.3.2-py3-none-any.whl |
|---|---|
| Size | 29.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7833630e3580dfda95a8287c036e95759ce08eb076347d18cf77d5ffab2d49a6
|
|
BLAKE2b-256 checksum How to use checksums |
b8c8cabc55e58580665c8b832b328fe274d9b9e1ca07c83bd86c3d300a2739c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency log