0% found this document useful (0 votes)
118 views73 pages

Market X Ls Functions

This document provides documentation on technical analysis functions that can be used to analyze financial instruments. It includes over 30 functions organized into categories like indicators, moving averages, momentum indicators, volatility measures and more. Syntax examples are provided for each function to illustrate how they can be implemented with different instruments and time periods.

Uploaded by

Naresh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views73 pages

Market X Ls Functions

This document provides documentation on technical analysis functions that can be used to analyze financial instruments. It includes over 30 functions organized into categories like indicators, moving averages, momentum indicators, volatility measures and more. Syntax examples are provided for each function to illustrate how they can be implemented with different instruments and time periods.

Uploaded by

Naresh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 73

Function Index

Price Quotes
Technical Indicators
Price History
Key Ratios
Dividends
Historical Fundamentals
MarketXLS Analytics
Events
Estimates Functions
Utilities
Knowledgebase
Back to Index

Item
Ask Price
Open Price
Last Price
Stream data from QM Data bundles
Stream Ask
Stream Bid
Stream Volume
Stream AccumulatedPrice
Stream AccumulatedTradeValue
Stream AccumulatedVolume
Stream Change
Stream Close
Stream High
Stream IsAnnualHigh
Stream IsAnnualLow
Stream Last
Stream LastTradeSize
Stream LastTradeTime
Stream Low
Stream Open
Stream PercentageChange
Stream PostMarketChange
Stream PostMarketLast
Stream PostMarketLastTradeTime
Stream PostMarketPercentChange
Stream PostMarketVolume
Stream PreMarketChange
Stream PreMarketLast
Stream PreMarketPercentChange
Stream PreMarketTradeTime
Stream PreMarketVolume
Stream PreviousClose
Stream Timestamp
Stream TradeCount
Stream Twap
Stream Vwap
Stream Option Delta
Stream Option Gamma
Stream Option Implied Volatality
Stream Option Volatality Change
Stream Option Rho
Stream Option Theta
Stream Option Vega
Last
Change
ChangePercent
Open
High
Low
Bid
Ask
DateTime
PreviousClose
CallPut
ExpiryDate
Strike
OpenInterest
ContractHigh
ContractLow
Volume
LastTradeDateTime
Get a Value from Quotemedia
Option Chain
Option Statistics
Option Market Statistics
Option Chain & Greeks
Ask Size
Bid
Book Value
Bid Size
Change % from Previous Close
Change Value from Previous Close
Last Trade Date
Current Day's Low
Current Day's High
Price Range Current Day
Company Name
Previous Close
Percent change from Previous Day
Today's Volume
Sector
Industry
Function Syntax
Ask(Symbol)
OpenPrice(Symbol)
Last(Symbol)
QM_Stream_Value(Metric, Symbol)
QM_Stream_Ask(symbol)
QM_Stream_Bid(symbol)
QM_Stream_Volume(symbol)
QM_Stream_AccumulatedPrice(symbol)
QM_Stream_AccumulatedTradeValue(symbol)
QM_Stream_AccumulatedVolume(symbol)
QM_Stream_Change(symbol)
QM_Stream_Close(symbol)
QM_Stream_High(symbol)
QM_Stream_IsAnnualHigh(symbol)
QM_Stream_IsAnnualLow(symbol)
QM_Stream_Last(symbol)
QM_Stream_LastTradeSize(symbol)
QM_Stream_LastTradeTime(symbol)
QM_Stream_Low(symbol)
QM_Stream_Open(symbol)
QM_Stream_PercentageChange(symbol)
QM_Stream_PostMarketChange(symbol)
QM_Stream_PostMarketLast(symbol)
QM_Stream_PostMarketLastTradeTime(symbol)
QM_Stream_PostMarketPercentChange(symbol)
QM_Stream_PostMarketVolume(symbol)
QM_Stream_PreMarketChange(symbol)
QM_Stream_PreMarketLast(symbol)
QM_Stream_PreMarketPercentChange(symbol)
QM_Stream_PreMarketTradeTime(symbol)
QM_Stream_PreMarketVolume(symbol)
QM_Stream_PreviousClose(symbol)
QM_Stream_Timestamp(symbol)
QM_Stream_TradeCount(symbol)
QM_Stream_Twap(symbol)
QM_Stream_Vwap(symbol)
QM_Stream_Delta(symbol)
QM_Stream_Gamma(symbol)
QM_Stream_ImpliedVolatality(symbol)
QM_Stream_ImpliedVolatalityChange(symbol)
QM_Stream_Rho(symbol)
QM_Stream_Theta(symbol)
QM_Stream_Vega(symbol)
QM_Last(symbol)
QM_Change(symbol)
QM_ChangePercent(symbol)
QM_Open(symbol)
QM_High(symbol)
QM_Low(symbol)
QM_Bid(symbol)
QM_Ask(symbol)
QM_DateTime(symbol)
QM_PreviousClose(symbol)
QM_CallPut(symbol)
QM_ExpiryDate(symbol)
QM_Strike(symbol)
QM_OpenInterest(symbol)
QM_ContractHigh(symbol)
QM_ContractLow(symbol)
QM_Volume(symbol)
QM_LastTradeDateTime(symbol)
QM_Value(Metric, Symbol)
QM_GetOptionChain(Symbol)
QM_GetRecentOptionStats(Symbol)
QM_GetOptionMarketStats(Symbol)
QM_GetOptionQuotesAndGreeks(Symbol)
AskSize(Symbol)
Bid(Symbol)
BookValue(Symbol)
BidSize(Symbol)
Change_PercentChange(Symbol)
Change(Symbol)
LastTradeDate(Symbol)
DaysLow(Symbol)
DaysHigh(Symbol)
DaysRange(Symbol)
Name(Symbol)
PreviousClose(Symbol)
ChangeinPercent(Symbol)
Volume(Symbol)
Sector(Symbol)
Industry(Symbol)
Example Usage
=ask("MSFT") or '=ask(A1) where A1 contains the ticker symbol of a desired stock
=OpenPrice("MSFT") or '=OpenPrice(A1) where A1 contains the ticker symbol of the desired stock
=Last("MSFT") or '=Last(A1) where A1 contains ticker symbol of a desired stock

=qm_stream_Ask("MSFT") or =qm_stream_Ask(A1)
=qm_stream_Bid("MSFT") or =qm_stream_Bid(A1)
=qm_stream_Volume("MSFT") or =qm_stream_Volume(A1)

=QM_Stream_Change("MSFT") or =QM_Stream_Change(A1)
=QM_Stream_Close("MSFT") or =QM_Stream_Close(A1)
=QM_Stream_High("MSFT") or =QM_Stream_High(A1)
=QM_Stream_IsAnnualHigh("MSFT") or =QM_Stream_IsAnnualHigh(A1)
=QM_Stream_IsAnnualLow("MSFT") or =QM_Stream_IsAnnualLow(A1)
=QM_Stream_Last("MSFT") or =QM_Stream_Last(A1)
=QM_Stream_LastTradeSize("MSFT") or =QM_Stream_LastTradeSize(A1)
=QM_Stream_LastTradeTime("MSFT") or =QM_Stream_LastTradeTime(A1)
=QM_Stream_Low("MSFT") or =QM_Stream_Low(A1)
=QM_Stream_Open("MSFT") or =QM_Stream_Open(A1)
=QM_Stream_PercentageChange("MSFT") or =QM_Stream_PercentageChange(A1)
=QM_Stream_PostMarketChange("MSFT") or =QM_Stream_PostMarketChange(A1)
=QM_Stream_PostMarketLast("MSFT") or =QM_Stream_PostMarketLast(A1)
=QM_Stream_PostMarketLastTradeTime("MSFT") or =QM_Stream_PostMarketLastTradeTime(A1)
=QM_Stream_PostMarketPercentChange("MSFT") or =QM_Stream_PostMarketPercentChange(A1)
=QM_Stream_PostMarketVolume("MSFT") or =QM_Stream_PostMarketVolume(A1)
=QM_Stream_PreMarketChange("MSFT") or =QM_Stream_PreMarketChange(A1)
=QM_Stream_PreMarketLast("MSFT") or =QM_Stream_PreMarketLast(A1)
=QM_Stream_PreMarketPercentChange("MSFT") or =QM_Stream_PreMarketPercentChange(A1)

