# Exchange rate

Currency conversion, FX monitoring, and historical exchange-rate lookup for agents.

## Agent Install Policy

Agents must get explicit user confirmation before installing a skill, writing configuration, or changing the local environment.

1. Read this guide and the manifest: https://qveris.ai/skills/exchange-rate/manifest.json
2. Explain to the user what will be installed and which QVeris API actions may be used.
3. Ask for explicit approval before running an install command or changing local configuration.
4. After approval, install the skill and run one starter prompt.

## Official GitHub Source

- Repository: https://github.com/QVerisAI/open-qveris-skills
- Skill path: exchange-rate
- Skill source: https://github.com/QVerisAI/open-qveris-skills/tree/main/exchange-rate
- Clone and inspect: `git clone https://github.com/QVerisAI/open-qveris-skills.git && cd open-qveris-skills/exchange-rate`

## Install Commands

- OpenClaw: `openclaw skills install exchange-rate`

## Starter Prompts

### Travel budget conversion
Make exchange-rate lookup part of a travel planning workflow.

```text
Convert a 250,000 JPY Tokyo hotel budget into USD and CNY using current rates. Include the timestamp or provider context if available.
```

### FX movement monitor
Track rate movements for reporting or treasury workflows.

```text
Check USD/CNY, EUR/USD, and USD/JPY. Summarize today's movement and call out which pair changed the most.
```

## QVeris API Actions

- Discover `POST /search`: Search for current, historical, or conversion-oriented FX capabilities.
- Inspect `POST /tools/by-ids`: Check supported currencies, parameter shape, precision, and billing rule.
- Call `POST /tools/execute`: Execute the selected FX capability and return structured rate data.

## Estimated QVeris Usage

Currency lookup is usually a small workflow: free discovery and inspection, then one or a few exchange-rate calls.

- Typical paid Call executions: 1-3
- Planning estimate: 1-15 credits
- Free actions: Discover, Inspect
- Paid actions: Call
- Note: Historical ranges, many currency pairs, or repeated monitoring can increase the number of paid calls.

## Related Cases

- [Travel planning with real place data](https://qveris.ai/blog/qveris-tripadvisor-travel) - Pair travel recommendations with reliable price conversion.

## Human Page

https://qveris.ai/skills/exchange-rate
