TickerData

data class TickerData(adjustedFlag: Boolean?, annualDividend: Float?, ask: Float?, askExchange: String?, askSize: Int?, askTime: String?, bid: Float?, bidExchange: String?, bidSize: Int?, bidTime: String?, changeClose: Float?, changeClosePercentage: Float?, companyName: String?, daysToExpiration: Int?, dirLast: String?, dividend: Float?, eps: Float?, estEarnings: Float?, exDividendDate: Int?, exchgLastTrade: String?, fsi: String?, high: Float?, high52: Float?, highAsk: Float?, highBid: Float?, lastTrade: Float?, low: Float?, low52: Float?, lowAsk: Float?, lowBid: Float?, numberOfTrades: Int?, open: Float?, openInterest: Int?, optionStyle: String?, optionUnderlier: String?, optionUnderlierExchange: String?, previousClose: Float?, previousDayVolume: Int?, primaryExchange: String?, symbolDescription: String?, todayClose: Float?, totalVolume: Int?, upc: Int?, volume10Day: Int?, cashDeliverable: Float?, marketCap: Float?, sharesOutstanding: Float?, nextEarningDate: String?, beta: Float?, yield: Float?, declaredDividend: Float?, dividendPayableDate: Int?, pe: Float?, marketCloseBidSize: Int?, marketCloseAskSize: Int?, marketCloseVolume: Int?, week52LowDate: Int?, week52HiDate: Int?, intrinsicValue: Float?, timePremium: Float?, optionMultiplier: Float?, contractSize: Float?, expirationDate: Int?, optionPreviousBidPrice: Float?, optionPreviousAskPrice: Float?, osiKey: String?, timeOfLastTrade: Int?, averageVolume: Int?)

Parameters

adjustedFlag

Indicates whether an option has been adjusted due to a corporate action (for example, a dividend or stock split)

annualDividend

Cash amount paid per share over the past year

ask

The current ask price for a security

askExchange

Code for the exchange reporting the ask price

askSize

Number shares or contracts offered by broker or dealer at the ask price

askTime

The time of the ask; for example, ’15:15:43 PDT 03-21-2018’

bid

Current bid price for a security

bidExchange

Code for the exchange reporting the bid price

bidSize

Number of shares or contracts offered at the bid price

bidTime

Time of the bid; for example ’15:15:43 PDT 03-21-2018’

changeClose

Dollar change of the last price from the previous close

changeClosePercentage

Percentage change of the last price from the previous close

companyName

Name of the company or mutual fund (shows up to 40 characters)

daysToExpiration

Number of days before the option expires

dirLast

Direction of movement; that is, whether the current price is higher or lower than the price of the most recent trade

dividend

Cash amount per share of the latest dividend

eps

Earnings per share on rolling basis (stocks only)

estEarnings

Projected Earnings per share for the next fiscal year (stocks only)

exDividendDate

Date (in Epoch time) on which shareholders were entitled to receive the latest dividend

exchgLastTrade

Code for the exchange of the last trade

fsi

Financial Status Indicator indicates whether a Nasdaq-listed issuer has failed to submit its regulatory filings on timely basis, failed to meet continuing listing standards, and/or filed for bankruptcy. Codes are: D - Deficient, E - Delinquent, Q - Bankrupt, N - Normal, G - Deficient and Bankrupt, H - Deficient and Delinquent, J - Delinquent and Bankrupt, and K - Deficient, Delinquent, and Bankrupt.

high

Highest price at which a security has traded during the current day

high52

Highest price at which a security has traded during the past year (52 weeks). For options, this value is the lifetime high.

highAsk

Highest ask price for the current trading day

highBid

Highest bid price for the current trading day

lastTrade

Price of the most recent trade of a security

low

Lowest price at which a security has traded during the current day

low52

Lowest price at which security has traded during the past year (52 weeks). For options, this value is the lifetime low.

lowAsk

Lowest ask price for the current trading day

lowBid

Lowest bid price for the current trading day

