Zacks Target Price Consensuses

Zacks Target Price Consensuses Python API Documentation

Returns the latest Zacks target price consensus data

API Class:
ZacksApi
Instance Method:
get_zacks_target_price_consensuses()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'AAPL'
industry_group_number = ''
page_size = 100
next_page = ''
response = intrinio.ZacksApi().get_zacks_target_price_consensuses(identifier=identifier, industry_group_number=industry_group_number, page_size
  =page_size, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
industry_group_numberstrReturn only growth rates for companies in the given Zacks industry group number[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseZacksTargetPriceConsensuses

Properties

NameTypeDescription
target_price_consensuseslist[ZacksTargetPriceConsensus]Zacks target price consensuses for the latest date  
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksTargetPriceConsensus

Properties

NameTypeDescription
tickerstrThe Zacks common exchange ticker  
company_namestrThe company name  
industry_group_numberstrThe Zacks industry group number  
highfloatThe high target price estimate  
lowfloatThe low target price estimate  
meanfloatThe mean target price estimate  
standard_deviationfloatThe standard deviation of target price estimates  
totalintThe number of target price estimates in consensus  
most_recent_datedateThe date of most recent estimate  
medianfloatThe median target price estimate  
raisedintThe number of estimates raised  
loweredintThe number of estimates lowered  
companyCompanySummary 
object
CompanySummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
cikstrThe Central Index Key (CIK) assigned to the company