NZD to RUB exchange rate API
New Zealand Dollar to Russian Ruble · quoted 2026-09-24
48.0790
▼ +3.93% over 30D
1 NZD = 48.0790 RUB · 1 RUB = 0.02080 NZD · Get this rate via the API
1 NZD buys 48.0790 RUB as of 2026-09-24, so 1 RUB buys 0.02080 NZD. Over the last 30 days, NZD/RUB traded between 47.9784 and 51.2618, averaged 49.5774 and fell 3.93%. The API holds daily NZD/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
NZD/RUB over 30D: show the values
| Point | NZD/RUB |
|---|---|
| 2026-08-25 | 50.0454 |
| 2026-08-26 | 49.8595 |
| 2026-08-27 | 50.7783 |
| 2026-08-28 | 50.8112 |
| 2026-08-29 | 50.9607 |
| 2026-08-30 | 50.8763 |
| 2026-08-31 | 50.8655 |
| 2026-09-01 | 50.8509 |
| 2026-09-02 | 50.5968 |
| 2026-09-03 | 51.2618 |
| 2026-09-04 | 50.9818 |
| 2026-09-05 | 50.4650 |
| 2026-09-06 | 50.8864 |
| 2026-09-07 | 50.8899 |
| 2026-09-08 | 50.3879 |
| 2026-09-09 | 50.2587 |
| 2026-09-10 | 49.5140 |
| 2026-09-11 | 48.8736 |
| 2026-09-12 | 48.9467 |
| 2026-09-13 | 48.9752 |
| 2026-09-14 | 48.7933 |
| 2026-09-15 | 48.6567 |
| 2026-09-16 | 48.5186 |
| 2026-09-17 | 48.3687 |
| 2026-09-18 | 48.2542 |
| 2026-09-19 | 48.2798 |
| 2026-09-20 | 48.0931 |
| 2026-09-21 | 48.2683 |
| 2026-09-22 | 47.9989 |
| 2026-09-23 | 47.9784 |
| 2026-09-24 | 48.1012 |
High
51.2618
Low
47.9784
Average
49.5774
Get this rate via the API
One GET request returns the NZD/RUB 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=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
NZD/RUB API questions
How do I get the NZD/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/RUB rate in rates.RUB.
How far back does NZD/RUB historical data go?
Daily NZD/RUB 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 NZD/RUB 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.