Swiss Monthly Exchange Rate API Logo
🚧 Currently under development

Swiss Monthly Exchange Rate API

We are currently developing an API that will allow you to access the official monthly exchange rates provided by the Swiss government for your accounting and tax needs.

Why use our monthly exchange rates API?

In Switzerland, real exchange rates should not be used for accounting purposes. You must instead use the official monthly exchange rates provided by the Swiss government.

Official

Exchange rates provided directly by the Swiss government for accounting compliance.

Specific data

Access to complete historical data and early availability of next month's rates for better planning.

Fast

Simple and fast REST API to easily integrate into your applications.

Join the waitlist!

Be among the first to be informed when our API is available. Members of the waitlist will receive exclusive promotion codes.

✨ Priority access to the beta

🎁 Exclusive promotion codes

📧 Early access notifications

Simple and efficient API

Here is an overview of what our API will offer you.

Example request

GET /api/rates/2024/01
# Get the exchange rates for January 2024

Response

{
"month": "2024-01",
"rates": {
"USD": 0.85,
"EUR": 0.78,
"GBP": 0.67
}
}