QSIG geopolitical risk score (0-100) with 24h change, percentile rank vs 30-day and 90-day
QSIG geopolitical risk score (0-100) with 24h change, percentile rank vs 30-day and 90-day history, regime label, and relevance-classified event headlines. Use when reasoning about event risk or macro regime. Computed observation, not a forecast. Updated every ~15 minutes.
20000 (raw units)
price
12
calls / 30d
4
unique payers
2026-09-17
updated
Provider
x402.qsig.net · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x31Edb4F019Bce7741A416A5CB429B6B79edC5F3b",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": {
"as_of": "2026-09-10T12:00:00+00:00",
"change_24h": -3.1,
"events": [
{
"published_at": "2026-09-10T08:00:00+00:00",
"relevance_score": 45,
"source": "Example Wire",
"source_tier": 1,
"title": "Example headline describing a geopolitical development",
"url": "https://example.com/article"
}
],
"percentile_30d": 78,
"percentile_90d": 64,
"regime_label": "ELEVATED",
"score": 62.4
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402.qsig.net/v1/georisk" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.qsig.net/v1/georisk");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402.qsig.net/v1/georisk")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7682.json, and this resource appears in /discovery/resources and /discovery/search.