analyst_ratings_by_ticker
Retrieve normalized analyst ratings for a stock ticker, including series of ratings with target prices and signals, in JSON or CSV format.
Instructions
Normalized analyst ratings:
{
format: "json",
ticker, name,
series: [{date, rating_type, institution, signal,
target_price_from, target_price_to, target_price_raw}, ...],
series_count, series_total
}
CSV returns the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |