py5paisa
py5paisa copied to clipboard
Official Python SDK for 5paisa APIs natively written in VB .NET
* 5paisa Python SDK version: 0.4.8 * Python version: * Operating System: ### Description While trying to find strike codes for 23 june expiry, I couldn't find anything- then next...
* 5paisa Python SDK version: 0.4.8 * Python version: 3.10.5 * Operating System: Windows ### issue I just started to get an hands-on with also api's and struck at login...
As i started designing my strategies i had following questions 1) Is there any way we can pull the existing positions by **tagName** that's being used in strategies, Fyi, currently...
* 5paisa Python SDK version:0.4.8 * Python version:3.8 * Operating System:windows I was fetching market data for every second ``` req_list_ = [{"Exch": "N", "ExchType": ExchType, "Symbol": symbol}] data =...
* 5paisa Python SDK version: 0.4.8 * Python version: 3.8 * Operating System: Ubuntu ### Description Got API keys from https://invest.5paisa.com/DeveloperAPI/APIKeys While running the file got error: 'NoneType' object is...
class Order is missing attributes order_for and AtMarket as mentioned in README.md
The issue with label, "bo_co_order" in README.md where as it should be the class"Bo_co_order" in order.py. please rename in the [README.md.] from "bo_co_order" to "Bo_co_order". ``` test_order=bo_co_order(scrip_code=1660,BuySell='B',Qty=1, LimitPriceInitialOrder=205,TriggerPriceInitialOrder=0,LimitPriceProfitOrder=215.0,TriggerPriceForSL=203,LimitPriceForSL=202,ExchType='C',Exch='N',RequestType='P',AtMarket=False) ``` client.bo_order(test_order)https://github.com/5paisa/py5paisa#bracket-order
* 5paisa Python SDK version: Latest version (0.5.0 and 0.4.9 both) * Python version: Latest * Operating System: W10 ### Description While trying to log in, I'm getting an Import...
*5paisa Python SDK version: 0.3.6 *Python version: 3.9.7 *Operating System: windows 10 ### Description While trying to place a bracket order with a trailing stop loss, the order gets rejected...