The current US stock-market Fear & Greed index (0–100, CNN-style) with its senti
The current US stock-market Fear & Greed index (0–100, CNN-style) with its sentiment rating and all five weighted components — volatility, momentum, put/call, safe-haven demand, junk-bond demand — each with value, weight, and reading. Includes the last 30 days of scores and a backtest of S&P 500 forward returns by sentiment zone. A one-call read of market mood. From x402stock
Answeringour last check, 2026-09-24
1 of 1checks answered this week
322 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/fear-greed
| Category | Market data |
|---|---|
| Provider host | x402stock.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 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 | 322 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"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": {
"properties": {},
"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"
},
"backtest": {
"items": {
"additionalProperties": false,
"properties": {
"entries": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"label": {
"type": "string"
},
"periods": {
"items": {
"additionalProperties": false,
"properties": {
"avg_return_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"best_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"period": {
"type": "string"
},
"samples": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"win_rate_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"worst_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"period",
"avg_return_percent",
"win_rate_percent",
"best_percent",
"worst_percent",
"samples"
],
"type": "object"
},
"type": "array"
},
"zone": {
"type": "string"
}
},
"required": [
"zone",
"label",
"entries",
"periods"
],
"type": "object"
},
"type": "array"
},
"components": {
"items": {
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"detail": {
"type": "string"
},
"name": {
"type": "string"
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"weight": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"name",
"value",
"weight",
"description",
"detail"
],
"type": "object"
},
"type": "array"
},
"index": {
"const": "us_stock",
"type": "string"
},
"rating": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"recent": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"score": {
"anyO