# GeopoliticalPulse Country Risk Assessment

> GeopoliticalPulse Country Risk Assessment is a paid API for AI agents from geopoliticalpulse.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns a composite country risk score combining governance metrics, GDELT news sentiment, and political-stability analysis to indicate whether a country's risk is deteriorating or improving.

## Facts

- Endpoint: GET https://geopoliticalpulse.vercel.app/api/geopolitical/country-risk
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geopoliticalpulse-country-risk-assessment-b94dc4c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SYxGPpAu0dfChbTR_CfoV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability geopoliticalpulse-country-risk-assessment-b94dc4c2
```

Example prompt: Give me a current geopolitical risk assessment for Brazil — I need to know whether the political stability is deteriorating or improving, combining governance scores and sentiment signals, so I can evaluate it for a potential investment.

## When to prefer this

Use this endpoint when you need a single, synthesized geopolitical risk signal for a country that blends structured governance data, real-time news sentiment (GDELT), and political stability metrics — especially for investment screening, compliance checks, or risk monitoring workflows where a unified deteriorating-or-improving read is more useful than raw data sources.

## Known failure modes

- Unknown or misspelled country name returns an error or empty result
- Country with insufficient GDELT data may yield low-confidence sentiment scores
- Rate limiting or payment failure returns 402 or 429 status
- Service unavailability returns 500 error

## How this service works

Country risk assessment for investment, risk, and compliance agents. Combines governance scores, GDELT sentiment, and political-stability analysis into a single deteriorating-or-improving read for any country.

## Output

A composite country risk profile including a governance score, GDELT-derived news sentiment score, political stability score, and an overall risk trend indicator (deteriorating or improving) for the requested country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "default": "en",
   "description": "Response language ISO 639-1 code (en, es, fr, de, ar, zh, pt, ja, ko, ru)"
  },
  "country": {
   "type": "string",
   "description": "Country name or code (e.g., Russia, China, Iran, Venezuela, Nigeria)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geopoliticalpulse-country-risk-assessment-b94dc4c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geopoliticalpulse.vercel.app](https://www.zero.xyz/host/geopoliticalpulse.vercel.app/llms.txt)
