> For the complete documentation index, see [llms.txt](https://wiki.swot.de/handbuch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.swot.de/handbuch/swot_cube/customizing/wahrungen.md).

# Währungen

### Wechselkurse

Die **Wechselkurse** werden in SWOT **modulübergreifend zentral gepflegt**.

* In **SWOT Controlling** hinterlegte Wechselkurse gelten automatisch auch für den **SWOT Cube**.
* Änderungen von Wechselkursen im Cube wirken sich entsprechend auch auf dieselben Währungen in **SWOT Controlling** aus.

<figure><img src="/files/vftpq8XAMb7poeRMuQxH" alt=""><figcaption><p>Abbildung 25 Währungen</p></figcaption></figure>

***

#### Pflege und Auswahl der Wechselkurse

Der Benutzer kann festlegen, **welche Wechselkurse für die Umrechnung in die Hauptwährung verwendet und gespeichert werden**:

* **Durchschnittliche Monatswechselkurse**
* **Wechselkurse zu einem bestimmten Stichtag**

***

#### Logik der Währungsumrechnung

Für die Umrechnung im SWOT Cube gilt folgende Regel:

* Liegt **kein Wechselkurs exakt zum Belegdatum** vor, wird automatisch der **zuletzt verfügbare Wechselkurs vor diesem Datum** verwendet.

**Beispiel (2026):**\
Ein Datensatz mit Belegdatum **13.07.2026** wird mit dem Wechselkurs vom **01.07.2026** umgerechnet, sofern zwischen diesen beiden Daten kein weiterer Wechselkurs vorhanden ist.

***

#### Wichtiger Hinweis

* Es werden **keine zusätzlichen Durchschnittswerte** für die Umrechnung berechnet.
* Dies gilt **unabhängig vom Zeitraum** sowie von der **Art der Daten** (z. B. Bestände oder Umsätze).

Die Umrechnung basiert somit stets auf den **hinterlegten Wechselkursen gemäß obiger Logik**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.swot.de/handbuch/swot_cube/customizing/wahrungen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
