SGD to BRL exchange rate API
Singapore Dollar to Brazilian Real · quoted 2026-09-25
4.0656
▲ +3.56% over 5Y
1 SGD = 4.0656 BRL · 1 BRL = 0.24597 SGD · Get this rate via the API
1 SGD buys 4.0656 BRL as of 2026-09-25, so 1 BRL buys 0.24597 SGD. Over the last 5 years, SGD/BRL traded between 3.5424 and 4.5112, averaged 4.0005 and rose 3.56%. The API holds daily SGD/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
SGD/BRL over 5Y: show the values
| Point | SGD/BRL |
|---|---|
| 2021-09-27 | 3.9259 |
| 2021-11-08 | 4.1425 |
| 2021-12-20 | 4.1660 |
| 2022-01-31 | 3.9729 |
| 2022-03-14 | 3.6988 |
| 2022-04-27 | 3.6327 |
| 2022-06-08 | 3.5512 |
| 2022-07-20 | 3.9022 |
| 2022-08-31 | 3.6854 |
| 2022-10-12 | 3.6854 |
| 2022-11-23 | 3.8930 |
| 2023-01-05 | 4.0146 |
| 2023-02-16 | 3.9259 |
| 2023-03-30 | 3.8390 |
| 2023-05-16 | 3.6672 |
| 2023-06-27 | 3.5424 |
| 2023-08-08 | 3.6550 |
| 2023-09-19 | 3.5567 |
| 2023-10-31 | 3.7000 |
| 2023-12-12 | 3.6831 |
| 2024-01-26 | 3.6627 |
| 2024-03-08 | 3.7286 |
| 2024-04-23 | 3.7988 |
| 2024-06-05 | 3.9066 |
| 2024-07-17 | 4.0576 |
| 2024-08-27 | 4.2046 |
| 2024-10-07 | 4.1751 |
| 2024-11-06 | 4.3503 |
| 2024-12-06 | 4.4833 |
| 2025-01-05 | 4.5112 |
| 2025-02-04 | 4.2910 |
| 2025-03-06 | 4.3156 |
| 2025-04-05 | 4.3449 |
| 2025-05-05 | 4.3792 |
| 2025-06-04 | 4.3604 |
| 2025-07-04 | 4.2511 |
| 2025-08-03 | 4.3025 |
| 2025-09-02 | 4.2398 |
| 2025-10-02 | 4.1279 |
| 2025-11-01 | 4.1334 |
| 2025-12-01 | 4.1332 |
| 2025-12-31 | 4.2611 |
| 2026-01-30 | 4.1184 |
| 2026-03-01 | 4.0489 |
| 2026-03-31 | 4.0554 |
| 2026-04-30 | 3.9033 |
| 2026-05-30 | 3.9443 |
| 2026-06-30 | 3.9991 |
| 2026-07-30 | 3.9618 |
| 2026-08-29 | 4.0710 |
High
4.5112
Low
3.5424
Average
4.0005
Get this rate via the API
One GET request returns the SGD/BRL rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=BRL").json()Replace YOUR_API_KEY with the key from your dashboard.
SGD/BRL API questions
How do I get the SGD/BRL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/BRL rate in rates.BRL.
How far back does SGD/BRL historical data go?
Daily SGD/BRL rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free SGD/BRL exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.