INR to HUF exchange rate API
Indian Rupee to Forint · quoted 2026-09-24
3.3281
▼ +11.25% over 1Y
1 INR = 3.3281 HUF · 1 HUF = 0.30047 INR · Get this rate via the API
1 INR buys 3.3281 HUF as of 2026-09-24, so 1 HUF buys 0.30047 INR. Over the last year, INR/HUF traded between 3.1862 and 3.8189, averaged 3.4771 and fell 11.25%. The API holds daily INR/HUF rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
INR/HUF over 1Y: show the values
| Point | INR/HUF |
|---|---|
| 2025-09-24 | 3.7501 |
| 2025-10-01 | 3.7367 |
| 2025-10-08 | 3.8024 |
| 2025-10-15 | 3.8189 |
| 2025-10-22 | 3.8010 |
| 2025-10-29 | 3.7815 |
| 2025-11-05 | 3.7994 |
| 2025-11-12 | 3.7541 |
| 2025-11-19 | 3.7295 |
| 2025-11-26 | 3.6992 |
| 2025-12-03 | 3.6214 |
| 2025-12-10 | 3.6692 |
| 2025-12-17 | 3.6549 |
| 2025-12-24 | 3.6826 |
| 2025-12-31 | 3.6474 |
| 2026-01-07 | 3.6671 |
| 2026-01-14 | 3.6778 |
| 2026-01-21 | 3.5849 |
| 2026-01-28 | 3.4598 |
| 2026-02-04 | 3.5593 |
| 2026-02-11 | 3.4988 |
| 2026-02-18 | 3.5209 |
| 2026-02-25 | 3.5074 |
| 2026-03-04 | 3.5829 |
| 2026-03-11 | 3.6372 |
| 2026-03-18 | 3.6772 |
| 2026-03-25 | 3.5737 |
| 2026-04-01 | 3.5223 |
| 2026-04-08 | 3.4796 |
| 2026-04-15 | 3.3150 |
| 2026-04-22 | 3.3213 |
| 2026-04-29 | 3.2773 |
| 2026-05-06 | 3.2273 |
| 2026-05-13 | 3.2004 |
| 2026-05-20 | 3.2168 |
| 2026-05-27 | 3.1862 |
| 2026-06-03 | 3.1923 |
| 2026-06-10 | 3.2438 |
| 2026-06-17 | 3.1913 |
| 2026-06-24 | 3.3176 |
| 2026-07-01 | 3.2819 |
| 2026-07-08 | 3.2851 |
| 2026-07-15 | 3.2757 |
| 2026-07-22 | 3.3032 |
| 2026-07-29 | 3.3274 |
| 2026-08-05 | 3.2945 |
| 2026-08-12 | 3.3079 |
| 2026-08-19 | 3.2808 |
| 2026-08-26 | 3.2347 |
| 2026-09-02 | 3.3484 |
| 2026-09-09 | 3.2841 |
| 2026-09-16 | 3.2918 |
| 2026-09-23 | 3.3345 |
High
3.8189
Low
3.1862
Average
3.4771
Get this rate via the API
One GET request returns the INR/HUF 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=INR¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/HUF API questions
How do I get the INR/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/HUF rate in rates.HUF.
How far back does INR/HUF historical data go?
Daily INR/HUF rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free INR/HUF 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.