Zacks Analyst Ratings

Zacks Analyst Ratings Web API Documentation

Returns buy, sell, and hold recommendations from analysts at brokerages for all companies in the Zacks universe. Zack’s storied research team aggregates and validates the ratings from professional analysts.

Endpoint:
https://api.intrinio.com/zacks/analyst_ratings.csv

Parameters

Name Description Example
identifier
The identifier for the legal entity or a security associated with the security. AAPL
start_date
Limit ratings to those on or after this date 2014-09-28
end_date
Limit ratings to those on or before this date 2017-12-31
mean_greater
Return only records with a mean (average) higher than this value 1.5
mean_less
Return only records with a mean (average) lower than this value 3.0
strong_buys_greater
Return only records with more than this many Strong Buy recommendations 5
strong_buys_less
Return only records with fewer than this many Strong Buy recommendations 10
buys_greater
Return only records with more than this many Buy recommendations 2
buys_less
Return only records with fewer than this many Buy recommendations 1
holds_greater
Return only records with more than this many Hold recommendations 3
holds_less
Return only records with fewer than this many Hold recommendations 5
sells_greater
Return only records with more than this many Sell recommendations 8
sells_less
Return only records with fewer than this many Sell recommendations 7
strong_sells_greater
Return only records with more than this many Strong Sell recommendations 8
strong_sells_less
Return only records with fewer than this many Strong Sell recommendations 7
total_greater
Return only records with more than this many recommendations, regardless of type 20
total_less
Return only records with fewer than this many recommendations, regardless of type 7
hide_paging
Hide first row of paging information.
Options:
true
show more show less
true
identifier
* required
The identifier for the legal entity or a security associated with the security.
start_date
* required
Limit ratings to those on or after this date
end_date
* required
Limit ratings to those on or before this date
mean_greater
* required
Return only records with a mean (average) higher than this value
mean_less
* required
Return only records with a mean (average) lower than this value
strong_buys_greater
* required
Return only records with more than this many Strong Buy recommendations
strong_buys_less
* required
Return only records with fewer than this many Strong Buy recommendations
buys_greater
* required
Return only records with more than this many Buy recommendations
buys_less
* required
Return only records with fewer than this many Buy recommendations
holds_greater
* required
Return only records with more than this many Hold recommendations
holds_less
* required
Return only records with fewer than this many Hold recommendations
sells_greater
* required
Return only records with more than this many Sell recommendations
sells_less
* required
Return only records with fewer than this many Sell recommendations
strong_sells_greater
* required
Return only records with more than this many Strong Sell recommendations
strong_sells_less
* required
Return only records with fewer than this many Strong Sell recommendations
total_greater
* required
Return only records with more than this many recommendations, regardless of type
total_less
* required
Return only records with fewer than this many recommendations, regardless of type
hide_paging
* required
Hide first row of paging information.

Output Fields

Name Description Type
ticker the stock market ticker symbol associated with the companies common stock securities string
figi_ticker the OpenFIGI ticker symbol string
figi the OpenFIGI identifier string
date the date of the Zacks Analyst Rating date
mean The mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell) number
strong_buys The number of analysts recommending Strong Buy number
buys The number of analysts recommending Buy number
holds The number of analysts recommending Hold number
sells The number of analysts recommending Sell number
strong_sells The number of analysts recommending Strong Sell number
total The total number of analyst recommendations number
ticker
the stock market ticker symbol associated with the companies common stock securities
figi_ticker
the OpenFIGI ticker symbol
figi
the OpenFIGI identifier
date
the date of the Zacks Analyst Rating
mean
The mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell)
strong_buys
The number of analysts recommending Strong Buy
buys
The number of analysts recommending Buy
holds
The number of analysts recommending Hold
sells
The number of analysts recommending Sell
strong_sells
The number of analysts recommending Strong Sell
total
The total number of analyst recommendations