Skip to content

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

INR/HUF over 1Y: show the values
PointINR/HUF
2025-09-243.7501
2025-10-013.7367
2025-10-083.8024
2025-10-153.8189
2025-10-223.8010
2025-10-293.7815
2025-11-053.7994
2025-11-123.7541
2025-11-193.7295
2025-11-263.6992
2025-12-033.6214
2025-12-103.6692
2025-12-173.6549
2025-12-243.6826
2025-12-313.6474
2026-01-073.6671
2026-01-143.6778
2026-01-213.5849
2026-01-283.4598
2026-02-043.5593
2026-02-113.4988
2026-02-183.5209
2026-02-253.5074
2026-03-043.5829
2026-03-113.6372
2026-03-183.6772
2026-03-253.5737
2026-04-013.5223
2026-04-083.4796
2026-04-153.3150
2026-04-223.3213
2026-04-293.2773
2026-05-063.2273
2026-05-133.2004
2026-05-203.2168
2026-05-273.1862
2026-06-033.1923
2026-06-103.2438
2026-06-173.1913
2026-06-243.3176
2026-07-013.2819
2026-07-083.2851
2026-07-153.2757
2026-07-223.3032
2026-07-293.3274
2026-08-053.2945
2026-08-123.3079
2026-08-193.2808
2026-08-263.2347
2026-09-023.3484
2026-09-093.2841
2026-09-163.2918
2026-09-233.3345

High

3.8189

Low

3.1862

Average

3.4771

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.