# Suverse World Bank FDI Inflows Time Series

> Suverse World Bank FDI Inflows Time Series is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a yearly World Bank time series of Foreign Direct Investment (FDI) net inflows for any country identified by ISO code, with no API key required.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-wb-fdi-inflows
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-world-bank-fdi-inflows-time-series-7020e392
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1bvdfsAF3Pku71oisyEoQ

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 suverse-world-bank-fdi-inflows-time-series-7020e392 -d '<json body>'
```

Example prompt: Can you pull the full yearly World Bank FDI net inflows time series for Vietnam using its ISO country code?

## When to prefer this

Choose this endpoint when you need a no-auth, pay-per-call World Bank FDI inflows time series for any country by ISO code, especially for macro, cross-country, or demographic analysis in an agentic workflow where obtaining a World Bank API key is impractical. Prefer this over direct World Bank API calls when operating in automated agent pipelines that support x402 micropayments.

## Known failure modes

- Invalid or unrecognized ISO country code returns an error or empty dataset
- World Bank upstream data unavailable causes degraded or null response
- Payment of 0.002 USDC not processed results in 402 rejection
- Countries with sparse World Bank coverage may return incomplete time series
- Network timeout if World Bank data endpoint is slow

## How this service works

Foreign Direct Investment Inflows for any country by ISO code as a yearly World Bank Open Data time series, no key. Returns country, year, and value. For AI agents doing macro, demographic, and cross country analysis.

## Output

Returns a time series dataset containing the country name, each year on record, and the corresponding FDI net inflow value in USD, sourced from World Bank Open Data — no authentication required.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-world-bank-fdi-inflows-time-series-7020e392/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
