# 货币转换

要执行货币转换，请使用该货币的 3 位代码，并使用 `in`、`to` 或 `as` 进行转换：

```
10 USD in EUR   | 8.88 EUR
20 GBP as AUD   | 36.29 AUD
1500 RUB to DKK | 110.07 DKK
```

Soulver 每小时会自动下载最新的汇率。您可以在 `Settings` > `Currencies` 面板中手动触发汇率刷新。

### 历史货币转换

您可以使用特定历史日期的汇率进行历史货币转换：

<pre><code><strong>10 USD in EUR on March 20                | €8.37
</strong>1 BTC in USD one year ago | $10,230.82
</code></pre>

{% hint style="info" %}
历史货币汇率适用于现实世界的货币（可追溯至 1999 年），也适用于比特币（可追溯至 2013 年）。
{% endhint %}

### 使用自定义汇率的货币转换

您可以手动指定在货币转换中使用的汇率：

<pre><code><strong>50 EUR in USD at 1.05 USD/EUR            | $52.50
</strong>50 EUR in RUB @ 80 RUB/EUR | ₽4,000.00
</code></pre>

### **使用美元符号 ($) 的货币**

Soulver 会尊重您的 Mac 区域设置，以确定使用哪个货币符号 $。

例如，如果您居住在澳大利亚，$ 将与 “AUD” 相关联，而不是默认的 (“USD”)。

还支持以下缩写：

<table data-full-width="false"><thead><tr><th>符号</th><th>代码</th><th>货币</th></tr></thead><tbody><tr><td>US$</td><td>USD</td><td>美元</td></tr><tr><td>NZ$</td><td>NZD</td><td>新西兰元</td></tr><tr><td>C$, CA$</td><td>CAD</td><td>加元</td></tr><tr><td>A$, AU$</td><td>AUD</td><td>澳元</td></tr><tr><td>S$</td><td>SGD</td><td>新加坡元</td></tr><tr><td>NT$</td><td>TWD</td><td>新台币</td></tr><tr><td>HK$</td><td>HKD</td><td>港币</td></tr><tr><td>R$</td><td>BRL</td><td>巴西雷亚尔</td></tr></tbody></table>

{% hint style="info" %}
您可以在 `Settings > Calculator > Currency Symbols` 中自定义每种货币的符号。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/zh/yu-fa-can-kao/units-and-conversions/currencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
