Skip to content

HUF to NIO exchange rate API

Forint to Cordoba Oro · quoted 2026-09-26

0.11461

▲ +2.21% over YTD

1 HUF = 0.11461 NIO · 1 NIO = 8.7252 HUF · Get this rate via the API

1 HUF buys 0.11461 NIO as of 2026-09-26, so 1 NIO buys 8.7252 HUF. Over the year to date, HUF/NIO traded between 0.10764 and 0.12096, averaged 0.11589 and rose 2.21%. The API holds daily HUF/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HUF/NIO over YTD

HUF/NIO over YTD: show the values
PointHUF/NIO
2025-12-310.11213
2026-01-070.11157
2026-01-140.11078
2026-01-210.11202
2026-01-280.11554
2026-02-040.11419
2026-02-110.11563
2026-02-180.11518
2026-02-250.11537
2026-03-040.11156
2026-03-110.10995
2026-03-180.10764
2026-03-250.10947
2026-04-010.11173
2026-04-080.11462
2026-04-150.11886
2026-04-220.11827
2026-04-290.11811
2026-05-060.12022
2026-05-140.12033
2026-05-210.11845
2026-05-290.12085
2026-06-050.12079
2026-06-140.12096
2026-06-210.11944
2026-06-280.11823
2026-07-050.11869
2026-07-120.11746
2026-07-190.11554
2026-07-260.11566
2026-08-020.11611
2026-08-090.11685
2026-08-160.11699
2026-08-240.11827
2026-08-310.11720
2026-09-070.11777
2026-09-140.11610
2026-09-210.11652

High

0.12096

Low

0.10764

Average

0.11589

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

HUF/NIO API questions

How do I get the HUF/NIO exchange rate from an API?

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

How far back does HUF/NIO historical data go?

Daily HUF/NIO rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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