|
13 | 13 | 'underlying_conid': '6457', # Underlying Conid. Use /trsrv/secdef to get more information about the security |
14 | 14 | 'market_data_availability': '6509', # Market Data Availability. The field may contain three chars. First char defines: R = RealTime, D = Delayed, Z = Frozen, Y = Frozen Delayed, N = Not Subscribed. Second char defines: P = Snapshot, p = Consolidated. Third char defines: B = Book |
15 | 15 | 'conid_exchange': '7094', # Conid + Exchange |
| 16 | + 'contract_description': '7219', # Contract Description |
| 17 | + 'contract_description_alt': '7220', # Contract Description (alternative) |
16 | 18 |
|
17 | | - ##Regulator snapshot |
| 19 | + # Regulator snapshot |
18 | 20 | 'ask_codes': '7057', # Returns the series of character codes for the Ask exchange. |
19 | | - |
20 | 21 | 'bid_codes': '7068', # Returns the series of character codes for the Bid exchange. |
21 | | - |
22 | 22 | 'last_exch_codes': '7058', # Returns the series of character codes for the Last exchange. |
23 | 23 |
|
24 | 24 | # Price and Volume |
|
92 | 92 | 'issue_date': '7715', # Issue Date |
93 | 93 | 'organization_type': '7704', # Organization Type |
94 | 94 | 'debt_class': '7705', # Debt Class |
| 95 | + 'text': '58', # Text |
95 | 96 |
|
96 | 97 | # Options and Futures |
97 | 98 | 'opt_volume': '7089', # Opt. Volume - Option Volume |
|
104 | 105 | 'profit_probability': '7703', # Profit Probability - Customer implied probability of any gain. |
105 | 106 | '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. |
106 | 107 | '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. |
| 108 | + 'ask_yield': '7720', # Ask Yield - Implied yield of the bond if it is purchased at the current offer. Ask yield is calculated using the Bid 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. |
107 | 109 | 'futures_open_interest': '7697', # Futures Open Interest - Total number of outstanding futures contracts |
108 | 110 | 'shortable_shares': '7636', # Number of shares available for shorting. |
109 | 111 | 'shortable_fee_rate_percent': '7637', # Shortable Fee Rate % - The fee rate charged for shorting the security, expressed as an annualized percentage. |
|
115 | 117 | 'theta': '7310', # Theta - A measure of the rate of decline the value of an option due to the passage of time. |
116 | 118 | 'vega': '7311', # Vega - The amount that the price of an option changes compared to a 1% change in the volatility. |
117 | 119 | 'implied_vol_percent': '7633', # Implied Vol. % - The implied volatility for the specific strike of the option in percentage. To query the Option Implied Vol. % from the underlying refer to field 7283. |
| 120 | + 'opt_volume_change_percent': '7607', # Opt. Volume Change % - Today's option volume as a percentage of the average option volume. |
| 121 | + 'right': '201', # Right - Returns the right of the instrument, such as P for Put or C for Call. |
118 | 122 |
|
119 | 123 | # Wall Street Horizon |
120 | 124 | 'upcoming_event': '7683', # Upcoming Event - Shows the next major company event. Requires Wall Street Horizon subscription. |
|
125 | 129 | 'recent_analyst_meeting': '7688', # Recent Analyst Meeting - The date and time of the most recent analyst meeting. Requires Wall Street Horizon subscription. |
126 | 130 | 'recent_earnings': '7689', # Recent Earnings - The date and time of the most recent earnings/earning call event. Requires Wall Street Horizon subscription. |
127 | 131 | 'recent_misc_event': '7690', # Recent Misc Event - The date and time of the most recent shareholder meeting, presentation, or other event. Requires Wall Street Horizon subscription. |
| 132 | + 'morningstar_rating': '7655', # Morningstar Rating - Displays Morningstar Rating provided value. Requires Morningstar subscription. |
| 133 | + |
| 134 | + # Dividends |
| 135 | + 'dividends': '7671', # Dividends - This value is the total of the expected dividend payments over the next twelve months per share. |
| 136 | + 'dividends_ttm': '7672', # Dividends TTM - This value is the total of the expected dividend payments over the last twelve months per share. |
128 | 137 |
|
129 | 138 | # Miscellaneous |
| 139 | + 'can_be_traded': '7184', # canBeTraded - If contract is a trade-able instrument. Returns 1(true) or 0(false). |
130 | 140 | 'shortable': '7644', # Shortable - Describes the level of difficulty with which the security can be sold short. |
131 | 141 | 'service_params': '6508', # Service Params. |
132 | 142 | 'market_data_marker': '6119', # Marker for market data delivery method (similar to request id) |
|
0 commit comments