BRL to SGD exchange rate API
Brazilian Real to Singapore Dollar · quoted 2026-09-25
0.24597
▲ +1.49% over 1Y
1 BRL = 0.24597 SGD · 1 SGD = 4.0656 BRL · Get this rate via the API
1 BRL buys 0.24597 SGD as of 2026-09-25, so 1 SGD buys 4.0656 BRL. Over the last year, BRL/SGD traded between 0.23242 and 0.25744, averaged 0.24633 and rose 1.49%. The API holds daily BRL/SGD rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
BRL/SGD over 1Y: show the values
| Point | BRL/SGD |
|---|---|
| 2025-09-25 | 0.24236 |
| 2025-10-02 | 0.24226 |
| 2025-10-09 | 0.24319 |
| 2025-10-16 | 0.23791 |
| 2025-10-23 | 0.24131 |
| 2025-10-30 | 0.24157 |
| 2025-11-06 | 0.24430 |
| 2025-11-13 | 0.24614 |
| 2025-11-20 | 0.24527 |
| 2025-11-27 | 0.24273 |
| 2025-12-04 | 0.24421 |
| 2025-12-11 | 0.23745 |
| 2025-12-18 | 0.23271 |
| 2025-12-25 | 0.23242 |
| 2026-01-01 | 0.23308 |
| 2026-01-08 | 0.23873 |
| 2026-01-15 | 0.23928 |
| 2026-01-22 | 0.24150 |
| 2026-01-29 | 0.24396 |
| 2026-02-05 | 0.24204 |
| 2026-02-12 | 0.24380 |
| 2026-02-19 | 0.24246 |
| 2026-02-26 | 0.24642 |
| 2026-03-05 | 0.24336 |
| 2026-03-12 | 0.24705 |
| 2026-03-19 | 0.24219 |
| 2026-03-26 | 0.24528 |
| 2026-04-02 | 0.24839 |
| 2026-04-09 | 0.24991 |
| 2026-04-16 | 0.25497 |
| 2026-04-23 | 0.25706 |
| 2026-04-30 | 0.25619 |
| 2026-05-07 | 0.25744 |
| 2026-05-14 | 0.25483 |
| 2026-05-21 | 0.25541 |
| 2026-05-28 | 0.25226 |
| 2026-06-04 | 0.25324 |
| 2026-06-12 | 0.25144 |
| 2026-06-19 | 0.25018 |
| 2026-06-26 | 0.25004 |
| 2026-07-03 | 0.24836 |
| 2026-07-10 | 0.25223 |
| 2026-07-17 | 0.25240 |
| 2026-07-24 | 0.25399 |
| 2026-07-31 | 0.25401 |
| 2026-08-07 | 0.25116 |
| 2026-08-14 | 0.24692 |
| 2026-08-21 | 0.24518 |
| 2026-08-28 | 0.24618 |
| 2026-09-04 | 0.24786 |
| 2026-09-11 | 0.24807 |
| 2026-09-18 | 0.24893 |
| 2026-09-25 | 0.24631 |
High
0.25744
Low
0.23242
Average
0.24633
Get this rate via the API
One GET request returns the BRL/SGD 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=BRL¤cies=SGD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=SGD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=SGD").json()Replace YOUR_API_KEY with the key from your dashboard.
BRL/SGD API questions
How do I get the BRL/SGD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=SGD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/SGD rate in rates.SGD.
How far back does BRL/SGD historical data go?
Daily BRL/SGD 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 BRL/SGD 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.