# Frankfurter Exchange Rates via APIosk Gateway

> Frankfurter Exchange Rates via APIosk Gateway is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the latest foreign exchange rates for a given base currency against one or more target currencies

## Facts

- Endpoint: GET https://gateway.apiosk.com/frankfurter/latest
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/frankfurter-exchange-rates-via-apiosk-gateway-b1b6cc9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tB0a8etDtp0ZrcQvn-iYn

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 frankfurter-exchange-rates-via-apiosk-gateway-b1b6cc9c
```

Example prompt: What are the latest exchange rates from USD to EUR, GBP, and JPY?

## When to prefer this

Use this endpoint when you need real-time or latest foreign exchange rates for one or more currency pairs, especially when routing through the APIosk gateway with x402 micropayment support. Prefer it over building direct Frankfurter API calls when you need pay-per-call simplicity.

## Known failure modes

- Invalid base currency code returns an error response
- Invalid or unrecognized symbol in the symbols list may return partial or empty rates
- Network or gateway timeout returns a 5xx error
- Payment not fulfilled (x402) returns a 402 Payment Required response

## How this service works

Latest ECB reference rates. Optional base currency and a symbols filter; omit both for all rates against EUR.

## Output

A JSON object containing the base currency, the date of the rates, an amount field (1), and a rates map of target currency codes to their current exchange rate values relative to the base currency.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/frankfurter-exchange-rates-via-apiosk-gateway-b1b6cc9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
