TickerData

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?)

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

Sources

jvm source
Link copied to clipboard