list_benzinga_news
Retrieve Benzinga news articles with customizable filters such as publication date, tickers, channels, tags, and author. Manage sorting and limit results for targeted insights.
Instructions
List Benzinga news.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
author | No | ||
author_any_of | No | ||
author_gt | No | ||
author_gte | No | ||
author_lt | No | ||
author_lte | No | ||
channels | No | ||
channels_all_of | No | ||
channels_any_of | 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 | ||
published | No | ||
published_any_of | No | ||
published_gt | No | ||
published_gte | No | ||
published_lt | No | ||
published_lte | No | ||
sort | No | ||
tags | No | ||
tags_all_of | No | ||
tags_any_of | No | ||
tickers | No | ||
tickers_all_of | No | ||
tickers_any_of | No |
Input Schema (JSON Schema)
{
"properties": {
"author": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Author"
},
"author_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Author Any Of"
},
"author_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Author Gt"
},
"author_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Author Gte"
},
"author_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Author Lt"
},
"author_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Author Lte"
},
"channels": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Channels"
},
"channels_all_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Channels All Of"
},
"channels_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Channels Any Of"
},
"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"
},
"published": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Published"
},
"published_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Published Any Of"
},
"published_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Published Gt"
},
"published_gte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Published Gte"
},
"published_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Published Lt"
},
"published_lte": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Published Lte"
},
"sort": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Sort"
},
"tags": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Tags"
},
"tags_all_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Tags All Of"
},
"tags_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Tags Any Of"
},
"tickers": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Tickers"
},
"tickers_all_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Tickers All Of"
},
"tickers_any_of": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Tickers Any Of"
}
},
"title": "list_benzinga_newsArguments",
"type": "object"
}