---
name: CurrConv
description: "Currency converter using live exchange rates. Convert between world currencies, check current exchange rates, view rate history, and compare multiple currencies at once. Supports USD, EUR, GBP, JPY, CNY, and 150+ currencies via free API."
---

# CurrConv
Convert currencies with live rates. Check exchange rates instantly.
## Commands
- `convert <amount> <from> <to>` — Convert between currencies
- `rate <from> <to>` — Get current exchange rate
- `rates <base>` — Show rates for major currencies
- `list` — List supported currencies
## Usage Examples
```bash
currconv convert 100 USD EUR
currconv convert 1000 CNY USD
currconv rate GBP JPY
currconv rates USD
```
---
Powered by BytesAgain | bytesagain.com

## How It Works

Reads input, processes with built-in logic, outputs results.

## Tips

- Run `currconv help` for commands
- No API keys needed
- Works offline