=QM_Stream_PreMarketVolume("MSFT") or =QM_Stream_PreMarketVolume(A1)
=QM_Stream_PreviousClose("MSFT") or =QM_Stream_PreviousClose(A1)
=QM_Last("MSFT") or '=QM_Last(A1) where A1 contains the ticker symbol of the desired function
=QM_Change("MSFT") or '=QM_Change(A1) where A1 contains the ticker symbol of the desired function
=QM_ChangePercent("MSFT") or '=QM_ChangePercent(A1) where A1 contains the ticker symbol of the desired function
=QM_Open("MSFT") or '=QM_Open(A1) where A1 contains the ticker symbol of the desired stock
=QM_High("MSFT") or '=QM_High(A1) where A1 contains the ticker symbol of the desired function
=QM_Low("MSFT") or '=QM_Low(A1) where A1 contains the ticker symbol of the desired function
=QM_Bid("MSFT") or '=QM_Bid(A1) where A1 contains the ticker symbol of the desired function
=ask("MSFT") or '=ask(A1) where A1 contains the ticker symbol of a desired stock

=QM_PreviousClose("MSFT") or '=QM_PreviousClose(A1) where A1 contains the ticker symbol of the desired function
=qm_CallPut("Option Symbol")

=QM_Volume("MSFT") or '=QM_Volume(A1) where A1 contains the ticker symbol of the desired function
=Change("MSFT") or '=Change(A1) where A1 contains the ticker symbol of the desired function

=AskSize("MSFT") or '=AskSize(A1) where A1 contains the ticker symbol of the desired function
=Bid("MSFT") or '=Bid(A1) where A1 contains the ticker symbol of the desired function
=BookValue("MSFT") or '=BookValue(A1) where A1 contains the ticker symbol of the desired function
=Bidsize("MSFT") or '=BidSize(A1) where A1 contains the ticker symbol of the desired function
=ChangeinPercent("MSFT") or '=ChangeinPercent(A1) where A1 contains the ticker symbol of the desired function
=Change("MSFT") or '=Change(A1) where A1 contains the ticker symbol of the desired function
=Change("MSFT") or '=Change(A1) where A1 contains the ticker symbol of the desired function
=DaysLow("MSFT") or '=DaysLow(A1) where A1 contains the ticker symbol of the desired function
=DaysHigh("MSFT") or '=DaysHigh(A1) where A1 contains the ticker symbol of the desired function
=Name("MSFT") or '=Name(A1) where A1 contains the ticker symbol of the desired function
=Name("MSFT") or '=Name(A1) where A1 contains the ticker symbol of the desired function
=PreviousClose("MSFT") or '=PreviousClose(A1) where A1 contains the ticker symbol of the desired function
=ChangeinPercent("MSFT") or '=ChangeinPercent(A1) where A1 contains the ticker symbol of the desired function
=Volume("MSFT") or '=Volume(A1) where A1 contains the ticker symbol of the desired function
=Sector("MSFT") or '=Sector(A1) where A1 contains the ticker symbol of the desired function
=Industry("MSFT") or '=Industry(A1) where A1 contains the ticker symbol of the desired stock
Back to Index

Item
Commodity Channel Index
On Balance Volume
RSI
SMA
EMA
Money Flow Index
Momentum
Standard Deviation
Average True Range
Mid Point Over Period
Minus Directional Indicator
Plus Directional Indicator
Willams R Indicator
Function syntax
CommodityChannelIndex(DataRange, Optional TimePeriod = 14)
OnBalanceVolume(Symbol, Optional Days = "14")
RelativeStrengthIndex(Symbol)
SimpleMovingAverage(Symbol, Optional Days = "30", Optional StartDate = Nothing)
ExponentialMovingAverage(Symbol, Optional Days = "30")
MoneyFlowIndex(Symbol, Optional Days = "14")
Momentum(Symbol, Optional Days = "10")
StandardDeviationOnClosePrice(Symbol, Optional Days = "14")
AverageTrueRange(Symbol, Optional Days = "14")
MidPointOverPeriod(Symbol, Optional Days = "14")
MinusDirectionalIndicator(Symbol, Optional Days = "14")
PlusDirectionalIndicator(Symbol, Optional Days = "14")
WilliamsR(Symbol, Optional Days = "14")
Example Usage
=CommodityChannelIndex("MSFT") or '=CommodityChannelIndex("MSFT",20) for a 20 day CCI
=OnBalanceVolume("MSFT") or '=OnBalanceVolume("MSFT",20) for a 20 day OBV
=RelativeStrengthIndex("MSFT") or '=RelativeStrengthIndex("MSFT",20) for a 20 day RSI
=SimpleMovingAverage("MSFT") or '=SimpleMovingAverage("MSFT",20) for a 20 day SMA
=ExponentialMovingAverage("MSFT") or '=ExponentialMovingAverage("MSFT",20) for a 20 day EMA
=MoneyFlowIndex("MSFT") or '=MoneyFlowIndex("MSFT",20) for a 20 day mfi
=Momentum("MSFT") or '=Momentum("MSFT",20) for a 20 day Momentum
=StandardDeviationOnClosePrice("MSFT") or '=StandardDeviationOnClosePrice("MSFT",20) for a 20 day Standard Deviation
=AverageTrueRange("MSFT") or '=AverageTrueRange("MSFT",20) for a 20 day ATR
=MidPointOverPeriod("MSFT") or '=MidPointOverPeriod("MSFT",20) for a 20 day Mid Point
=MinusDirectionalIndicator("MSFT") or '=MinusDirectionalIndicator("MSFT",20) for a 20 day CCI
=PlusDirectionalIndicator("MSFT") or '=PlusDirectionalIndicator("MSFT",20) for a 20 day CCI
=WilliamsR("MSFT") or '=WilliamsR("MSFT",20) for a 20 day CCI
Back to Index

Item
MarketCap
EPS
SharesOutstanding
PayDate
Average Daily Volume
Dividend Per Share
Earning Per Share
Float Shares
Market Cap
EBITDA
Price per Sales
Price per Book
Cash Flow Per Share
PE Ratio
PEG Ratio
Shared Owned
Short Ratio
Shares Outstanding
Current Ratio
EBITDA Margin
Forward PE
Quick Ratio
Enterprise Value
Shares Short
Share Percent Held By Insiders
Return on Assets
Return on Assets (Last 12 Months)
Return on Capital
Return on Invested Capital (Last 12 Months)
Return on Invested Capital (Current QTR)
Share Percent Held By Institutions
Profit Margin
Operating Margin
Price to Free Cashflow
Price to Cashflow
PE Low in last 5 Years
PE High in last 5 Years
Price to Tangible Book Ratio
Forward Annual Dividend Yield
Fiver Year Average Dividend Yield
Return on Equity
Return on Equity (Last 12 Months)
Return on Capital (Last 12 Months)
Long Term Debt to Capital Ratio
Leverage Ratio
Interest Coverage Ratio
Revenue Per Share
Revenue Per Share Five Years
Revenue Per Share Three Years
EBIT Margin
Gross Margin
Pre Tax Profit Margin
Total Cash
Total Debt
Total Debt to Equity
Book Value per Share
Operating Cash Flow
Levered Free Cash Flow
Beta
Gross Profit
Revenue
Receivables Turnover
Invoice Turnover
Assets Turnover
Function Syntax
QM_MarketCap(symbol)
QM_EPS(symbol)
QM_SharesOutstanding(symbol)
QM_PayDate(symbol)
AverageDailyVolume(Symbol)
DividendPerShare(Symbol)
EarningsPerShare(Symbol)
FloatShares(Symbol)
MarketCapitalization(Symbol)
EBITDA(Symbol)
PricePerSales(Symbol)
PricePerBook(Symbol)
CashFlowPerShare(Symbol)
PERatio(Symbol)
PEGRatio(Symbol)
SharesOwned(Symbol)
ShortRatio(Symbol)
Shares_Outstanding(Symbol)
current_ratio(Symbol)
ebitda_margins(Symbol)
forwardPE(Symbol)
quick_ratio(Symbol)
EnterpriseValue(Symbol)
SharesShort(Symbol)
SharePercentHeldByInsiders(Symbol)
ReturnOnAssets(Symbol)
ReturnOnAssetsLTM(Symbol)
ReturnOnCapital(Symbol)
ReturnOnInvestedCapitalOneYear(Symbol)
ReturnOnInvestedCapitalQuarter(Symbol)
SharePercentHeldByInstitutions(Symbol)
ProfitMargin(Symbol)
OperatingMargin(Symbol)
PriceToFreeCash(Symbol)
PriceToCashFlow(Symbol)
PELowLastFiveYears(Symbol)
PEHighLastFiveYears(Symbol)
PriceToTangibleBook(Symbol)
ForwardAnnualDividendYield(Symbol)
FiveYearAverageDividendYield(Symbol)
ReturnOnEquity(Symbol)
ReturnOnEquityLTM(Symbol)
ReturnOnCapitalLTM(Symbol)
LongTermDebtToCapital(Symbol)
LeverageRatio(Symbol)
InterestCoverage(Symbol)
RevenuePerShare(Symbol)
RevenueFiveYears(Symbol)
RevenueThreeYears(Symbol)
EBITMargin(Symbol)
GrossMargin(Symbol)
PreTaxProfitMargin(Symbol)
TotalCash(Symbol)
TotalDebt(Symbol)
TotalDebtToEquity(Symbol)
BookValuePerShare(Symbol)
OperatingCashFlow(Symbol)
LeveredFreeCashFlow(Symbol)
Beta(Symbol)
GrossProfit(Symbol)
Revenue(Symbol)
ReceivablesTurnover(Symbol)
InvoiceTurnover(Symbol)
AssetsTurnover(Symbol)
Example Usage
=MarketCapitalization("MSFT") '=MarketCapitalization(A1) where A1 contains the ticker symbol of a desired stock
=QM_EPS("MSFT") or '=QM_EPS(A1) where A1 contains the ticker symbol of the desired stock
=Shares_Outstanding("MSFT") or '=Shares_Outstanding(A1) where A1 contains the ticker symbol of the desired stock
=QM_PayDate("MSFT") or '=QM_PayDate(A1) where A1 contains the ticker symbol of the desired stock
=AverageDailyVolume("MSFT") '=AverageDailyVolume(A1) where A1 contains the ticker symbol of the desired stock
=DividendPerShare("MSFT") or '=DividendPerShare(A1) where A1 contains the ticker symbol of a desired stock
=EarningsPerShare("MSFT") or =EarningsPerShare(A1) where A1 contains the ticker symbol of the desired stock
=FloatShares("MSFT") or =FloatShares(A1) where A1 contains the ticker symbol of the desired stock
=MarketCapitalization("MSFT") '=MarketCapitalization(A1) where A1 contains the ticker symbol of a desired stock
=EBITDA("MSFT") '=EBITDA(A1) where A1 contains the ticker symbol of a desired stock
=PricePerSales("MSFT") '=PricePerSales(A1) where A1 contains the ticker symbol of a desired stock
=PricePerBook("MSFT") '=PricePerBook(A1) where A1 contains the ticker symbol of a desired stock

