Zacks Long Term Growth Rates

Zacks Long Term Growth Rates Java API Documentation

This database offers consensus long term growth rate estimates, including insight into changes in estimates and revisions over time.

API Class:
ZacksApi
Instance Method:
getZacksLongTermGrowthRates()

Stock Price Code Example

Use my API Key
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
ZacksApi zacksApi = new ZacksApi();
String identifier = "AAPL";
Integer pageSize = 100;
String nextPage = null;
ApiResponseZacksLongTermGrowthRates result = zacksApi.getZacksLongTermGrowthRates(identifier, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)[optional]  
pageSizeIntegerThe number of results to return[optional] [default to 100]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseZacksLongTermGrowthRates

Properties

NameTypeDescription
longTermGrowthEstimatesListZacks latest long term growth rates  
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
ZacksLongTermGrowthRate

Properties

NameTypeDescription
meanBigDecimalThe mean long term growth estimate  
medianBigDecimalThe median long term growth estimate  
countIntegerThe number of long term growth estimates  
highBigDecimalThe high long term growth estimate  
lowBigDecimalThe low long term growth estimate  
stdDevStringThe standard deviation long term growth estimate  
revisionsUpwardIntegerThe number of long term growth estimate revisions upward  
revisionsDownwardIntegerThe number of long term growth estimate revisions downward  
mean7DaysAgoStringThe mean long term growth estimate 7 days ago  
mean30DaysAgoStringThe mean long term growth estimate 30 days ago  
mean60DaysAgoStringThe mean long term growth estimate 60 days ago  
mean90DaysAgoStringThe mean long term growth estimate 90 days ago  
revisionsUpwardLast7DaysStringThe number of long term growth estimate revisions upward in the last 7 days  
revisionsDownwardLast7DaysStringThe number of long term growth estimate revisions downward in the last 7 days  
revisionsUpwardLast30DaysStringThe number of long term growth estimate revisions upward in the last 30 days  
revisionsDownwardLast30DaysStringThe number of long term growth estimate revisions downward in the last 30 days  
revisionsUpwardLast60DaysStringThe number of long term growth estimate revisions upward in the last 60 days  
revisionsDownwardLast60DaysStringThe number of long term growth estimate revisions downward in the last 60 days  
revisionsUpwardLast90DaysStringThe number of long term growth estimate revisions upward in the last 90 days  
revisionsDownwardLast90DaysStringThe number of long term growth estimate revisions downward in the last 90 days  
revisionsUpwardLast120DaysStringThe number of long term growth estimate revisions upward in the last 120 days  
revisionsDownwardLast120DaysStringThe number of long term growth estimate revisions downward in the last 120 days  
revisionsUpwardLast150DaysStringThe number of long term growth estimate revisions upward in the last 150 days  
revisionsDownwardLast150DaysStringThe number of long term growth estimate revisions downward in the last 150 days  
securitySecuritySummaryThe Security of the Zacks long term growth estimate  
object
SecuritySummary

Properties

NameTypeDescription
idStringThe Intrinio ID for Security  
companyIdStringThe Intrinio ID for the Company for which the Security is issued  
exchangeStringThe exchange's MIC  
exchangeMicStringThe security's exchange MIC  
stockExchangeIdStringThe exchange's Intrinio ID  
nameStringThe name of the Security  
codeStringA 2-3 digit code classifying the Security (reference)  
currencyStringThe currency in which the Security is traded on the exchange  
tickerStringThe common/local ticker of the Security  
compositeTickerStringThe country-composite ticker of the Security  
figiStringThe OpenFIGI identifier  
compositeFigiStringThe country-composite OpenFIGI identifier  
shareClassFigiStringThe global-composite OpenFIGI identifier  
primaryListingBooleanIf true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange