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: show the values
| Point | HUF/NIO |
|---|---|
| 2025-12-31 | 0.11213 |
| 2026-01-07 | 0.11157 |
| 2026-01-14 | 0.11078 |
| 2026-01-21 | 0.11202 |
| 2026-01-28 | 0.11554 |
| 2026-02-04 | 0.11419 |
| 2026-02-11 | 0.11563 |
| 2026-02-18 | 0.11518 |
| 2026-02-25 | 0.11537 |
| 2026-03-04 | 0.11156 |
| 2026-03-11 | 0.10995 |
| 2026-03-18 | 0.10764 |
| 2026-03-25 | 0.10947 |
| 2026-04-01 | 0.11173 |
| 2026-04-08 | 0.11462 |
| 2026-04-15 | 0.11886 |
| 2026-04-22 | 0.11827 |
| 2026-04-29 | 0.11811 |
| 2026-05-06 | 0.12022 |
| 2026-05-14 | 0.12033 |
| 2026-05-21 | 0.11845 |
| 2026-05-29 | 0.12085 |
| 2026-06-05 | 0.12079 |
| 2026-06-14 | 0.12096 |
| 2026-06-21 | 0.11944 |
| 2026-06-28 | 0.11823 |
| 2026-07-05 | 0.11869 |
| 2026-07-12 | 0.11746 |
| 2026-07-19 | 0.11554 |
| 2026-07-26 | 0.11566 |
| 2026-08-02 | 0.11611 |
| 2026-08-09 | 0.11685 |
| 2026-08-16 | 0.11699 |
| 2026-08-24 | 0.11827 |
| 2026-08-31 | 0.11720 |
| 2026-09-07 | 0.11777 |
| 2026-09-14 | 0.11610 |
| 2026-09-21 | 0.11652 |
High
0.12096
Low
0.10764
Average
0.11589
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=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¤cies=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.