=PERatio("MSFT") or '=PERatio(A1) where A1 contains the ticker symbol of a desired stock


=PEGRatio("MSFT") or '=PEGRatio(A1) where A1 contains the ticker symbol of a desired stock
=SharesOwned("MSFT") or '=SharesOwned(A1) where A1 contains the ticker symbol of a desired stock
=ShortRatio("MSFT") or '=ShortRatio(A1) where A1 contains the ticker symbol of a desired stock
=Shares_Outstanding("MSFT") or '=Shares_Outstanding(A1) where A1 contains the ticker symbol of the desired stock
=current_ratio("MSFT") or '=current_ratio(A1) where A1 contains the ticker symbol of the desired stock
=ebitda_margins("MSFT") or '=ebitda_margins(A1) where A1 contains the ticker symbol of the desired stock
=forwardPE("MSFT") or '=forwardPE(A1) where A1 contains the ticker symbol of the desired stock
=quick_ratio("MSFT") or '=quick_ratio(A1) where A1 contains the ticker symbol of the desired stock
=EnterpriseValue("MSFT") or '=EnterpriseValue(A1) where A1 contains the ticker symbol of the desired stock
=SharesShort("MSFT") or '=SharesShort(A1) where A1 contains the ticker symbol of the desired stock
=SharePercentHeldByInsiders("MSFT") or '=SharePercentHeldByInsiders(A1) where A1 contains the ticker symbol of the desire
=ReturnOnAssets("MSFT") or '=ReturnOnAssets(A1) where A1 contains the ticker symbol of the desired stock
=ReturnOnAssetsLTM("MSFT") or '=ReturnOnAssetsLTM(A1) where A1 contains the ticker symbol of the desired stock

=SharePercentHeldByInstitutions("MSFT") or '=SharePercentHeldByInstitutions(A1) where A1 contains the ticker symbol of the


=ProfitMargin("MSFT") or '=ProfitMargin(A1) where A1 contains the ticker symbol of the desired stock
=OperatingMargin("MSFT") or '=OperatingMargin(A1) where A1 contains the ticker symbol of the desired stock

=PELowLastFiveYears("MSFT") or '=PELowLastFiveYears(A1) where A1 contains the ticker symbol of the desired stock
=PEHighLastFiveYears("MSFT") or '=PEHighLastFiveYears(A1) where A1 contains the ticker symbol of the desired stock
=PriceToTangibleBook("MSFT") or '=PriceToTangibleBook(A1) where A1 contains the ticker symbol of the desired stock
=ForwardAnnualDividendYield("MSFT") or '=ForwardAnnualDividendYield(A1) where A1 contains the ticker symbol of the desi
=FiveYearAverageDividendYield("MSFT") or '=FiveYearAverageDividendYield(A1) where A1 contains the ticker symbol of the d
=ReturnOnEquity("MSFT") or '=ReturnOnEquity(A1) where A1 contains the ticker symbol of the desired stock
=ReturnOnEquityLTM("MSFT") or '=ReturnOnEquityLTM(A1) where A1 contains the ticker symbol of the desired stock

=LongTermDebtToCapital("MSFT") or '=LongTermDebtToCapital(A1) where A1 contains the ticker symbol of the desired stock

