list_benzinga_analysts
Retrieve detailed information about Benzinga analysts by specifying criteria such as ID, firm name, or full name. Use filters, sorting, and limits to customize results.
Instructions
List Benzinga analysts.
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_id | No | ||
benzinga_id_any_of | No | ||
benzinga_id_gt | No | ||
benzinga_id_gte | No | ||
benzinga_id_lt | No | ||
benzinga_id_lte | No | ||
firm_name | No | ||
firm_name_any_of | No | ||
firm_name_gt | No | ||
firm_name_gte | No | ||
firm_name_lt | No | ||
firm_name_lte | No | ||
full_name | No | ||
full_name_any_of | No | ||
full_name_gt | No | ||
full_name_gte | No | ||
full_name_lt | No | ||
full_name_lte | No | ||
limit | No | ||
params | No | ||
sort | 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_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"
},
"firm_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Name"
},
"firm_name_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Name Any Of"
},
"firm_name_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Name Gt"
},
"firm_name_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Name Gte"
},
"firm_name_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Name Lt"
},
"firm_name_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Firm Name Lte"
},
"full_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Full Name"
},
"full_name_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Full Name Any Of"
},
"full_name_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Full Name Gt"
},
"full_name_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Full Name Gte"
},
"full_name_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Full Name Lt"
},
"full_name_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Full Name Lte"
},
"limit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Limit"
},
"params": {
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Params"
},
"sort": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Sort"
}
},
"title": "list_benzinga_analystsArguments",
"type": "object"
}