py5paisa
py5paisa copied to clipboard
Official Python SDK for 5paisa APIs natively written in VB .NET
* 5paisa Python SDK version: * Python version: * Operating System: ### Description I am just trying to get logged in using python but I am getting an invalid token...
* 5paisa Python SDK version: * Python version: * Operating System: Unable to get authentication response token. As per instruction, I have pasted the following URL in the Browser: https://dev-openapi.5paisa.com/WebVendorLogin/VLogin/Index?VendorKey=XXXXKmmlj6aOHww6wLjlbZc1maie471R&ResponseURL=“https://www.5paisa.com/technology/developer-apis”...
* 5paisa Python SDK version: * Python version: * Operating System: ### Description * 5paisa Python SDK version:latest ### Description In updated readme, authentication section asks to get an access...
* 5paisa Python SDK version:0.1.6 * Python version:3.7.7 * Operating System:Win10 ### Description I just configure the keys.conf file and tried executing client.login() but it ended up with below error...
*5paisa Python SDK version:0.5.4 *Python version:3.10.6 *Operating System: Windows Description Authentication was working correctly till the afternoon. Afterward, it has been showing this error. [32m 14:34:50[0m | [1m'body'[0m [32m 14:34:50[0m...
* 5paisa Python SDK version: 0.5.5 * Python version: 3.8.2 * Operating System: macOS Big Sur v11.4 ### Description 1. We are unable to place new orders using client.place_orders() as...
* 5paisa Python SDK version: 0.4.8 * Python version: 3.10 * Operating System: LINUX ### Description Unable To Login 20:47:09 | 'NoneType' object is not subscriptable After Some Editing In...
Python latest 5paisa latest Hostorical data error [1m('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) Out put says: 'Invalid JWT.' What should be done !
using client.placeorder i can only place the delivery orders rather than intraday.... (i have tried test_order too) plz can anyone helps me regarding this....
**FivePaisaClient** Class Method _margin()_ returns '_AvailableMargin_' -> Thanks Requesting two new Methods to capture '_RequiredMargin_' - 1) ``` def margin_req_order( self, **order ) -> float: """ Takes argument as py5paisa.order.Order(...