list_benzinga_ratings
Retrieve Benzinga stock ratings by filtering data based on date, ticker, importance, rating action, and price target. Use parameters like range, limit, and sort for customized results.
Instructions
List Benzinga ratings.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
benzinga_analyst_id | No | ||
benzinga_analyst_id_any_of | No | ||
benzinga_analyst_id_gt | No | ||
benzinga_analyst_id_gte | No | ||
benzinga_analyst_id_lt | No | ||
benzinga_analyst_id_lte | No | ||
benzinga_firm_id | No | ||
benzinga_firm_id_any_of | No | ||
benzinga_firm_id_gt | No | ||
benzinga_firm_id_gte | No | ||
benzinga_firm_id_lt | No | ||
benzinga_firm_id_lte | No | ||
benzinga_id | No | ||
benzinga_id_any_of | No | ||
benzinga_id_gt | No | ||
benzinga_id_gte | No | ||
benzinga_id_lt | No | ||
benzinga_id_lte | No | ||
date | No | ||
date_any_of | No | ||
date_gt | No | ||
date_gte | No | ||
date_lt | No | ||
date_lte | No | ||
importance | No | ||
importance_any_of | No | ||
importance_gt | No | ||
importance_gte | No | ||
importance_lt | No | ||
importance_lte | No | ||
last_updated | No | ||
last_updated_any_of | No | ||
last_updated_gt | No | ||
last_updated_gte | No | ||
last_updated_lt | No | ||
last_updated_lte | No | ||
limit | No | ||
params | No | ||
price_target_action | No | ||
price_target_action_any_of | No | ||
price_target_action_gt | No | ||
price_target_action_gte | No | ||
price_target_action_lt | No | ||
price_target_action_lte | No | ||
rating_action | No | ||
rating_action_any_of | No | ||
rating_action_gt | No | ||
rating_action_gte | No | ||
rating_action_lt | No | ||
rating_action_lte | No | ||
sort | No | ||
ticker | No | ||
ticker_any_of | No | ||
ticker_gt | No | ||
ticker_gte | No | ||
ticker_lt | No | ||
ticker_lte | No |
Input Schema (JSON Schema)
{
"properties": {
"benzinga_analyst_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Analyst Id"
},
"benzinga_analyst_id_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Analyst Id Any Of"
},
"benzinga_analyst_id_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Analyst Id Gt"
},
"benzinga_analyst_id_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Analyst Id Gte"
},
"benzinga_analyst_id_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Analyst Id Lt"
},
"benzinga_analyst_id_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Analyst Id Lte"
},
"benzinga_firm_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Firm Id"
},
"benzinga_firm_id_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Firm Id Any Of"
},
"benzinga_firm_id_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Firm Id Gt"
},
"benzinga_firm_id_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Firm Id Gte"
},
"benzinga_firm_id_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Firm Id Lt"
},
"benzinga_firm_id_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Firm Id Lte"
},
"benzinga_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Id"
},
"benzinga_id_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Id Any Of"
},
"benzinga_id_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Id Gt"
},
"benzinga_id_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Id Gte"
},
"benzinga_id_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Id Lt"
},
"benzinga_id_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Id Lte"
},
"date": {
"anyOf": [
{
"type": "string"
},
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Date"
},
"date_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Date Any Of"
},
"date_gt": {
"anyOf": [
{
"type": "string"
},
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Date Gt"
},
"date_gte": {
"anyOf": [
{
"type": "string"
},
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Date Gte"
},
"date_lt": {
"anyOf": [
{
"type": "string"
},
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Date Lt"
},
"date_lte": {
"anyOf": [
{
"type": "string"
},
{
"format": "date",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Date Lte"
},
"importance": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Importance"
},
"importance_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Importance Any Of"
},
"importance_gt": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Importance Gt"
},
"importance_gte": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Importance Gte"
},
"importance_lt": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Importance Lt"
},
"importance_lte": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Importance Lte"
},
"last_updated": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Last Updated"
},
"last_updated_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Last Updated Any Of"
},
"last_updated_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Last Updated Gt"
},
"last_updated_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Last Updated Gte"
},
"last_updated_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Last Updated Lt"
},
"last_updated_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Last Updated Lte"
},
"limit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Limit"
},
"params": {
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Params"
},
"price_target_action": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Price Target Action"
},
"price_target_action_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Price Target Action Any Of"
},
"price_target_action_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Price Target Action Gt"
},
"price_target_action_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Price Target Action Gte"
},
"price_target_action_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Price Target Action Lt"
},
"price_target_action_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Price Target Action Lte"
},
"rating_action": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Rating Action"
},
"rating_action_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Rating Action Any Of"
},
"rating_action_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Rating Action Gt"
},
"rating_action_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Rating Action Gte"
},
"rating_action_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Rating Action Lt"
},
"rating_action_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Rating Action Lte"
},
"sort": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Sort"
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Ticker"
},
"ticker_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Ticker Any Of"
},
"ticker_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Ticker Gt"
},
"ticker_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Ticker Gte"
},
"ticker_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Ticker Lt"
},
"ticker_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Ticker Lte"
}
},
"title": "list_benzinga_ratingsArguments",
"type": "object"
}