EquityRT Help
Estimates Data Functions

These are the functions that return the consensus values of the market which you can reach after entering the estimation values to the database of EquityRT.

Consensus: It returns the consensus values of the market that are collected from the investment companies. There are 6 functions, evaluating the consensus values. Below the descriptions and parameters of these functions are listed.

When consensus values are calculated, not only the parameters you set in the function, but also the settings you made in Tools>Options>Estimation are considered.

 

Parameter

Description

Default Value

ConsensusFinancialEstimate()

Quarterly data is evaluated by this function. You can reach the consensus values of Net Profit, EBITDA and Net Sales.

 

Security

Ticker of the selected security

CurrentSecurity

Quarter

You can select a date or write a date function.

CurrentSession

Estimate Item

Selected item

 

One of the Net Profit, EBITDA, Net Sales can be selected.

 

Template

Selected table template

 

Conversion Type

You can set the exchange rate which will be used to convert the estimation values of users that entered into system with respect to currencies other than default currency.

See Also: Estimates

SelfEstimate

Calculation Method

The method of calculation of the selected estimaton item

 

One of the parameters Minimum, Average, Median, Maximum can be selected.

Average

Date

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date

 

Display Unit

Calculated result will be displayed in this unit. (If it is greater than 1 it will be divided by the value and will be multiplied otherwise.)

1

--Example--

Estimate Item=Net Profit, Conversion Type=Self Estimate, Method=Average

