Skip to content

RUB to NZD exchange rate API

Russian Ruble to New Zealand Dollar · quoted 2026-09-26

0.02092

▲ +6.40% over 5Y

1 RUB = 0.02092 NZD · 1 NZD = 47.8011 RUB · Get this rate via the API

1 RUB buys 0.02092 NZD as of 2026-09-26, so 1 NZD buys 47.8011 RUB. Over the last 5 years, RUB/NZD traded between 0.01661 and 0.02371, averaged 0.02041 and rose 6.40%. The API holds daily RUB/NZD rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

RUB/NZD over 5Y

RUB/NZD over 5Y: show the values
PointRUB/NZD
2021-09-270.01966
2021-11-080.01954
2021-12-200.02007
2022-01-310.01958
2024-09-040.01832
2024-10-150.01725
2024-11-140.01731
2024-12-140.01661
2025-01-130.01766
2025-02-120.01837
2025-03-140.02022
2025-04-140.02043
2025-05-150.02117
2025-06-150.02083
2025-07-150.02140
2025-08-140.02115
2025-09-140.01998
2025-10-140.02171
2025-11-130.02172
2025-12-140.02157
2026-01-130.02216
2026-02-120.02140
2026-03-140.02164
2026-04-130.02223
2026-05-140.02290
2026-06-160.02371
2026-07-160.02204
2026-08-150.02017
2026-09-150.02055

High

0.02371

Low

0.01661

Average

0.02041

For developers

Get this rate via the API

One GET request returns the RUB/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=RUB&currencies=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&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=RUB&currencies=NZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/NZD API questions

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

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

How far back does RUB/NZD historical data go?

Daily RUB/NZD rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/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.