Install & Compatibility
Where this runs
tested against v2.97 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 309.2MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 12.0s · import 0.000s · 297MB
308MB installed
● package 308MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
black_scholes_dexter
✓ from nsepython import black_scholes_dexter
✗ from nsepython import nsequote
equity_history
✓ from nsepython import equity_history
✗ from nsepython import nsequote
derivative_history
✓ from nsepython import derivative_history
✗ from nsepython import nsequote
Fetch stock quote for INFY
from nsepython import nsequote
quote = nsequote('INFY')
print(quote)
Upgrade
Version history
2.97latest on PyPI · released May 26, 2025
Audit
Dependencies
requestsrequiredHTTP requests to NSE API