ConsensusFinancialEstimate(CurrentSecurity, CurrentQuarter, EstimateItem("TahminiNetKar”), CurrentTemplate, “SelfEstimate”, “Average”, CurrentDate)

 

ConsensusRecommendation()

Recommendation data of the securities are evaluated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Recommendation Method

Recommendation type

 

One of the recommendaiton type Buy, Sell, Hold, Under Review and Total can be selected.

Date

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

Recommendation Method=Number of ‘Buy’

ConsensusRecommendation(CurrentSecurity, BuyCount, CurrentDate)

 

ConsensusTargetMCap()

Target Market Capitalization values of the securities are evaluated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Calculation Method

The method of calculation of the selected estimaton item

 

One of the parameters Minimum, Average, Median, Maximum can be selected.

Average

Day

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

Display Unit

Calculated result will be displayed in this unit. (If it is greater than 1 it will be divided by the value and will be multiplied otherwise.)

1

--Example--

ConsensusTargetMCap(CurrentSecurity, “Average”, CurrentDate)

 

ConsensusTargetMCapPotential()

The percentage difference (rise/fall potantial) of the target market capitalization values and the current market capitalizaiton values are evaluated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Calculation Method

The method of calculation of the selected estimaton item

 

One of the parameters Minimum, Average, Median, Maximum can be selected.

Average

Day

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

ConsensusTargetMCapPotential(CurrentSecurity, “Average”, CurrentDate)

 

ConsensusFXEstimate()

Quarterly data of the foreign currencies are evaluated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Quarter

You can select a date or write a date function.

CurrentSession

Estimation Type

 

Selected estimation type

 

One of the Average or Last Day can be selected.

Ortalama

Calculation Method

The method of calculation of the selected estimaton item

 

One of the parameters Minimum, Average, Median, Maximum can be selected.

Average

Date

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

Currency=USD, Estimation Type=Average, Calculation Method= Average

ConsensusFXEstimate(EstimatableCurrency(“USD”),CurrentQuarter, FxAverage, Average)

 

ConsensusMacroEstimate()

Monthly data of the macros is calculated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Month

You can select a date or write a date function.

CurrentSession

Calculation Method

The method of calculation of the selected estimaton item

 

One of the parameters Minimum, Average, Median, Maximum can be selected.

Average

Date

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

Calculation Method= Average

 

ConsensusMacroEstimate(CurrentSecurity, CurrentMonth, Average)

 

   

ConsensusFwdPBVEstimate()

Fwd P/BV consensus of the security is calculated by this function.

Security

Ticker of the selected security

CurrentSecurity

Quarter

You can select a date or write a date function.

CurrentSession

Calculation Method

Today’s Mcap / (Estimate Year) Shareholders Book Value (consensus)

 

 

Date

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

Coefficient

Calculated result will be displayed in this unit. (If it is greater than 1 it will be divided by the value and will be multiplied otherwise.)

1

--Example--

ConsensusFwdPBVEstimate(CurrentSecurity, CurrentMonth, Average)

ConsensusPreviousFwdPBVEstimate()

The previous Fwd P/BV consensus estimation of the financial table items is calculated by this function for the selected security and the specified quarter.

Security

Ticker of the selected security

CurrentSecurity

Quarter

You can select a date or write a date function.

 

CurrentSession

Calculation Method

Today’s Mcap / (Estimate Year) Shareholders Book Value (prev date) (konsensus)

 

Date

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

Coefficient

Calculated result will be displayed in this unit. (If it is greater than 1 it will be divided by the value and will be multiplied otherwise.)

1

--Example--

ConsensusPreviousFwdPBVEstimate(CurrentSecurity, CurrentMonth, Average)

ConsForward()

The trailing consensus forward estimation is calculated by this function for specified field ( P/E, P/BV, Net Earnings ...) and date

Security

Ticker of the selected security

 

CurrentSecurity

Date

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

Field

 Specified Field can be selected (P/E, P/BV, Net Earnings ...)

Calculation Metod

Trailing consensus forward estimates are calculated by using actual figures and analysts estimates. Example for P/E; Mcap (Actual value) / Net Earnings (Consensus estimates)

 

--Example--

ConsForward(CurrentSecurity, Date, Field "P/E")

 

Company:These are the functions that satisfy to reach the estimation values entered to database of EquityRT by users. There are 6 functions, evaluating the company estimation values.

Parameter

Description

Default Value

CompanyFinancialEstimate()

Quarterly data are evaluated by this function. You can reach the values of Net Profit, EBITDA and Net Sales estimations of the companies.

 

Security

Ticker of the selected security

CurrentSecurity

Quarter

You can select a date or write a date function.

 

Estimate Item

Selected item

 

One of the Net Profit, EBITDA, Net Sales can be selected.

 

Template

Selected table template

 

Date

Calculation of the selected estimation value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

Estimation Item=Net Profit, Conversion Type=Self Estimate, Calculation Method= Average

 

CompanyFinancialEstimate(CurrentSecurity, CurrentQuarter, EstimateItem("TahminiNetKar”), CurrentTemplate, CurrentDate)

 

CompanyRecommendation()

Recommendation data of the securities are evaluated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Date

Calculation of the selected estimation value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

CompanyRecommendation(CurrentSecurity, CurrentDate)

 

CompanyTargetMCap()

Target Market Capitalization values of the securities are evaluated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Day

Calculation of the selected estimation value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

CompanyTargetMCap(CurrentSecurity, CurrentDate)

 

CompanyTargetMCapPotential()

The percentage difference (rise/fall potantial) of the target market capitalization values and the current market capitalizaiton values are evaluated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Day

Calculation of the selected estimation value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

CompanyTargetMCapPotential(CurrentSecurity, CurrentDate)

 

CompanyFXEstimate()

Quarterly data of the foreign currencies are evaluated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Quarter

You can select a date or write a date function.

CurrentSession

Estimation Type

 

Selected estimation type

 

One of the Average or Last Day can be selected.

Ortalama

Use Real Data If It Exists

 

This parameter satisfies the usage of the real data, if it exists, instead of estimation data.

False

Date

Calculation of the selected estimation value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

Estimation Item=Net Profit, Conversion Type=Self Estimate, Use Real Data If It Exists=False

CompanyFXEstimate(EstimatableCurrency(“USD”), CurrentQuarter, FxAverage)

 

CompanyMacroEstimate()

Monthly data of the macros is calculated by this function.

 

Security

Ticker of the selected security

CurrentSecurity

Month

You can select a date or write a date function.

CurrentSession

Use Real Data If It Exists

This parameter satisfies the usage of the real data, if it exists, instead of estimation data.

False

Date

Calculation of the selected estimation value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

 

--Example--

CompanyMacroEstimate(CurrentSecurity, CurrentMonth, false)

 

 

CompanyFwdPBVEstimation()

Forward P/BV estimate of the company is calculated by this function for selected security and specified date.

Security

Ticker of the selected security

CurrentSecurity

Quarter

You can select a date or write a date function.

CurrentSession

Calculation Method

Today’s Mcap / (Estimate Year) Shareholders Book Value (Company Based)

 

 

Date

Calculation of the selected consensus value is performed due to this date. Since consensus values can be historically calculated, you can set a former date.

Coefficient

 

 

Calculated result will be displayed in this unit. (If it is greater than 1 it will be divided by the value and will be multiplied otherwise.)

1

--Example--

ConsensusFwdPBVEstimation(CurrentSecurity, Quarter, Date)