Skip to content

Commit 4926ced

Browse files
authored
Merge pull request #120 from zacciep/patch-1
Added `shortable_shares` to ibkr_definitions.py
2 parents 1439f75 + 9b617c7 commit 4926ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibind/client/ibkr_definitions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
'last_yield': '7698', # Last Yield - Implied yield of the bond if it is purchased at the current last price. Last yield is calculated using the Last price on all possible call dates. It is assumed that prepayment occurs if the bond has call or put provisions and the issuer can offer a lower coupon rate based on current market rates. The yield to worst will be the lowest of the yield to maturity or yield to call (if the bond has prepayment provisions). Yield to worse may be the same as yield to maturity but never higher.
106106
'bid_yield': '7699', # Bid Yield - Implied yield of the bond if it is purchased at the current bid price. Bid yield is calculated using the Ask on all possible call dates. It is assumed that prepayment occurs if the bond has call or put provisions and the issuer can offer a lower coupon rate based on current market rates. The yield to worst will be the lowest of the yield to maturity or yield to call (if the bond has prepayment provisions). Yield to worse may be the same as yield to maturity but never higher.
107107
'futures_open_interest': '7697', # Futures Open Interest - Total number of outstanding futures contracts
108+
'shortable_shares': '7636', # Number of shares available for shorting.
108109
'put_call_interest': '7085', # Put/Call Interest - Put option open interest/call option open interest for the trading day.
109110
'put_call_volume': '7086', # Put/Call Volume - Put option volume/call option volume for the trading day.
110111
'option_implied_vol_percent': '7283', # Option Implied Vol. % - A prediction of how volatile an underlying will be in the future. At the market volatility estimated for a maturity thirty calendar days forward of the current trading day, and based on option prices from two consecutive expiration months. To query the Implied Vol. % of a specific strike refer to field 7633.

0 commit comments

Comments
 (0)