list_benzinga_analyst_insights
Retrieve Benzinga analyst insights by filtering data based on date, ticker, firm, rating action, or customizable parameters for informed investment decisions.
Instructions
List Benzinga analyst insights.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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_rating_id | No | ||
benzinga_rating_id_any_of | No | ||
benzinga_rating_id_gt | No | ||
benzinga_rating_id_gte | No | ||
benzinga_rating_id_lt | No | ||
benzinga_rating_id_lte | No | ||
date | No | ||
date_any_of | No | ||
date_gt | No | ||
date_gte | No | ||
date_lt | No | ||
date_lte | No | ||
firm | No | ||
firm_any_of | No | ||
firm_gt | No | ||
firm_gte | No | ||
firm_lt | No | ||
firm_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 | ||
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_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_rating_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Rating Id"
},
"benzinga_rating_id_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Rating Id Any Of"
},
"benzinga_rating_id_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Rating Id Gt"
},
"benzinga_rating_id_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Rating Id Gte"
},
"benzinga_rating_id_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Rating Id Lt"
},
"benzinga_rating_id_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Benzinga Rating 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"
},
"firm": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm"
},
"firm_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Any Of"
},
"firm_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Gt"
},
"firm_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Gte"
},
"firm_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Lt"
},
"firm_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm 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"
},
"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_analyst_insightsArguments",
"type": "object"
}