NZD to BRL exchange rate API
New Zealand Dollar to Brazilian Real · quoted 2026-09-24
2.9366
▼ +21.09% over 5Y
1 NZD = 2.9366 BRL · 1 BRL = 0.34053 NZD · Get this rate via the API
1 NZD buys 2.9366 BRL as of 2026-09-24, so 1 BRL buys 0.34053 NZD. Over the last 5 years, NZD/BRL traded between 2.8806 and 4.0040, averaged 3.2205 and fell 21.09%. The API holds daily NZD/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
NZD/BRL over 5Y: show the values
| Point | NZD/BRL |
|---|---|
| 2021-09-27 | 3.7213 |
| 2021-11-08 | 4.0040 |
| 2021-12-20 | 3.8276 |
| 2022-01-31 | 3.5347 |
| 2022-03-14 | 3.4275 |
| 2022-04-27 | 3.2910 |
| 2022-06-08 | 3.1511 |
| 2022-07-20 | 3.3988 |
| 2022-08-31 | 3.1541 |
| 2022-10-12 | 2.9575 |
| 2022-11-23 | 3.3287 |
| 2023-01-05 | 3.3900 |
| 2023-02-16 | 3.2930 |
| 2023-03-30 | 3.1801 |
| 2023-05-16 | 3.0606 |
| 2023-06-27 | 2.9489 |
| 2023-08-08 | 2.9791 |
| 2023-09-19 | 2.8806 |
| 2023-10-31 | 2.9490 |
| 2023-12-12 | 3.0346 |
| 2024-01-26 | 2.9979 |
| 2024-03-08 | 3.0712 |
| 2024-04-23 | 3.0612 |
| 2024-06-05 | 3.2576 |
| 2024-07-17 | 3.3093 |
| 2024-08-27 | 3.4159 |
| 2024-10-07 | 3.3462 |
| 2024-11-06 | 3.4521 |
| 2024-12-06 | 3.5083 |
| 2025-01-05 | 3.4697 |
| 2025-02-04 | 3.2652 |
| 2025-03-06 | 3.3008 |
| 2025-04-05 | 3.2703 |
| 2025-05-05 | 3.3787 |
| 2025-06-04 | 3.3817 |
| 2025-07-04 | 3.2830 |
| 2025-08-03 | 3.2791 |
| 2025-09-02 | 3.2037 |
| 2025-10-02 | 3.0969 |
| 2025-11-01 | 3.0782 |
| 2025-12-01 | 3.0739 |
| 2025-12-31 | 3.1582 |
| 2026-01-30 | 3.1655 |
| 2026-03-01 | 3.0617 |
| 2026-03-31 | 2.9941 |
| 2026-04-30 | 2.9209 |
| 2026-05-30 | 3.0154 |
| 2026-06-30 | 2.9302 |
| 2026-07-30 | 2.9795 |
| 2026-08-29 | 3.0689 |
High
4.0040
Low
2.8806
Average
3.2205
Get this rate via the API
One GET request returns the NZD/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=NZD¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=BRL").json()Replace YOUR_API_KEY with the key from your dashboard.
NZD/BRL API questions
How do I get the NZD/BRL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/BRL rate in rates.BRL.
How far back does NZD/BRL historical data go?
Daily NZD/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 NZD/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.