New API and Streaming SDK Released - 27th September 2022
Note: All the APIs with the changes mentioned below are available separately as a new version with the API base url https://api.tradejini.com/v2. Old version of the APIs are still available with the API base url https://api.tradejini.com/ and it will be decommissioned by 15th October 2022 EOD. So please upgrade to the newer version of the API before 15th October !!.
API Document Link: https://api.tradejini.com/api-doc/
Change Log:
- API Name: Scrip Master Data
i) For all the futures contracts 'expiry column' is removed. Expiry can be parsed from the 'id' field.
ii) For all the option contracts, columns such as 'expiry, strike' and 'optType' are removed. All the fields mentioned can be parsed from the 'id' field.
ii) Weekly indicator(w1,w2..,) added for all the futures and option contracts.
iv) Underlying stock ID is added for all the future and option contracts
Response format samples provided below for better understading,
Group Name: FutureContracts
Old Format: id,dispName,excToken,lot,tick,asset,freezeQty,expiry
New Format: id,dispName,excToken,lot,tick,asset,freezeQty,weekly,undId
API Name: Orders
New fields added in the response. Please refer the API doc for the same
API Name: Positions
New fields are added in the response. Please refer the API doc for the same
API Name: Holdings
New fields are added in the response. Please refer the API doc for the same
API Name: Limits
New fields are added in the response. Please refer the API doc for the same
- Streaming SDK
Day OI High and Day OI low is added in the L1 quote packet response. Please download the latest sdk from the API doc
Howdy, Stranger!