Skip to content

BRL to NZD exchange rate API

Brazilian Real to New Zealand Dollar · quoted 2026-09-25

0.34209

▲ +27.30% over 5Y

1 BRL = 0.34209 NZD · 1 NZD = 2.9232 BRL · Get this rate via the API

1 BRL buys 0.34209 NZD as of 2026-09-25, so 1 NZD buys 2.9232 BRL. Over the last 5 years, BRL/NZD traded between 0.24975 and 0.34715, averaged 0.31213 and rose 27.30%. The API holds daily BRL/NZD rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/NZD over 5Y

BRL/NZD over 5Y: show the values
PointBRL/NZD
2021-09-270.26872
2021-11-080.24975
2021-12-200.26126
2022-01-310.28291
2022-03-140.29175
2022-04-270.30385
2022-06-080.31735
2022-07-200.29422
2022-08-310.31704
2022-10-120.33812
2022-11-230.30041
2023-01-050.29499
2023-02-160.30367
2023-03-300.31445
2023-05-160.32673
2023-06-270.33911
2023-08-080.33567
2023-09-190.34715
2023-10-310.33909
2023-12-120.32953
2024-01-260.33356
2024-03-080.32560
2024-04-230.32667
2024-06-050.30697
2024-07-170.30218
2024-08-270.29275
2024-10-070.29884
2024-11-060.28968
2024-12-060.28504
2025-01-050.28821
2025-02-040.30626
2025-03-060.30296
2025-04-050.30578
2025-05-050.29597
2025-06-040.29571
2025-07-040.30460
2025-08-030.30496
2025-09-020.31214
2025-10-020.32291
2025-11-010.32487
2025-12-010.32532
2025-12-310.31664
2026-01-300.31591
2026-03-010.32662
2026-03-310.33399
2026-04-300.34236
2026-05-300.33163
2026-06-300.34127
2026-07-300.33563
2026-08-290.32585

High

0.34715

Low

0.24975

Average

0.31213

For developers

Get this rate via the API

One GET request returns the BRL/NZD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=NZD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=NZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

BRL/NZD API questions

How do I get the BRL/NZD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/NZD rate in rates.NZD.

How far back does BRL/NZD historical data go?

Daily BRL/NZD 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/NZD 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.