@Moderator_3 Any plan to support it in future ?
Posts made by anand02nikhil
-
RE: SECOND level data via Historical API
-
SECOND level data via Historical API
Currently the lowest level supported by historical api is 1 min. Is it possible to support second level data as well ?
-
Java SDK Addition To Maven Central Repository
Hi,
Please consider adding java sdk to maven central repository. Currently if any version upgrade happens, then we need to manually upload the jar and then have to add to our project and that's why these dependency management tool is used everywhere. So kindly consider the request.
Thanks
-
Unnecessary info logging
Hi,
In the SmartConnect class, there is an info log present in the getOrderHistory method that unnecessarily prints all the order history (a very large object) to the console or log file, which is considered spamming. As a best practice, info logs should not be used for such large objects. Therefore, please consider either converting it to a debug log or removing the info log altogether.
Thanks
-
RE: Option Chain Live Data
@Moderator_3 There should be one API which can take symbolToken and stockExchange in the request and should return all the call & put strikes data for that symbolToken. The data should contain LTP, OI and any other relevant information.
-
Option Chain Live Data API
Hello team, is there any API for getting live option chain data ? If not , when can we expect to get the same ?
In the documentation of smartapi, I am not able to find option chain API. Although on searching on internet, i am able to find option chain API being provided by other brokers. -
Cancellation of partially filled orders
What will happen if we try to cancel partially filled orders to cancel the remaining unfilled shares ? Will it create two orders : One with completely filled quantities and orderstatus as complete and another with completely unfilled quantities with orderstatus as cancelled ?