=InterestCoverage("MSFT") or '=InterestCoverage(A1) where A1 contains the ticker symbol of the desired stock
=RevenuePerShare("MSFT") or '=RevenuePerShare(A1) where A1 contains the ticker symbol of the desired stock
=RevenuePerShareFiveYears("MSFT") or '=RevenuePerShareFiveYears(A1) where A1 contains the ticker symbol of the desired
=RevenuePerShareThreeYears("MSFT") or '=RevenuePerShareThreeYears(A1) where A1 contains the ticker symbol of the desi
=EBITMargin("MSFT") or '=EBITMargin(A1) where A1 contains the ticker symbol of the desired stock
=GrossMargin("MSFT") or '=GrossMargin(A1) where A1 contains the ticker symbol of the desired stock
=PreTaxProfitMargin("MSFT") or '=PreTaxProfitMargin(A1) where A1 contains the ticker symbol of the desired stock
=TotalCash("MSFT") '=TotalCash(A1) where A1 contains ticker symbol of the desired stock
=TotalDebt("MSFT") '=TotalDebt(A1) where A1 contains ticker symbol of the desired stock
=TotalDebtToEquity("MSFT") '=TotalDebtToEquity(A1) where A1 contains ticker symbol of the desired stock
=BookValuePerShare("MSFT") '=BookValuePerShare(A1) where A1 contains ticker symbol of the desired stock
=OperatingCashFlow("MSFT") or '=OperatingCashFlow(A1) where A1 contains the ticker symbol of the desired stock
=LeveredFreeCashFlow("MSFT") or '=LeveredFreeCashFlow(A1) where A1 contains the ticker symbol of the desired stock
=Beta("MSFT") or 'Beta(A1) where A1 contains the ticker symbol of a desired stock
=GrossProfit("MSFT" or '=GrossProfit(A1) where A1 contains the ticker symbol of a desired stock
=Revenue("MSFT") or '=Revenue(A1) where A1 contains the ticker symbol of the desired stock
=ReceivablesTurnover("MSFT") or '=ReceivablesTurnover(A1) where A1 contains the ticker symbol of the desired stock

=AssetsTurnover("MSFT") or '=AssetsTurnover(A1) where A1 contains the ticker symbol of the desired stock
Back to Index

Item
Earnings Date
Function Syntax
earnings_date(Symbol)
Example Usage
=earnings_date("MSFT") or =earnings_date(A1) where A1 is contains the desired ticker symbol.
Back to Index

Item
Get tabular data like History from Quotemedia
Get tabular data like History from Quotemedia which
Daily History
Intraday History 5 Minute Intervals
Intraday History 5 Minute Intervals Dynamic
Intraday History 15 Minute Intervals
Intraday History 15 Minute Intervals Dynamic
Intraday History 1 Hour Intervals
Intraday History 1 Hour Intervals Dynamic
Historical Open Price on a date
Historical High Price on a date
Historical Low Price on a date
Historical Close Price on a date
Historical AdjustedClose Price on a date
Function syntax
QM_List(Method, Optional Arg1 = Nothing, Optional ArgVal1 = Nothing, Optional Arg2 = Nothing, Optional ArgVal2 = Nothing,
QM_ListDynamic(Method, Optional Arg1 = Nothing, Optional ArgVal1 = Nothing, Optional Arg2 = Nothing, Optional ArgVal2 =
QM_GetHistory(Symbol)
QM_GetIntradayDataFiveMinutes(Symbol)
QM_GetIntradayDataFiveMinutesDynamic(Symbol, Optional RecordCount = 0)
QM_GetIntradayDataFifteenMinutes(Symbol)
QM_GetIntradayDataFifteenMinutesDynamic(Symbol, Optional RecordCount = 0)
QM_GetIntradayDataOneHour(Symbol)
QM_GetIntradayDataOneHourDynamic(Symbol, Optional RecordCount = 0)
Open_Historical(Symbol, OnDate As Date)
High_Historical(Symbol, OnDate As Date)
Low_Historical(Symbol, OnDate As Date)
Close_Historical(Symbol, OnDate As Date)
Adjusted_Close_Historical(Symbol, OnDate As Date)
Example Usage
ptional Arg2 = Nothing, Optional ArgVal2 = Nothing, Optional Arg3 = Nothing, Optional ArgVal3 = Nothing, Optional Arg4 = Nothing, Option
othing, Optional Arg2 = Nothing, Optional ArgVal2 = Nothing, Optional Arg3 = Nothing, Optional ArgVal3 = Nothing, Optional Arg4 = Nothin
=qm_getHistory("MSFT"), =qm_getHistory("EURUSD=X")
=QM_GetIntradayDataFiveMinutes("MSFT"), =QM_GetIntradayDataFiveMinutes("EURUSD=X"), =QM_GetIntradayDataFiveMi
=QM_GetIntradayDataFiveMinutesDynamic("MSFT"), =QM_GetIntradayDataFiveMinutesDynamic("EURUSD=X"), =QM_GetIn
=QM_GetIntradayDataFifteenMinutes("MSFT"), =QM_GetIntradayDataFifteenMinutes("EURUSD=X"), =QM_GetIntradayDataF
=QM_GetIntradayDataFifteenMinutesDynamic("MSFT"), =QM_GetIntradayDataFifteenMinutesDynamic("EURUSD=X"), =QM_
=QM_GetIntradayDataOneHour("MSFT"), =QM_GetIntradayDataOneHour("EURUSD=X"), =QM_GetIntradayDataOneHour("M
=QM_GetIntradayDataFiveMinutesDynamic("MSFT"), =QM_GetIntradayDataFiveMinutesDynamic("EURUSD=X"), =QM_GetIn
=Open_Historical("MSFT","2020-11-19") - for Date format use YYYY-MM-DD. You can also refer to cells that carry the symbol a
=High_Historical("MSFT","2020-11-19") - for Date format use YYYY-MM-DD. You can also refer to cells that carry the symbol a
=Low_Historical("MSFT","2020-11-19") - for Date format use YYYY-MM-DD. You can also refer to cells that carry the symbol an
=Close_Historical("MSFT","2020-11-19") - for Date format use YYYY-MM-DD. You can also refer to cells that carry the symbol a
=Adjusted_Close_Historical("MSFT","2020-11-19") - for Date format use YYYY-MM-DD. You can also refer to cells that carry th
nal Arg5 = Nothing, Optional ArgVal5 = Nothing, Optional Arg6 = Nothing, Optional ArgVal6 = Nothing, Optional Arg7 = Nothing, Optional A
ng, Optional Arg5 = Nothing, Optional ArgVal5 = Nothing, Optional Arg6 = Nothing, Optional ArgVal6 = Nothing, Optional Arg7 = Nothing, O

onal argument in this function will restrict the number of records that are returned. For example 30 in this example will only return the firs
anic("MSFT",30) - the optional argument in this function will restrict the number of records that are returned. For example 30 in this exam
the optional argument in this function will restrict the number of records that are returned. For example 30 in this example will only retur
utesDynamic("MSFT",30) - the optional argument in this function will restrict the number of records that are returned. For example 30 in
ment in this function will restrict the number of records that are returned. For example 30 in this example will only return the first 30 reco
anic("MSFT",30) - the optional argument in this function will restrict the number of records that are returned. For example 30 in this exam
on. For example =Open_Historical(A1,today()-1) where A1 has a stock symbol and today()-1 is yesterday's date.
n. For example =High_Historical(A1,today()-1) where A1 has a stock symbol and today()-1 is yesterday's date.
n. For example =Low_Historical(A1,today()-1) where A1 has a stock symbol and today()-1 is yesterday's date.
on. For example =Close_Historical(A1,today()-1) where A1 has a stock symbol and today()-1 is yesterday's date.
this function. For example =Open_Historical(A1,today()-1) where A1 has a stock symbol and today()-1 is yesterday's date.
Arg7 = Nothing, Optional ArgVal7 = Nothing, Optional Arg8 = Nothing, Optional ArgVal8 = Nothing, Optional Arg9 = Nothing, Optional Arg
Optional Arg7 = Nothing, Optional ArgVal7 = Nothing, Optional Arg8 = Nothing, Optional ArgVal8 = Nothing, Optional Arg9 = Nothing, Opti

mple will only return the first 30 records.


For example 30 in this example will only return the first 30 records.
this example will only return the first 30 records.
eturned. For example 30 in this example will only return the first 30 records.
only return the first 30 records.
For example 30 in this example will only return the first 30 records.
rg9 = Nothing, Optional ArgVal9 = Nothing, Optional Arg10 = Nothing, Optional ArgVal10 = Nothing, Optional Arg11 = Nothing, Optional Ar
ptional Arg9 = Nothing, Optional ArgVal9 = Nothing, Optional Arg10 = Nothing, Optional ArgVal10 = Nothing, Optional Arg11 = Nothing, Op
rg11 = Nothing, Optional ArgVal11 = Nothing, Optional Arg12 = Nothing, Optional ArgVal12 = Nothing, Optional Arg13 = Nothing, Optional
ptional Arg11 = Nothing, Optional ArgVal11 = Nothing, Optional Arg12 = Nothing, Optional ArgVal12 = Nothing, Optional Arg13 = Nothing, O
Arg13 = Nothing, Optional ArgVal13 = Nothing, Optional Arg14 = Nothing, Optional ArgVal14 = Nothing, Optional Arg15 = Nothing, Option
Optional Arg13 = Nothing, Optional ArgVal13 = Nothing, Optional Arg14 = Nothing, Optional ArgVal14 = Nothing, Optional Arg15 = Nothing
nal Arg15 = Nothing, Optional ArgVal15 = Nothing)
g, Optional Arg15 = Nothing, Optional ArgVal15 = Nothing)
Back to Index

Item
Revenue
Cost of Revenue
Gross Profit
R & D Expenses
SGNA
EBIT
EBIT (USD)
Interest Expense
Earnings before Tax
Income Tax Expense
Net Income
Preferred Dividends Income Statement Impact
Net Income Common Stock
Net Income Common Stock USD
Net Income from Discontinued Operations
Earnings per Basic Share
Earnings per Basic Share USD
Earnings per Diluted Share
Weighted Average Shares
Weighted Average Shares Diluted
Dividends per Basic Common Share
Net Cash Flow from Operations
Depreciation Amortization and Accretion
Net Cash Flow from Investing
Capital Expenditure
Net Cash Flow from Financing
Issuance Repayment of Debt Securities
Issuance Purchase of Equity Shares
Payment of Dividends and Other Cash Distributions
Effect of Exchange Rate Changes on Cash
Net Cash Flow Change in Cash and Cash Equivalents
Total Assets
Current Assets
Assets Non Current
Cash and Equivalents
Cash and Equivalents USD
Trade and Non Trade Receivables
Goodwill and Intangible Assets
Inventory
Total Liabilities
Current Liabilities
Liabilities Non Current
Total Debt
Total Debt USD
Trade and Non Trade Payables
Shareholders Equity
Shareholders Equity USD
Accumulated Retained Earnings Deficit
Investments
Investments Current
Investments NonCurrent
Accumulated Other Comprehensive Income
Asset Turnover
Average Assets
Book Value per Share
Current Ratio
Debt to Equity Ratio
Share Dilution Ratio
Dividend Yield
EBITDA
EBITDA USD
EBITDA Margin
EPS Diluted Growth
EPS Growth
Average Equity
Enterprise Value
Enterprise Value over EBIT
Enterprise Value over EBITDA
Free Cash Flow
Free Cash Flow per Share
Foreign Currency to USD Exchange Rate
Gross Margin
Financial Leverage
Invested Capital
Invested Capital Average
Leverage Ratio
Market Capitalization
NCFO Growth
Net Income Growth
Profit Margin
Price Earnings Damodaran Method
Price to Earnings Ratio
Price to Sales Ratio
Price Sales Damodaran Method
Price to Book Value
Revenue Growth
Retun on Invested Capital
Weighted Average Share Growth
Sales per Share
Payout Ratio
Return on Average Assets
Return on Average Equity
Return on Sales
Tangible Asset Value
Tax Efficiency
Tangible Asset Book Value per Share
Working Capital
Material Corporate Events
Filing Date to Report Period Mapping
Filing Date to Report Type Mapping
Report Period
Calendar Date
Date Key
Last Updated
Share Price Adjusted Close
Share Factor
Shares Basic
Operating Expenses
Operating Income
Consolidated Income
Net Income to Non Controlling Interests
Share Based Compensation
Net Cash Flow Business Acquisitions and Disposals
Net Cash Flow Investment Acquisitions and Disposals
Debt Current
Debt Non Current
Deferred Revenue
Deposit Liabilities
Property Plant Equipment Net
Tax Assets
Tax Liabilities
Adjustments to revenue
Cost of sales
Advertising
Depreciation
Depreciation unreconciled
Amortization
Amortization of intangibles
Operating income after depreciation
Interest income
Earnings from equity interest
Other income net
Income acquired in process RandD
Income restructuring and MandA
Other special charges
Special income-charges
Pre-tax Income EBT
Preferred securities of subsidiary trust
Net income from continuing operations
Net income from total operations
Extraordinary income-losses
Income from cumulative effect of accounting chg
Income from tax loss carry forward
Other gains losses
Normalized income
Excise taxes
Basic EPS from continuing operations
Basic EPS from discontinued operations
Basic EPS from total operations
Basic EPS from extraordinary income
Basic EPS from cumulative effect of accounting chg
Basic EPS from tax loss carry forward
Basic EPS from other gains losses
Basic normalized net income-share
Diluted EPS from continuing operations
Diluted EPS from discontinued operations
Diluted EPS from total operations
Diluted EPS from extraordinary income
Diluted EPS from cumulative effect of accounting chg
Diluted EPS from tax loss carry forward
Diluted EPS from other gains losses
Diluted EPS total
Revenues year-to-date
Diluted EPS from total operations year-to-date
Dividends paid per share year-to-date
Restricted cash
Accounts receivable
Loans receivable
Other receivable
Raw materials
Work in progress
Purchased components
Finished goods
Other inventories
Inventories adjustments and allowances
Prepaid expenses
Current deferred income taxes
Other current assets
Land and improvements
Building and improvements
Machinery furniture and equipment
Construction in progress
Other fixed assets
Total fixed assets
Gross fixed assets plant property and equipment
Accumulated depreciation and depletion
Cost in excess
Non-current deferred income taxes
Other non-current assets
Inventory valuation method
Notes payable
Short term debt
Accrued expenses
Accrued liabilities
Current deferred income taxes
Long term debt
Capital lease obligations
Deferred income taxes
Minority interest
Preferred securities of subsidiary trust
Preferred equity outside stock equity
Preferred stock equity
Common stock equity
Common par
Additional paid in capital
Cumulative translation adjustment
Treasury stock
Total liabilities and stock equity
Cash flow
Shares outstanding common class only
Preferred shares
Total ordinary shares
Total common shares outstanding
Treasury shares
Number of employees
Number of part-time employees
Net income loss
Amortization
Amortization of intangibles
Deferred income taxes
Operating gains losses
Extraordinary gains losses
Increase Decrease in receivables
Increase Decrease in inventories
Increase Decrease in prepaid expenses
Increase Decrease in other current assets
Increase Decrease in payables
Increase Decrease in other current liabilities
Increase Decrease in other working capital
Other non-cash items
Net cash from continuing operations
Net cash from discontinued operations
Sale of property plant equipment
Sale of long term investments
Sale of short term investments
Purchase of long term investments
Purchase of short term investments
Other investing changes net
Cash from disc. investing activities
Issuance of debt
Issuance of capital stock
Repurchase of capital stock
Other financing charges net
Cash from disc. financing activities
Net change in cash and cash equivalents
Cash at beginning of period
Cash at end of period
Foreign sales
Domestic sales
Auditor's name aud. name and aud. op.
Auditor's Report aud. name and aud. op.
Close price-earnings ratio
High price-earnings ratio
Low price-earnings ratio
Gross profit margin profit margin after CGS
Pre-tax profit margin
Post-tax profit margin
Interest coverage from continuing operations
Interest as a percentage of invested capital
Effective tax rate
Income per employee
Normalized low price-earnings ratio
Normalized net profit margin
Normalized return on stock equity
Normalized return on assets
Normalized return on invested capital
Normalized income per employee
Quick ratio
Long-term debt to total capital
Leverage ratio
Cash as a percentage of revenue
Receivables as a percentage of revenue
SGandA expense as percentage of revenue
RandD Expense as percentage of revenue
Revenue per dollar cash
Revenue per dollar plant net
Revenue per dollar common equity
Revenue per dollar invested capital
Receivable turnover
Inventory turnover
Sales per dollar receivables
Sales per dollar inventory
Revenue to assets
Number of days cost of goods sold in inventory
Current assets per share
Total assets per share
Intangibles as percentage book value
Inventory as percentage revenue
Long term debt per share
Current liabilities per share
Cash per share
Long-term debt to equity ratio
Long term debt as percentage of invested capital
Long term debt as percentage of total liabilities
Total liabilities as a percentage of total assets
Working capital as a percentage of equity
Price to tangible book ratio
Working capital as percentage of price
Working capital per share
Cash flow per share
Price-cash flow ratio
Price-free cash flow ratio
Sales per employee
Sales indicator
Earnings indicator
Earnings per share indicator
Price indicator
Price book indicator
Price sales indicator
Price cash indicator
Price free cash indicator
Debt equity indicator
Currency rate indicator
Gross profit indicator
Pre tax profit indicator
Post tax profit indicator
Net profit indicator
Return equity indicator
Level rate indicator
Asset turn over indicator
Research and development expense as percentage of
Function Syntax
hf_Revenue(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Cost_of_Revenue(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Gross_Profit(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Research_and_Development_Expense(Symbol, year, Optional quarter = "1", Option
hf_Selling_General_and_Administrative_Expense(Symbol, year, Optional quarter = "1"
hf_Earning_Before_Interest_and_Taxes_EBIT(Symbol, year, Optional quarter = "1", Op
hf_Earning_Before_Interest_and_Taxes_USD(Symbol, year, Optional quarter = "1", Op
hf_Interest_Expense(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Earnings_before_Tax(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Income_Tax_Expense(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Net_Income(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Preferred_Dividends_Income_Statement_Impact(Symbol, year, Optional quarter = "
hf_Net_Income_Common_Stock(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Net_Income_Common_Stock_USD(Symbol, year, Optional quarter = "1", Optional
hf_Net_Income_from_Discontinued_Operations(Symbol, year, Optional quarter = "1",
hf_Earnings_per_Basic_Share(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Earnings_per_Basic_Share_USD(Symbol, year, Optional quarter = "1", Optional TTM
hf_Earnings_per_Diluted_Share(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Weighted_Average_Shares(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Weighted_Average_Shares_Diluted(Symbol, year, Optional quarter = "1", Optional
hf_Dividends_per_Basic_Common_Share(Symbol, year, Optional quarter = "1", Option
hf_Net_Cash_Flow_from_Operations(Symbol, year, Optional quarter = "1", Optional T
hf_Depreciation_Amortization_and_Accretion(Symbol, year, Optional quarter = "1", O
hf_Net_Cash_Flow_from_Investing(Symbol, year, Optional quarter = "1", Optional TTM
hf_Capital_Expenditure(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Net_Cash_Flow_from_Financing(Symbol, year, Optional quarter = "1", Optional TT
hf_Issuance_Repayment_of_Debt_Securities(Symbol, year, Optional quarter = "1", Opt
hf_Issuance_Purchase_of_Equity_Shares(Symbol, year, Optional quarter = "1", Option
hf_Payment_of_Dividends_and_Other_Cash_Distributions(Symbol, year, Optional quart
hf_Effect_of_Exchange_Rate_Changes_on_Cash(Symbol, year, Optional quarter = "1",
hf_Net_Cash_Flow_Change_in_Cash_and_Cash_Equivalents(Symbol, year, Optional quar
hf_Total_Assets(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Current_Assets(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Assets_Non_Current(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Cash_and_Equivalents(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Cash_and_Equivalents_USD(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Trade_and_Non_Trade_Receivables(Symbol, year, Optional quarter = "1", Optional
hf_Goodwill_and_Intangible_Assets(Symbol, year, Optional quarter = "1", Optional TT
hf_Inventory(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Total_Liabilities(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Current_Liabilities(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Liabilities_Non_Current(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Total_Debt(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Total_Debt_USD(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Trade_and_Non_Trade_Payables(Symbol, year, Optional quarter = "1", Optional TT
hf_Shareholders_Equity(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Shareholders_Equity_USD(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Accumulated_Retained_Earnings_Deficit(Symbol, year, Optional quarter = "1", Opt
hf_Investments(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Investments_Current(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Investments_NonCurrent(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Accumulated_Other_Comprehensive_Income(Symbol, year, Optional quarter = "1",
hf_Asset_Turnover(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Average_Assets(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Book_Value_per_Share(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Current_Ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Debt_to_Equity_Ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Share_Dilution_Ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Dividend_Yield(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_EBITDA(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_EBITDA_USD(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_EBITDA_Margin(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_EPS_Diluted_Growth(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_EPS_Growth(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Average_Equity(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Enterprise_Value(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Enterprise_Value_over_EBIT(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Enterprise_Value_over_EBITDA(Symbol, year, Optional quarter = "1", Optional TTM
hf_Free_Cash_Flow(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Free_Cash_Flow_per_Share(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Foreign_Currency_to_USD_Exchange_Rate(Symbol, year, Optional quarter = "1", O
hf_Gross_Margin(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Financial_Leverage(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Invested_Capital(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Invested_Capital_Average(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Leverage_Ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Market_Capitalization(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_NCFO_Growth(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Net_Income_Growth(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Profit_Margin(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price_Earnings_Damodaran_Method(Symbol, year, Optional quarter = "1", Optiona
hf_Price_to_Earnings_Ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price_to_Sales_Ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price_Sales_Damodaran_Method(Symbol, year, Optional quarter = "1", Optional T
hf_Price_to_Book_Value(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Revenue_Growth(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Retun_on_Invested_Capital(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Weighted_Average_Share_Growth(Symbol, year, Optional quarter = "1", Optional
hf_Sales_per_Share(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Payout_Ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Return_on_Average_Assets(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Return_on_Average_Equity(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Return_on_Sales(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Tangible_Asset_Value(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Tax_Efficiency(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Tangible_Asset_Book_Value_per_Share(Symbol, year, Optional quarter = "1", Opti
hf_Working_Capital(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Material_Corporate_Events(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Filing_Date_to_Report_Period_Mapping(Symbol, year, Optional quarter = "1", Opti
hf_Filing_Date_to_Report_Type_Mapping(Symbol, year, Optional quarter = "1", Optio
hf_Report_Period(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Calendar_Date(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Date_Key(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Last_Updated(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Share_Price_Adjusted_Close(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Share_Factor(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Shares_Basic(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Operating_Expenses(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Operating_Income(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Consolidated_Income(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Net_Income_to_Non_Controlling_Interests(Symbol, year, Optional quarter = "1", O
hf_Share_Based_Compensation(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Net_Cash_Flow_Business_Acquisitions_and_Disposals(Symbol, year, Optional quarte
hf_Net_Cash_Flow_Investment_Acquisitions_and_Disposals(Symbol, year, Optional qua
hf_Debt_Current(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Debt_Non_Current(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Deferred_Revenue(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Deposit_Liabilities(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Property_Plant_Equipment_Net(Symbol, year, Optional quarter = "1", Optional TTM
hf_Tax_Assets(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Tax_Liabilities(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Adjustments_to_revenue(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Cost_of_sales(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Advertising(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Depreciation(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Depreciation_unreconciled(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Amortization(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Amortization_of_intangibles(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Operating_income_after_depreciation(Symbol, year, Optional quarter = "1", Optio
hf_Interest_income(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Earnings_from_equity_interest(Symbol, year, Optional quarter = "1", Optional TTM
hf_Other_income_net(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Income_acquired_in_process_RandD(Symbol, year, Optional quarter = "1", Optiona
hf_Income_restructuring_and_MandA(Symbol, year, Optional quarter = "1", Optional
hf_Other_special_charges(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Special_income-charges(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Pre-tax_Income_EBT(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Preferred_securities_of_subsidiary_trust(Symbol, year, Optional quarter = "1", Opt
hf_Net_income_from_continuing_operations(Symbol, year, Optional quarter = "1", Op
hf_Net_income_from_total_operations(Symbol, year, Optional quarter = "1", Optional
hf_Extraordinary_income-losses(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Income_from_cumulative_effect_of_accounting_chg(Symbol, year, Optional quarter
hf_Income_from_tax_loss_carry_forward(Symbol, year, Optional quarter = "1", Option
hf_Other_gains_losses(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Normalized_income(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Excise_taxes(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Basic_EPS_from_continuing_operations(Symbol, year, Optional quarter = "1", Opti
hf_Basic_EPS_from_discontinued_operations(Symbol, year, Optional quarter = "1", Op
hf_Basic_EPS_from_total_operations(Symbol, year, Optional quarter = "1", Optional T
hf_Basic_EPS_from_extraordinary_income(Symbol, year, Optional quarter = "1", Optio
hf_Basic_EPS_from_cumulative_effect_of_accounting_chg(Symbol, year, Optional quar
hf_Basic_EPS_from_tax_loss_carry_forward(Symbol, year, Optional quarter = "1", Opt
hf_Basic_EPS_from_other_gains_losses(Symbol, year, Optional quarter = "1", Optiona
hf_Basic_normalized_net_income-share(Symbol, year, Optional quarter = "1", Optiona
hf_Diluted_EPS_from_continuing_operations(Symbol, year, Optional quarter = "1", Op
hf_Diluted_EPS_from_discontinued_operations(Symbol, year, Optional quarter = "1",
hf_Diluted_EPS_from_total_operations(Symbol, year, Optional quarter = "1", Optional
hf_Diluted_EPS_from_extraordinary_income(Symbol, year, Optional quarter = "1", Opt
hf_Diluted_EPS_from_cumulative_effect_of_accounting_chg(Symbol, year, Optional qu
hf_Diluted_EPS_from_tax_loss_carry_forward(Symbol, year, Optional quarter = "1", O
hf_Diluted_EPS_from_other_gains_losses(Symbol, year, Optional quarter = "1", Optio
hf_Diluted_EPS_total(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Revenues_year-to-date(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Diluted_EPS_from_total_operations_year-to-date(Symbol, year, Optional quarter =
hf_Dividends_paid_per_share_year-to-date(Symbol, year, Optional quarter = "1", Opt
hf_Restricted_cash(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Accounts_receivable(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Loans_receivable(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Other_receivable(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Raw_materials(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Work_in_progress(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Purchased_components(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Finished_goods(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Other_inventories(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Inventories_adjustments_and_allowances(Symbol, year, Optional quarter = "1", Op
hf_Prepaid_expenses(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Current_deferred_income_taxes(Symbol, year, Optional quarter = "1", Optional TT
hf_Other_current_assets(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Land_and_improvements(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Building_and_improvements(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Machinery_furniture_and_equipment(Symbol, year, Optional quarter = "1", Option
hf_Construction_in_progress(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Other_fixed_assets(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Total_fixed_assets(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Gross_fixed_assets_plant_property_and_equipment(Symbol, year, Optional quarter
hf_Accumulated_depreciation_and_depletion(Symbol, year, Optional quarter = "1", O
hf_Cost_in_excess(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Non-current_deferred_income_taxes(Symbol, year, Optional quarter = "1", Optiona
hf_Other_non-current_assets(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Inventory_valuation_method(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Notes_payable(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Short_term_debt(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Accrued_expenses(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Accrued_liabilities(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Current_deferred_income_taxes(Symbol, year, Optional quarter = "1", Optional TT
hf_Long_term_debt(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Capital_lease_obligations(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Deferred_income_taxes(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Minority_interest(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Preferred_securities_of_subsidiary_trust(Symbol, year, Optional quarter = "1", Opt
hf_Preferred_equity_outside_stock_equity(Symbol, year, Optional quarter = "1", Opti
hf_Preferred_stock_equity(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Common_stock_equity(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Common_par(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Additional_paid_in_capital(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Cumulative_translation_adjustment(Symbol, year, Optional quarter = "1", Optional
hf_Treasury_stock(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Total_liabilities_and_stock_equity(Symbol, year, Optional quarter = "1", Optional
hf_Cash_flow(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Shares_outstanding_common_class_only(Symbol, year, Optional quarter = "1", Opt
hf_Preferred_shares(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Total_ordinary_shares(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Total_common_shares_outstanding(Symbol, year, Optional quarter = "1", Optional
hf_Treasury_shares(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Number_of_employees(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Number_of_part-time_employees(Symbol, year, Optional quarter = "1", Optional T
hf_Net_income_loss(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Amortization(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Amortization_of_intangibles(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Deferred_income_taxes(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Operating_gains_losses(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Extraordinary_gains_losses(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Increase_Decrease_in_receivables(Symbol, year, Optional quarter = "1", Optional
hf_Increase_Decrease_in_inventories(Symbol, year, Optional quarter = "1", Optional
hf_Increase_Decrease_in_prepaid_expenses(Symbol, year, Optional quarter = "1", Opt
hf_Increase_Decrease_in_other_current_assets(Symbol, year, Optional quarter = "1",
hf_Increase_Decrease_in_payables(Symbol, year, Optional quarter = "1", Optional TTM
hf_Increase_Decrease_in_other_current_liabilities(Symbol, year, Optional quarter = "
hf_Increase_Decrease_in_other_working_capital(Symbol, year, Optional quarter = "1"
hf_Other_non-cash_items(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Net_cash_from_continuing_operations(Symbol, year, Optional quarter = "1", Optio
hf_Net_cash_from_discontinued_operations(Symbol, year, Optional quarter = "1", Opt
hf_Sale_of_property_plant_equipment(Symbol, year, Optional quarter = "1", Optional
hf_Sale_of_long_term_investments(Symbol, year, Optional quarter = "1", Optional TT
hf_Sale_of_short_term_investments(Symbol, year, Optional quarter = "1", Optional T
hf_Purchase_of_long_term_investments(Symbol, year, Optional quarter = "1", Option
hf_Purchase_of_short_term_investments(Symbol, year, Optional quarter = "1", Option
hf_Other_investing_changes_net(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Cash_from_disc._investing_activities(Symbol, year, Optional quarter = "1", Optiona
hf_Issuance_of_debt(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Issuance_of_capital_stock(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Repurchase_of_capital_stock(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Other_financing_charges_net(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Cash_from_disc._financing_activities(Symbol, year, Optional quarter = "1", Optiona
hf_Net_change_in_cash_and_cash_equivalents(Symbol, year, Optional quarter = "1",
hf_Cash_at_beginning_of_period(Symbol, year, Optional quarter = "1", Optional TTM
hf_Cash_at_end_of_period(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Foreign_sales(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Domestic_sales(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Auditor's_name_aud._name_and_aud._op.(Symbol, year, Optional quarter = "1", O
hf_Auditor's_Report_aud._name_and_aud._op.(Symbol, year, Optional quarter = "1",
hf_Close_price-earnings_ratio(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_High_price-earnings_ratio(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Low_price-earnings_ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Gross_profit_margin_profit_margin_after_CGS(Symbol, year, Optional quarter = "1
hf_Pre-tax_profit_margin(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Post-tax_profit_margin(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Interest_coverage_from_continuing_operations(Symbol, year, Optional quarter = "
hf_Interest_as_a_percentage_of_invested_capital(Symbol, year, Optional quarter = "1
hf_Effective_tax_rate(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Income_per_employee(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Normalized_low_price-earnings_ratio(Symbol, year, Optional quarter = "1", Option
hf_Normalized_net_profit_margin(Symbol, year, Optional quarter = "1", Optional TTM
hf_Normalized_return_on_stock_equity(Symbol, year, Optional quarter = "1", Optiona
hf_Normalized_return_on_assets(Symbol, year, Optional quarter = "1", Optional TTM
hf_Normalized_return_on_invested_capital(Symbol, year, Optional quarter = "1", Opt
hf_Normalized_income_per_employee(Symbol, year, Optional quarter = "1", Optional
hf_Quick_ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Long-term_debt_to_total_capital(Symbol, year, Optional quarter = "1", Optional T
hf_Leverage_ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Cash_as_a_percentage_of_revenue(Symbol, year, Optional quarter = "1", Optional
hf_Receivables_as_a_percentage_of_revenue(Symbol, year, Optional quarter = "1", O
hf_SGandA_expense_as_percentage_of_revenue(Symbol, year, Optional quarter = "1",
hf_RandD_Expense_as_percentage_of_revenue(Symbol, year, Optional quarter = "1",
hf_Revenue_per_dollar_cash(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Revenue_per_dollar_plant_net(Symbol, year, Optional quarter = "1", Optional TTM
hf_Revenue_per_dollar_common_equity(Symbol, year, Optional quarter = "1", Option
hf_Revenue_per_dollar_invested_capital(Symbol, year, Optional quarter = "1", Option
hf_Receivable_turnover(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Inventory_turnover(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Sales_per_dollar_receivables(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Sales_per_dollar_inventory(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Revenue_to_assets(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Number_of_days_cost_of_goods_sold_in_inventory(Symbol, year, Optional quarter
hf_Current_assets_per_share(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Total_assets_per_share(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Intangibles_as_percentage_book_value(Symbol, year, Optional quarter = "1", Opti
hf_Inventory_as_percentage_revenue(Symbol, year, Optional quarter = "1", Optional
hf_Long_term_debt_per_share(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Current_liabilities_per_share(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Cash_per_share(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Long-term_debt_to_equity_ratio(Symbol, year, Optional quarter = "1", Optional TT
hf_Long_term_debt_as_percentage_of_invested_capital(Symbol, year, Optional quarte
hf_Long_term_debt_as_percentage_of_total_liabilities(Symbol, year, Optional quarter
hf_Total_liabilities_as_a_percentage_of_total_assets(Symbol, year, Optional quarter =
hf_Working_capital_as_a_percentage_of_equity(Symbol, year, Optional quarter = "1",
hf_Price_to_tangible_book_ratio(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Working_capital_as_percentage_of_price(Symbol, year, Optional quarter = "1", Op
hf_Working_capital_per_share(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Cash_flow_per_share(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price-cash_flow_ratio(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price-free_cash_flow_ratio(Symbol, year, Optional quarter = "1", Optional TTM = "
hf_Sales_per_employee(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Sales_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Earnings_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Earnings_per_share_indicator(Symbol, year, Optional quarter = "1", Optional TTM =
hf_Price_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price_book_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price_sales_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price_cash_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Price_free_cash_indicator(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Debt_equity_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Currency_rate_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Gross_profit_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Pre_tax_profit_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Post_tax_profit_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Net_profit_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Return_equity_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Level_rate_indicator(Symbol, year, Optional quarter = "1", Optional TTM = "")
hf_Asset_turn_over_indicator(Symbol, year, Optional quarter = "1", Optional TTM = ""
hf_Research_and_development_expense_as_percentage_of_revenue(Symbol, year, Opti
Example Usage
=hf_Revenue("MSFT",2019) for the year 2019. '=hf_Revenue("MSFT",2019,2) for the year 2019 and the calendar quarter 2, '=
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
https://marketxls.com/knowledge-base/historical-fundamental-functions/
"TTM") for the year 2019 and trailing twelve months from the calendar quarter 3, '=hf_Revenue("MSFT","lq") for the last quarter, '=hf_Re
or the last quarter, '=hf_Revenue("MSFT","lq-1") for the last quarter-1, '=hf_Revenue("MSFT","ly") for the last year, '=hf_Revenue("MSFT
year, '=hf_Revenue("MSFT","ly-1") for the last year - 1, '=hf_Revenue("MSFT","lt") for the last 12 months.
Back to Index

Item
Queries MarketXLS Database
Total Dividends paid between two days in the past
Stock Return Seven Days
Stock Return Fifteen Days
Stock Return Thirty Days
Stock Return Three Months
Stock Return Six Months
Stock Return Nine Months
Stock Return One Year
Stock Return Two Years
Stock Return Three Years
Stock Return Five Years
Stock Return Between two dates in past
Custom Beta Seven Days
Custom Beta Fifteen Days
Custom Beta Thirty Days
Custom Beta Three Months
Custom Beta Six Months
Custom Beta Nine Months
Custom Beta One Year
Custom Beta Two Years
Custom Beta Three Years
Custom Beta Five Years
Custom Beta Between two dates in past
Volume Average Seven Days
Volume Average Fifteen Days
Volume Average Thirty Days
Volume Average Three Months
Volume Average Six Months
Volume Average Nine Months
Volume Average One Year
Volume Average Two Years
Volume Average Three Years
Volume Average Five Years
Volume Average Between two dates in past
Fifty Two Week Low
Change from 52 Week Low
Percent Change from 52 Week Low
Fifty Two Week High
Change from 52 Week High
Percent Change from 52 Week High
50 Day Moving Average
200 Day Moving Average
Change from 200 Day Moving Average
Percent Change from 200 Day Moving Average
Change from 50 Day Moving Average
Percent Change from 50 Day Moving Average
52 Week Range
Fifty Two Week Change
Fifty Two Week High
Fifty Two Week Low
Fifty Day Moving Average
Two Hundred Days Moving Average
High Price in x number of weeks
High Price in x number of days
Low Price in x number of weeks
Low Price in x number of days
Close price x months ago
Historical Volume on a day in past
High Price between 2 dates in history
Low Price between 2 dates in history
Average Price between 2 dates in history
Function Syntax
mxls_db_query(Database, Symbol, applyOn, doWhat, periods)
DividendBetweenTwoDates(Symbol, StartDate As Date, EndDate As Date)
StockReturnSevenDays(Symbol)
StockReturnFifteenDays(Symbol)
StockReturnThirtyDays(Symbol)
StockReturnThreeMonths(Symbol)
StockReturnSixMonths(Symbol)
StockReturnNineMonths(Symbol)
StockReturnOneYear(Symbol)
StockReturnTwoYears(Symbol)
StockReturnThreeYears(Symbol)
StockReturnFiveYears(Symbol)
StockReturnCustomDates(Symbol, StartDate As Date, EndDate As Date)
CustomBetaSevenDays(Symbol, Optional - Benchmark Symbol)
CustomBetaFifteenDays(Symbol, Optional - Benchmark Symbol)
CustomBetaThirtyDays(Symbol, Optional - Benchmark Symbol)
CustomBetaThreeMonths(Symbol, Optional - Benchmark Symbol)
CustomBetaSixMonths(Symbol, Optional - Benchmark Symbol)
CustomBetaNineMonths(Symbol, Optional - Benchmark Symbol)
CustomBetaOneYear(Symbol, Optional - Benchmark Symbol, Optional Period "daily", "weekly" or "monthly")
CustomBetaTwoYears(Symbol, Optional - Benchmark Symbol, Optional Period "daily", "weekly" or "monthly")
CustomBetaThreeYears(Symbol, Optional - Benchmark Symbol, Optional Period "daily", "weekly" or "monthly")
CustomBetaFiveYears(Symbol, Optional - Benchmark Symbol, Optional Period "daily", "weekly" or "monthly")
CustomBetaCustomDates(Symbol, StartDate As Date, EndDate As Date, Optional - Benchmark Symbol, Optional Period "daily"
VolumeAverageSevenDays(Symbol)
VolumeAverageFifteenDays(Symbol)
VolumeAverageThirtyDays(Symbol)
VolumeAverageThreeMonths(Symbol)
VolumeAverageSixMonths(Symbol)
VolumeAverageNineMonths(Symbol)
VolumeAverageOneYear(Symbol)
VolumeAverageTwoYears(Symbol)
VolumeAverageThreeYears(Symbol)
VolumeAverageFiveYears(Symbol)
VolumeAverageCustomDates(Symbol, StartDate As Date, EndDate As Date)
FiftyTwo_weekLow(Symbol)
ChangeFrom52_weekLow(Symbol)
PercentChangeFrom52_weekLow(Symbol)
FiftyTwo_weekHigh(Symbol)
ChangeFrom52_weekHigh(Symbol)
PercentChangeFrom52_weekHigh(Symbol)
Fifty_dayMovingAverage(Symbol)
TwoHundred_dayMovingAverage(Symbol)
ChangeFrom200_dayMovingAverage(Symbol)
PercentChangeFrom200_dayMovingAverage(Symbol)
ChangeFrom50_dayMovingAverage(Symbol)
PercentChangeFrom50_dayMovingAverage(Symbol)
FiftyTwo__weekRange(Symbol)
FiftyTwoWeekChange(Symbol)
FiftyTwoWeekHigh(Symbol)
FiftyTwoWeekLow(Symbol)
FiftyDayMovingAverage(Symbol)
TwoHundredDayMovingAverage(Symbol)
x_week_high(Symbol, weeks)
x_day_high(Symbol, days)
x_week_low(Symbol, weeks)
x_day_low(Symbol, days)
close_historical_x_months_ago(Symbol, months)
Volume_Historical(Symbol, OnDate As Date)
custom_dates_high(Symbol, StartDate As Date, EndDate As Date, Optional DataField = "close")
custom_dates_low(Symbol, StartDate As Date, EndDate As Date, Optional DataField = "close")
custom_dates_average(Symbol, StartDate As Date, EndDate As Date, Optional DataField = "close")
od "daily", "weekly" or "monthly")
riod "daily", "weekly" or "monthly")
eriod "daily", "weekly" or "monthly")
riod "daily", "weekly" or "monthly")
ptional - Benchmark Symbol, Optional Period "daily", "weekly" or "monthly")
l DataField = "close")
DataField = "close")
onal DataField = "close")
Back to Index

Item
Ex Dividend Date
Dividend Pay Date
Dividend Yield
Forward Annual Dividend Date
Dividend Rate
Dividend Payout Ratio
Dividend Date
Ex Dividend Date
Function Syntax
Ex_DividendDate(Symbol)
DividendPayDate(Symbol)
DividendYield(Symbol)
ForwardAnnualDividendRate(Symbol)
DividendRate(Symbol)
DividendPayoutRatio(Symbol)
DividendDate(Symbol)
ExDividendDate(Symbol)
Example Usage
=Ex_DividendDate("MSFT") or =Ex_DividendDate(A1) where A1 is contains the desired ticker symbol.

=DividendYield("MSFT") or =qm_value("yield","MSFT") if you have a Quotemedia Account


Back to Index

Item
EPS Estimate Current Year
EPS Estimate Next Year
EPS Estimate Next Quarter
EPS Estimate Current Quarter
Function Syntax
EPSEstimateCurrentYear(Symbol)
EPSEstimateNextYear(Symbol)
EPSEstimateNextQuarter(Symbol)
EPSEstimateCurrentQuarter(Symbol)
Example Usage
=EPSEstimateCurrentYear("MSFT") or =EPSEstimateCurrentYear(A1) where A1 is contains the desired ticker symbol.
=EPSEstimateNextYear("MSFT") or =EPSEstimateNextYear(A1) where A1 is contains the desired ticker symbol.
=EPSEstimateNextQuarter("MSFT") or =EPSEstimateNextQuarter(A1) where A1 is contains the desired ticker symbol.
=EPSEstimateCurrentQuarter("MSFT") or =EPSEstimateCurrentQuarter(A1) where A1 is contains the desired ticker symbol.
Back to Index

Item
Gets the First day in a Month
Gets the Last day in a Quarter
Gets the First day in a Quarter
Convert Unix Time stampt to Excel date
Excel date to Unix timestamp
Function Syntax
FirstDayInMonth(MonthValue As Integer, YearValue As Integer) As Date
LastDayInQuarter(QuarterValue As Integer, YearValue As Integer) As Date
FirstDayInQuarter(QuarterValue As Integer, YearValue As Integer) As Date
UnixTimestampToDateTime(unixTime As Double) As DateTime
DateTimeToUnixTimestamp(dateTime As DateTime) As Double
Example Usage
=FirstDayInMonth(4,2020) *this will give the first day in the month of April in the year 2020
=LastDayInQuarter(1,2020) *This will give the last day in the first quarter of 2020.
=FirstDayInQuarter(1,2020) *This will give the first day in the first quarter of 2020.

You might also like