numberOfTrades

Number of transactions involving buying a security from another entity

open

Price of a security at the current day’s market open

openInterest

Total number of options or futures contracts that are not closed or delivered on a particular day

optionStyle

Specifies how the contract treats the expiration date. Possible values are "European" (options can be exercised only on the expiration date) or "American" (options can be exercised any time before they expire).

optionUnderlier

Symbol for the underlier (options only)

optionUnderlierExchange

Exchange code for option underlier symbol; applicable only for options

previousClose

Official price at the close of the previous trading day

previousDayVolume

Final volume from the previous market session

primaryExchange

Exchange code of the primary listing exchange for this instrument

symbolDescription

Description of the security; for example, the company name or the option description

todayClose

Price at the close of the regular trading session for the current day

totalVolume

Total number of shares or contracts exchanging hands

upc

Uniform Practice Code identifies specific FINRA advisories detailing unusual circumstances; for example, extremely large dividends, when-issued settlement dates, and worthless securities

volume10Day

Ten-day average trading volume for the security

cashDeliverable

The cash deliverables in case of multiple deliverables

marketCap

The value market capitalization

sharesOutstanding

The number of outstanding shares

nextEarningDate

If requireEarningsDate is true, the next earning date value in mm/dd/yyyy format

beta

A measure of a stock’s volatility relative to the primary market index

yield

The dividend yield

declaredDividend

The declared dividend

dividendPayableDate

The dividend payable date

pe

The option multiplier

marketCloseBidSize

The market close bid size

marketCloseAskSize

The market close ask size

marketCloseVolume

The market close volume

week52LowDate

The date at which the price was the lowest in the last 52 weeks; applicable for stocks and mutual funds

week52HiDate

The date at which the price was highest in the last 52 weeks; applicable for stocks and mutual funds

intrinsicValue

The intrinsic value of the share

timePremium

The value of the time premium

optionMultiplier

The option multiplier value

contractSize

CThe contract size of the option

expirationDate

The expiration date of the option

optionPreviousBidPrice

The option previous bid price

optionPreviousAskPrice

OThe option previous ask price

osiKey

The Options Symbology Initiative (OSI) representation of the option symbol

timeOfLastTrade

The time when the last trade was placed

averageVolume

Average volume value corresponding to the symbol

Constructors

TickerData
Link copied to clipboard
fun TickerData(adjustedFlag: Boolean?, annualDividend: Float?, ask: Float?, askExchange: String?, askSize: Int?, askTime: String?, bid: Float?, bidExchange: String?, bidSize: Int?, bidTime: String?, changeClose: Float?, changeClosePercentage: Float?, companyName: String?, daysToExpiration: Int?, dirLast: String?, dividend: Float?, eps: Float?, estEarnings: Float?, exDividendDate: Int?, exchgLastTrade: String?, fsi: String?, high: Float?, high52: Float?, highAsk: Float?, highBid: Float?, lastTrade: Float?, low: Float?, low52: Float?, lowAsk: Float?, lowBid: Float?, numberOfTrades: Int?, open: Float?, openInterest: Int?, optionStyle: String?, optionUnderlier: String?, optionUnderlierExchange: String?, previousClose: Float?, previousDayVolume: Int?, primaryExchange: String?, symbolDescription: String?, todayClose: Float?, totalVolume: Int?, upc: Int?, volume10Day: Int?, cashDeliverable: Float?, marketCap: Float?, sharesOutstanding: Float?, nextEarningDate: String?, beta: Float?, yield: Float?, declaredDividend: Float?, dividendPayableDate: Int?, pe: Float?, marketCloseBidSize: Int?, marketCloseAskSize: Int?, marketCloseVolume: Int?, week52LowDate: Int?, week52HiDate: Int?, intrinsicValue: Float?, timePremium: Float?, optionMultiplier: Float?, contractSize: Float?, expirationDate: Int?, optionPreviousBidPrice: Float?, optionPreviousAskPrice: Float?, osiKey: String?, timeOfLastTrade: Int?, averageVolume: Int?)
Indicates whether an option has been adjusted due to a corporate action (for example, a dividend or stock split)

