Global news attention and tone for any company, ticker, or topic, from the GDELT
Global news attention and tone for any company, ticker, or topic, from the GDELT Project's worldwide news monitoring. Pass `?q=Nvidia` (required), `?timespan=1d|3d|1w|2w|1m|3m` (default 1w). Returns average and latest tone with a positive/neutral/negative label and trend, an article-volume timeline, and recent headlines. A media-sentiment read distinct from the Reddit/4chan feeds. From x402stock
Answeringour last check, 2026-09-24
1 of 1checks answered this week
297 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402stock.xyz/api/v1/news-sentiment
| Category | Company and compliance |
|---|---|
| Provider host | x402stock.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 297 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"q": "Nvidia",
"timespan": "1w"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": {},
"properties": {
"q": {
"maxLength": 120,
"minLength": 2,
"type": "string"
},
"timespan": {
"default": "1w",
"enum": [
"1d",
"3d",
"1w",
"2w",
"1m",
"3m"
],
"type": "string"
}
},
"required": [
"timespan"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"as_of": {
"type": "string"
},
"attribution": {
"type": "string"
},
"query": {
"type": "string"
},
"recent_articles": {
"items": {
"additionalProperties": false,
"properties": {
"domain": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"language": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"seen": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"source_country": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"title": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"title",
"url",
"domain",
"source_country",
"language",
"seen"
],
"type": "object"
},
"type": "array"
},
"sentiment": {
"additionalProperties": false,
"properties": {
"average_tone": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"label": {
"type": "string"
},
"latest_tone": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"scale": {
"type": "string"
},
"trend": {
"type": "string"
}
},
"required": [
"latest_tone",
"average_tone",
"label",
"trend",
"scale"
],
"type": "object"
},
"source": {
"const": "x402stock",
"type": "string"
},
"timespan": {
"type": "string"
},
"tone_timeline": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"tone": {
"type": "number"
}
},
"required": [
"date",
"tone"
],
"type": "object"
},
"type": "array"
},
"venue": {
"const": "gdelt",
"type": "string"
},
"volume": {
"additionalProperties": false,
"properties": {
"points": {
"type": "numbe