Skip to content

Releases: zerodha/javakiteconnect

Kite Connect 3.4.0

28 Jul 12:00
Compare
Choose a tag to compare
  • Added virtual contract note feature.
  • Changes to close response stream after reading the response in all the requests.
  • Changes to avoid reading response stream multiple times when there is exception while reading response in handler.
  • Updated json and okio dependency library versions.

Kite Connect 3.3.2

24 Jan 06:57
Compare
Choose a tag to compare
  • Added leverage to margin calculation data.
  • Bumped up the kotlin dependency library version.

Kite Connect 3.3.1

23 Jan 13:14
Compare
Choose a tag to compare

Breaking changes from 3.2.1 to 3.3.1

MarginCalculationData (model)

version 3.3.1 version 3.2.1
option_premium(double) optionPremium(double)
  • Added charges to margin calculation data.
  • Added auctions feature including getAuctionInstruments, place auction order support in placeOrder.
  • Added auctionNumber to orderbook.
  • Added usedQuantity, authorisedQuantity, authorisedDate and discrepancy to holding model.
  • Added Holding exception and margin exception.

Kite Connect 3.2.1

01 Jun 07:53
Compare
Choose a tag to compare

Breaking changes from 3.1.14 to 3.2.1

Holding (model)

version 3.1.14 version 3.2.1
lastPrice(String) lastPrice(Double)
t1Quantity(String) t1Quantity(int)
pnl(String) pnl(Double)
quantity(String) quantity(int)
averagePrice(String) averagePrice(Double)
  • Removed:
version 3.1.14 version 3.2.1
accountId NA
Tick (model)
version 3.1.14 version 3.2.1
volumeTradedToday(double) volumeTradedToday(long)
  • Change attribute for indices tick will have change percent value against
    the previously sent absolute change value.

Order (model)

  • Removed:
version 3.1.14 version 3.2.1
userId NA
symbol NA

New features

  • Added TTL validity orders.
  • Added iceberg orders.

Fixes

  • BCD live market data having wrong values.
  • Changes to calculate and add change percent value in Indices tick data.

Kite Connect 3.1.14

03 Mar 10:39
Compare
Choose a tag to compare
  • Added Combined margin calculation API.
  • Changes to tradable boolean in Tick model.
  • Added common order statuses to Constants.

Kite Connect 3.1.13

21 Sep 11:37
Compare
Choose a tag to compare
  1. Added Margin calculation API.
  2. Added average price to the position model.

Kite Connect 3.1.12

16 Jun 08:02
Compare
Choose a tag to compare
  1. Fixed oi_day_high and oi_day_low in the Quote model.

Kite Connect 3.1.1

25 Mar 08:20
Compare
Choose a tag to compare
  1. Added exchange update timestamp and guid for order model.
  2. Upgraded okhttp, okhttp interceptor and dependent libraries for better performance.

Kite Connect 3.1.0

25 Sep 12:50
Compare
Choose a tag to compare
  1. Added GTT feature to place, modify, cancel, fetch all GTTs.
  2. Added open interest to getHistoricalData method.
  3. Added upper and lower circuit attributes to Quote model.

Breaking changes from 3.0.2 to 3.1.0

getHistoricalData expects an extra parameter for the open interest of type boolean.

Kite Connect 3.0.2

08 May 05:43
Compare
Choose a tag to compare

Breaking changes from 3.0.1 to 3.0.2

** setEnableLogging** method is removed and now the Kite Connect constructor accepts enableDebugLog as a param with api_key.