-
`api.searchscrip(exchange='NFO', searchtext='NIFTY') ` is not working.
I get:
> DEBUG:urllib3.connectionpool:[https://api.shoonya.com:443](https://api.shoonya.com/) "POST /NorenWClientTP//SearchSc…
-
If we place basket order using API, we need to order margin, This API should be provided by Finvasia
-
Getting Response with some extra characters due to that pandas data frame not generating properly
![image](https://user-images.githubusercontent.com/31009314/192152788-a8ce0a76-0dbd-4ef1-9b58-99f52…
-
The span_calculator does not work as explained in the test folder. Using the following I am trying to get the margin requirement for selling a strangle for Nifty 50 at 21000 PE and 22300 CE for 1 lot.…
-
Do we have API to close all open positions?
Say I ordered
1. Buy SBILIFE-EQ quantity =10
2. Buy SBILIFE-EQ quantity =20
3. Sell INFY-EQ quantity = -10
Now I want to close all open positions.…
-
Query:
enddate = datetime(day=1, month=1, year=2023)
startdate=datetime(day=28, month=12, year=2023)
print(f"{enddate} -> {startdate}")
ret = api.get_time_price_series("NSE", "RELIANCE-EQ", interv…
-
https://shoonyatrade.finvasia.com/NorenWClientTP//CancelOrder
{"request_time":"12:40:58 26-09-2022","stat":"Ok","result":"22092600265894"}
Above log gets printed when we cancel the order even i…
-
Hello
I am using the below code to login and at the same time it is generating session token key.
```
ret=api.login(userid=cred['user'], password=cred['pwd'], twoFA=TOTP, vendor_code=cred['vc'],
…
-
I am trying to fetch 5 min data, I got it working till 9.40 and then after it return data till 9.40 only not no data for 9.40 onwards. As you can see in the screenshot, system time is 9.51 but last ro…
-
Hi, how we can check market open or not ?