# 통화 변환

통화 변환을 수행하려면 해당 통화의 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의 지역 설정을 존중하여 $ 기호에 사용할 통화를 결정합니다.

예를 들어, 호주에 거주하는 경우 $는 기본값("USD") 대신 "AUD"와 연결됩니다.

다음 약어들도 지원됩니다:

<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/ko/undefined/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.
