TWD to BRL exchange rate API
New Taiwan Dollar to Brazilian Real · quoted 2026-09-24
0.16236
▼ +8.44% over 1Y
1 TWD = 0.16236 BRL · 1 BRL = 6.1592 TWD · Get this rate via the API
1 TWD buys 0.16236 BRL as of 2026-09-24, so 1 BRL buys 6.1592 TWD. Over the last year, TWD/BRL traded between 0.15550 and 0.17825, averaged 0.16541 and fell 8.44%. The API holds daily TWD/BRL rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
TWD/BRL over 1Y: show the values
| Point | TWD/BRL |
|---|---|
| 2025-09-24 | 0.17732 |
| 2025-10-01 | 0.17758 |
| 2025-10-08 | 0.17817 |
| 2025-10-15 | 0.17825 |
| 2025-10-22 | 0.17525 |
| 2025-10-29 | 0.17488 |
| 2025-11-05 | 0.17448 |
| 2025-11-12 | 0.16966 |
| 2025-11-19 | 0.17106 |
| 2025-11-26 | 0.17148 |
| 2025-12-03 | 0.16989 |
| 2025-12-10 | 0.17485 |
| 2025-12-17 | 0.17473 |
| 2025-12-24 | 0.17557 |
| 2025-12-31 | 0.17458 |
| 2026-01-07 | 0.17133 |
| 2026-01-14 | 0.16961 |
| 2026-01-21 | 0.16900 |
| 2026-01-28 | 0.16507 |
| 2026-02-04 | 0.16527 |
| 2026-02-11 | 0.16502 |
| 2026-02-18 | 0.16623 |
| 2026-02-25 | 0.16381 |
| 2026-03-04 | 0.16457 |
| 2026-03-11 | 0.16259 |
| 2026-03-18 | 0.16378 |
| 2026-03-25 | 0.16393 |
| 2026-04-01 | 0.16152 |
| 2026-04-08 | 0.16001 |
| 2026-04-15 | 0.15799 |
| 2026-04-22 | 0.15784 |
| 2026-04-29 | 0.15784 |
| 2026-05-06 | 0.15594 |
| 2026-05-13 | 0.15550 |
| 2026-05-20 | 0.15899 |
| 2026-05-27 | 0.16063 |
| 2026-06-03 | 0.15974 |
| 2026-06-11 | 0.16295 |
| 2026-06-18 | 0.16290 |
| 2026-06-25 | 0.16340 |
| 2026-07-02 | 0.16297 |
| 2026-07-09 | 0.15999 |
| 2026-07-16 | 0.15794 |
| 2026-07-23 | 0.15700 |
| 2026-07-30 | 0.15718 |
| 2026-08-06 | 0.15897 |
| 2026-08-13 | 0.16111 |
| 2026-08-20 | 0.16293 |
| 2026-08-27 | 0.16211 |
| 2026-09-03 | 0.16004 |
| 2026-09-10 | 0.16230 |
| 2026-09-17 | 0.16093 |
| 2026-09-24 | 0.16285 |
High
0.17825
Low
0.15550
Average
0.16541
Get this rate via the API
One GET request returns the TWD/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=TWD¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BRL").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/BRL API questions
How do I get the TWD/BRL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/BRL rate in rates.BRL.
How far back does TWD/BRL historical data go?
Daily TWD/BRL rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TWD/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.