メインコンテンツへスキップ
GET
/
api
/
v2.1
/
calendar
/
ratings
アナリストのレーティングデータを返します
curl --request GET \
  --url 'https://api.benzinga.com/api/v2.1/calendar/ratings?token=' \
  --header 'accept: <accept>'
{
  "ratings": [
    {
      "action_company": "Maintains",
      "action_pt": "Lowers",
      "adjusted_pt_current": "260.00",
      "adjusted_pt_prior": "300.00",
      "analyst": "Jefferies",
      "analyst_id": "57fe0358ac6af40001334e62",
      "analyst_name": "Brent Thill",
      "currency": "USD",
      "cusip": "001176213",
      "date": "2026-01-05",
      "exchange": "NASDAQ",
      "id": "695c16678f047b0001fee512",
      "importance": 3,
      "isin": "IL0011762130",
      "name": "Monday.Com",
      "notes": "",
      "pt_current": "260.0000",
      "pt_pct_change": "-13.33",
      "pt_prior": "300.00",
      "rating_current": "Buy",
      "rating_prior": "Buy",
      "ticker": "MNDY",
      "time": "14:52:07",
      "updated": 1767642765,
      "url": "https://www.benzinga.com/quote/MNDY/analyst-ratings",
      "url_calendar": "https://www.benzinga.com/quote/MNDY/analyst-ratings",
      "url_news": "https://www.benzinga.com/stock-articles/MNDY/analyst-ratings"
    }
  ]
}
{
  "ratings": [
    {
      "action_company": "Maintains",
      "action_pt": "Lowers",
      "adjusted_pt_current": "260.00",
      "adjusted_pt_prior": "300.00",
      "analyst": "Jefferies",
      "analyst_id": "57fe0358ac6af40001334e62",
      "analyst_name": "Brent Thill",
      "currency": "USD",
      "cusip": "001176213",
      "date": "2026-01-05",
      "exchange": "NASDAQ",
      "id": "695c16678f047b0001fee512",
      "importance": 3,
      "isin": "IL0011762130",
      "name": "Monday.Com",
      "notes": "",
      "pt_current": "260.0000",
      "pt_pct_change": "-13.33",
      "pt_prior": "300.00",
      "rating_current": "Buy",
      "rating_prior": "Buy",
      "ticker": "MNDY",
      "time": "14:52:07",
      "updated": 1767642765,
      "url": "https://www.benzinga.com/quote/MNDY/analyst-ratings",
      "url_calendar": "https://www.benzinga.com/quote/MNDY/analyst-ratings",
      "url_news": "https://www.benzinga.com/stock-articles/MNDY/analyst-ratings"
    }
  ]
}

承認

token
string
query
必須

ヘッダー

accept
enum<string>
デフォルト:application/json
必須

返却フォーマットを指定します。いずれのフォーマットでもクエリパラメータの動作は同じです

利用可能なオプション:
application/json

クエリパラメータ

fields
string<csv>

返却するフィールドのカンマ区切りリストを指定します。利用可能なフィールド: id, date, time, ticker, exchange, name, currency, action_pt, action_company, rating_current, pt_current, rating_prior, pt_prior, pt_pct_change, url, url_calendar, url_news, analyst, analyst_id, analyst_name, ratings_accuracy, importance, notes, updated。ratings_accuracy を含むすべてのフィールドを返すには、* を使用します。

page
integer
デフォルト:0

ページオフセット。最適化、パフォーマンス、技術的な理由により、ページオフセットは0〜100000に制限されています。日付などの他のパラメータでクエリ結果を制限してください

pagesize
integer

返される結果数。最大1000件

parameters[date]
string<YYYY-MM-DD>

calendar データを照会する日付。同一の日付を指定する場合の date_from および date_to の省略形。指定しない場合は最新の日付が使用されます。

parameters[date_from]
string<YYYY-MM-DD>

クエリの起点となる日付

parameters[date_to]
string<YYYY-MM-DD>

クエリの終了時点となる日付

parameters[importance]
enum<integer>

フィルタに使用する重要度レベルです。指定した重要度以上のものを対象とします。

利用可能なオプション:
0,
1,
2,
3,
4,
5
parameters[tickers]
string<csv>

カンマ区切りの1つ以上のティッカーシンボル。最大50件まで

parameters[updated]
integer

レコードの最終更新日時を表す Unix タイムスタンプ(UTC)。指定したタイムスタンプ以上(Greater Than or Equal)となるようにソート順を強制します

parameters[analyst_id]
string<csv>

カンマ区切りのアナリストID(analyst_id)を1つ以上

parameters[firm_id]
string<csv>

1つ以上の firm_id をカンマ区切りで指定

parameters[action]
enum<string>

特定の action_company(レーティングに対するアクション)でフィルタします。なお、これらの用語はいずれも厳密に定義されています。

利用可能なオプション:
Downgrades,
Maintains,
Reinstates,
Reiterates,
Upgrades,
Assumes,
Initiates Coverage On,
Terminates Coverage On,
Removes,
Suspends,
Firm Dissolved
analyst
string<csv>

取得するアナリスト(個人)のIDをカンマ区切りで指定します。省略すると、利用可能なすべてのアナリストが返されます

firm
string<csv>

取得対象のアナリスト企業IDをカンマ区切りのリストで指定します。省略すると、利用可能なすべての企業が返されます

simplify
boolean
デフォルト:false

レーティングを標準化されたカテゴリに集約する

レスポンス

成功

ratings
object[]