Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Unoffical Browser Based Python API of 5paisa made at Unofficed.
Its created live today morning only. https://youtube.com/watch?v=2PXSfi0Rsho
Feel Free to Tweak it, Modify it and Add the rest of the missing functions to it at your pace.
Use the package manager pip to install api5paisa.
pip install api5paisa
from api5paisa import Api5Paisa
api = Api5Paisa()
api.login("email or clientId", "passowrd", "dob in the format ddMMyyyy")
#for easy access create ~/.5paisa.conf and user api.login() refer examples/5paisa.conf
#Get Margin
print(api.get_margin())
#Get Trade Book
print(api.get_trade_book())
#Firing Order
order_response = api.order('SBIN', 170.2, 1)
print(order_response)
print(api.get_order_book())
For Documentation and Sample Code, Refer - https://forum.unofficed.com/
For Discussion and Improving this Code, Join - https://www.unofficed.com/chat/
FAQs
Unoffical Browser Based Python API of 5paisa
We found that api5paisa demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.