Convert BRL to CHF
Brazilian Real → Swiss Franc
1 BRL = 0.159838 CHF(1 CHF = 6.256326 BRL)
Currency converter
1 BRL =
0.15984 CHF
BRL to CHF: last 30 days
Over the last 30 days, 1 BRL traded between 0.15574 and 0.16076 CHF, averaging 0.15878 CHF. The BRL/CHF rate is up 2.63% since 2026-08-28.
- 30-day high
- 0.16076
- 2026-09-18
- 30-day low
- 0.15574
- 2026-08-28
- 30-day average
- 0.15878
- Days with data: 30
- 30-day change
- +2.63%
- since 2026-08-28
0.16076
0.155742026-08-28 → 2026-09-26
| Date | 1 BRL in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.15984 | 0.00% |
| 2026-09-25 | 0.15984 | +0.04% |
| 2026-09-24 | 0.15977 | -0.35% |
| 2026-09-23 | 0.16034 | +0.24% |
| 2026-09-22 | 0.15995 | -0.15% |
| 2026-09-21 | 0.16018 | -0.36% |
| 2026-09-20 | 0.16076 | 0.00% |
| 2026-09-19 | 0.16076 | 0.00% |
| 2026-09-18 | 0.16076 | +0.04% |
| 2026-09-17 | 0.1607 | +0.97% |
| 2026-09-16 | 0.15916 | +0.21% |
| 2026-09-15 | 0.15883 | +0.31% |
| 2026-09-14 | 0.15833 | -0.75% |
| 2026-09-13 | 0.15952 | 0.00% |
| 2026-09-12 | 0.15952 | 0.00% |
| Date | 1 BRL in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.15952 | +0.68% |
| 2026-09-10 | 0.15844 | -0.09% |
| 2026-09-09 | 0.15859 | -0.11% |
| 2026-09-08 | 0.15878 | +0.58% |
| 2026-09-07 | 0.15787 | -0.29% |
| 2026-09-06 | 0.15832 | 0.00% |
| 2026-09-05 | 0.15832 | 0.00% |
| 2026-09-04 | 0.15832 | -0.63% |
| 2026-09-03 | 0.15933 | +0.82% |
| 2026-09-02 | 0.15803 | +1.36% |
| 2026-09-01 | 0.1559 | -0.28% |
| 2026-08-31 | 0.15634 | +0.38% |
| 2026-08-30 | 0.15574 | 0.00% |
| 2026-08-29 | 0.15574 | 0.00% |
| 2026-08-28 | 0.15574 | — |
BRL to CHF conversion table
1 BRL0.15984 CHF
5 BRL0.79919 CHF
10 BRL1.5984 CHF
25 BRL3.996 CHF
50 BRL7.9919 CHF
100 BRL15.9838 CHF
500 BRL79.9191 CHF
1,000 BRL159.8382 CHF
5,000 BRL799.1911 CHF
10,000 BRL1,598.3822 CHF
Get the BRL/CHF rate in your app
One GET request returns the latest BRL → CHF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/BRL/CHF"fetch('https://rate-api.com/api/v1/pair/BRL/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BRL = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BRL/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BRL = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BRL/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BRL = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "BRL",
"to": "CHF"
},
"rate": 0.1598,
"timestamp": 1790432081,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CHF to BRLSwiss Franc → Brazilian Real6.2563Convert BRL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.