← 返回
开发者工具 中文

Currency Exchange Rate

Currency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing c...
使用 exchangerate-api.com 进行货币汇率转换。适用场景:(1) 货币间兑换,(2) 查询当前汇率,(3) 查看货币信息。
ouyangabel
开发者工具 clawhub v1.0.0 1 版本 99822.5 Key: 无需
★ 0
Stars
📥 1,125
下载
💾 11
安装
1
版本
#convert#currency#exchange#finance#forex#latest

概述

Exchange Rate Tool

Convert currencies and view exchange rates using free API from exchangerate-api.com. No API key required.

When to Use

  • Convert between any currencies
  • Check current exchange rates
  • View rate tables for multiple currencies
  • Calculate cross-currency conversions

Quick Start

Convert Currency

python3 scripts/exchange-rate.py convert 100 USD CNY
# Output: $100.0000 = ¥692.0000

View Exchange Rates

python3 scripts/exchange-rate.py rate USD
# Shows rates for major currencies against USD

List Supported Currencies

python3 scripts/exchange-rate.py list

Commands

convert

Convert an amount from one currency to another.

Examples:

# USD to CNY
python3 scripts/exchange-rate.py convert 100 USD CNY

# EUR to USD
python3 scripts/exchange-rate.py convert 50 EUR USD

# JPY to CNY
python3 scripts/exchange-rate.py convert 10000 JPY CNY

rate

View exchange rates for major currencies against a base currency.

Examples:

# Rates against USD (default)
python3 scripts/exchange-rate.py rate USD

# Rates against CNY
python3 scripts/exchange-rate.py rate CNY

# Rates against EUR
python3 scripts/exchange-rate.py rate EUR

list

List all supported currency codes (150+ currencies).

python3 scripts/exchange-rate.py list

Common Currency Codes

CodeCurrencyCodeCurrency
--------------------------------
USDUS DollarCNYChinese Yuan
EUREuroJPYJapanese Yen
GBPBritish PoundKRWSouth Korean Won
AUDAustralian DollarHKDHong Kong Dollar
CADCanadian DollarTWDNew Taiwan Dollar
CHFSwiss FrancSGDSingapore Dollar
INRIndian RupeeRUBRussian Ruble
BRLBrazilian RealMXNMexican Peso

Notes

  • Rates are updated daily (typically around 00:00 UTC)
  • API is free and requires no authentication
  • Results include the date of the rate data
  • Supports 150+ world currencies

Data Source

This skill uses the free tier of exchangerate-api.com, which provides:

  • Daily updated rates
  • 150+ supported currencies
  • No API key required
  • Rate limits apply (be reasonable with usage)

Example Output

💱 汇率转换
$100.0000 = ¥692.0000
汇率: 1 USD = 6.920000 CNY
日期: 2026-02-24

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 14:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,816
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,311
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,314