AI-powered news sentiment analysis for any ticker company or market topic
AI-powered news sentiment analysis for any ticker company or market topic
Answeringour last check, 2026-09-24
1 of 1checks answered this week
761 msmedian answer time
$0.05listed price per call
$0.05price 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://news.lonestaroracle.xyz/news
| Category | Company and compliance |
|---|---|
| Provider host | news.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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.05 | 761 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"query": "nvidia",
"source": "both"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "finance",
"description": "AI news sentiment for stocks and crypto. Crypto queries auto-route to native crypto sources; AI synthesizes across all of them and returns aggregate_score (-1.0 to +1.0) as a usable signal alongside bullish/bearish/neutral headline analysis.",
"name": "LoneStarOracle \u2014 NewsSentiment",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"query": {
"title": "Query",
"type": "string"
},
"source": {
"default": "both",
"title": "Source",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"bearish_pct": 20,
"bullish_pct": 50,
"distribution": {
"bearish": 2,
"bullish": 5,
"mixed": 0,
"neutral": 3
},
"headline_count": 10,
"headlines": [
{
"headline": "Apple reports record Q1 revenue",
"published": "Mon, 21 Apr 2026 10:00:00 +0000",
"reason": "record revenue implies strong business performance",
"signal": "bullish",
"source": "Yahoo Finance",
"url": "https://..."
}
],
"neutral_pct": 30,
"note": "Distribution only \u2014 no editorial verdict. Read the headlines and judge for yourself.",
"query": "AAPL",
"scored_count": 10,
"tone": "leaning bullish"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"news",
"sentiment",
"stocks",
"crypto",
"finance",
"analysis"
],
"type": "object",
"version": "1.0.0"
}