← All widgetsTier 2Live Data

Currency Converter

Live FX converter.

Converts between currencies using live exchange rates.

type · currency_converter
Renders in the shell but fetches live data from the agent.

How to use it

Just ask for it in chat — the agent emits this widget and the shell renders it:

Try saying
convert 100 USD to JPY

Example

The agent returns this A2UI component (inside the components array of a /chat response):

currency_converter.json
{
  "type": "currency_converter",
  "base": "USD"
}

Properties

PropTypeDescription
basestringBase currency code, e.g. USD

Backing endpoint

This widget reads/writes through /api/widget/exchange_rates. See the API reference.


Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.