Properties

adjustedFlag
Link copied to clipboard
val adjustedFlag: Boolean?
Indicates whether an option has been adjusted due to a corporate action (for example, a dividend or stock split)
annualDividend
Link copied to clipboard
val annualDividend: Float?
Cash amount paid per share over the past year
ask
Link copied to clipboard
val ask: Float?
The current ask price for a security
askExchange
Link copied to clipboard
val askExchange: String?
Code for the exchange reporting the ask price
askSize
Link copied to clipboard
val askSize: Int?
Number shares or contracts offered by broker or dealer at the ask price
askTime
Link copied to clipboard
val askTime: String?
The time of the ask; for example, ’15:15:43 PDT 03-21-2018’
averageVolume
Link copied to clipboard
val averageVolume: Int?
Average volume value corresponding to the symbol
beta
Link copied to clipboard
val beta: Float?
A measure of a stock’s volatility relative to the primary market index
bid
Link copied to clipboard
val bid: Float?
Current bid price for a security
bidExchange
Link copied to clipboard
val bidExchange: String?
Code for the exchange reporting the bid price
bidSize
Link copied to clipboard
val bidSize: Int?
Number of shares or contracts offered at the bid price
bidTime
Link copied to clipboard
val bidTime: String?
Time of the bid; for example ’15:15:43 PDT 03-21-2018’
cashDeliverable
Link copied to clipboard
val cashDeliverable: Float?
The cash deliverables in case of multiple deliverables
changeClose
Link copied to clipboard
val changeClose: Float?
Dollar change of the last price from the previous close
changeClosePercentage
Link copied to clipboard
val changeClosePercentage: Float?
Percentage change of the last price from the previous close
companyName
Link copied to clipboard
val companyName: String?
Name of the company or mutual fund (shows up to 40 characters)
contractSize
Link copied to clipboard
val contractSize: Float?
CThe contract size of the option
daysToExpiration
Link copied to clipboard
val daysToExpiration: Int?
Number of days before the option expires
declaredDividend
Link copied to clipboard
val declaredDividend: Float?
The declared dividend
dirLast
Link copied to clipboard
val dirLast: String?
Direction of movement; that is, whether the current price is higher or lower than the price of the most recent trade
dividend
Link copied to clipboard
val dividend: Float?
Cash amount per share of the latest dividend
dividendPayableDate
Link copied to clipboard
val dividendPayableDate: Int?
The dividend payable date
eps
Link copied to clipboard
val eps: Float?
Earnings per share on rolling basis (stocks only)
estEarnings
Link copied to clipboard
val estEarnings: Float?
Projected Earnings per share for the next fiscal year (stocks only)
exchgLastTrade
Link copied to clipboard
val exchgLastTrade: String?
Code for the exchange of the last trade
exDividendDate
Link copied to clipboard
val exDividendDate: Int?
Date (in Epoch time) on which shareholders were entitled to receive the latest dividend
expirationDate
Link copied to clipboard
val expirationDate: Int?
The expiration date of the option
fsi
Link copied to clipboard
val fsi: String?
Financial Status Indicator indicates whether a Nasdaq-listed issuer has failed to submit its regulatory filings on timely basis, failed to meet continuing listing standards, and/or filed for bankruptcy.
high
Link copied to clipboard
val high: Float?
Highest price at which a security has traded during the current day
high52
Link copied to clipboard
val high52: Float?
Highest price at which a security has traded during the past year (52 weeks).
highAsk
Link copied to clipboard
val highAsk: Float?
Highest ask price for the current trading day
highBid
Link copied to clipboard
val highBid: Float?
Highest bid price for the current trading day
intrinsicValue
Link copied to clipboard
val intrinsicValue: Float?
The intrinsic value of the share
lastTrade
Link copied to clipboard
val lastTrade: Float?
Price of the most recent trade of a security
low
Link copied to clipboard
val low: Float?
Lowest price at which a security has traded during the current day
low52
Link copied to clipboard
val low52: Float?
Lowest price at which security has traded during the past year (52 weeks).
lowAsk
Link copied to clipboard
val lowAsk: Float?
Lowest ask price for the current trading day
lowBid
Link copied to clipboard
val lowBid: Float?
Lowest bid price for the current trading day
marketCap
Link copied to clipboard
val marketCap: Float?
The value market capitalization
marketCloseAskSize
Link copied to clipboard
val marketCloseAskSize: Int?
The market close ask size
marketCloseBidSize
Link copied to clipboard
val marketCloseBidSize: Int?
The market close bid size
marketCloseVolume
Link copied to clipboard
val marketCloseVolume: Int?
The market close volume
nextEarningDate
Link copied to clipboard
val nextEarningDate: String?
If requireEarningsDate is true, the next earning date value in mm/dd/yyyy format
numberOfTrades
Link copied to clipboard
val numberOfTrades: Int?
Number of transactions involving buying a security from another entity
open
Link copied to clipboard
val open: Float?
Price of a security at the current day’s market open
openInterest
Link copied to clipboard
val openInterest: Int?
Total number of options or futures contracts that are not closed or delivered on a particular day
optionMultiplier
Link copied to clipboard
val optionMultiplier: Float?
The option multiplier value
optionPreviousAskPrice
Link copied to clipboard
val optionPreviousAskPrice: Float?
OThe option previous ask price
optionPreviousBidPrice
Link copied to clipboard
val optionPreviousBidPrice: Float?
The option previous bid price
optionStyle
Link copied to clipboard
val optionStyle: String?
Specifies how the contract treats the expiration date.
optionUnderlier
Link copied to clipboard
val optionUnderlier: String?
Symbol for the underlier (options only)
optionUnderlierExchange
Link copied to clipboard
val optionUnderlierExchange: String?
Exchange code for option underlier symbol; applicable only for options
osiKey
Link copied to clipboard
val osiKey: String?
The Options Symbology Initiative (OSI) representation of the option symbol
pe
Link copied to clipboard
val pe: Float?
The option multiplier
previousClose
Link copied to clipboard
val previousClose: Float?
Official price at the close of the previous trading day
previousDayVolume
Link copied to clipboard
val previousDayVolume: Int?
Final volume from the previous market session
primaryExchange
Link copied to clipboard
val primaryExchange: String?
Exchange code of the primary listing exchange for this instrument
sharesOutstanding
Link copied to clipboard
val sharesOutstanding: Float?
The number of outstanding shares
symbolDescription
Link copied to clipboard
val symbolDescription: String?
Description of the security; for example, the company name or the option description
timeOfLastTrade
Link copied to clipboard
val timeOfLastTrade: Int?
The time when the last trade was placed
timePremium
Link copied to clipboard
val timePremium: Float?
The value of the time premium
todayClose
Link copied to clipboard
val todayClose: Float?
Price at the close of the regular trading session for the current day
totalVolume
Link copied to clipboard
val totalVolume: Int?
Total number of shares or contracts exchanging hands
upc
Link copied to clipboard
val upc: Int?
Uniform Practice Code identifies specific FINRA advisories detailing unusual circumstances; for example, extremely large dividends, when-issued settlement dates, and worthless securities
volume10Day
Link copied to clipboard
val volume10Day: Int?
Ten-day average trading volume for the security
week52HiDate
Link copied to clipboard
val week52HiDate: Int?
The date at which the price was highest in the last 52 weeks; applicable for stocks and mutual funds
week52LowDate
Link copied to clipboard
val week52LowDate: Int?
The date at which the price was the lowest in the last 52 weeks; applicable for stocks and mutual funds
yield
Link copied to clipboard
val yield: Float?
The dividend yield

Sources

jvm source
Link copied to clipboard