Skip to content

SCR to HUF exchange rate API

Seychelles Rupee to Forint · quoted 2026-09-25

22.3524

▼ +2.31% over 1Y

1 SCR = 22.3524 HUF · 1 HUF = 0.04474 SCR · Get this rate via the API

1 SCR buys 22.3524 HUF as of 2026-09-25, so 1 HUF buys 0.04474 SCR. Over the last year, SCR/HUF traded between 20.5514 and 26.2208, averaged 22.3768 and fell 2.31%. The API holds daily SCR/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/HUF over 1Y

SCR/HUF over 1Y: show the values
PointSCR/HUF
2025-09-2522.8808
2025-10-0222.4754
2025-10-0922.8992
2025-10-1622.8612
2025-10-2324.3028
2025-10-3023.6999
2025-11-0623.5241
2025-11-1322.3677
2025-11-2023.3117
2025-11-2722.3337
2025-12-0422.7869
2025-12-1221.7855
2025-12-1924.0365
2025-12-2622.1998
2026-01-0221.5798
2026-01-0926.2208
2026-01-1621.9480
2026-01-2322.3661
2026-01-3022.2691
2026-02-0622.3270
2026-02-1322.2264
2026-02-2021.3239
2026-02-2723.3574
2026-03-0622.7484
2026-03-1322.8389
2026-03-2022.5652
2026-03-2723.4102
2026-04-0323.2655
2026-04-1021.2207
2026-04-1722.3472
2026-04-2422.7092
2026-05-0121.1917
2026-05-0821.8641
2026-05-1622.8765
2026-05-2420.6927
2026-05-3120.5514
2026-06-0922.1454
2026-06-1621.1022
2026-06-2321.8708
2026-06-3021.6386
2026-07-0721.1896
2026-07-1422.1507
2026-07-2122.2253
2026-07-2822.6398
2026-08-0421.6920
2026-08-1122.3267
2026-08-1821.6251
2026-08-2621.7554
2026-09-0221.9934
2026-09-0921.8618
2026-09-1622.0773
2026-09-2321.9603

High

26.2208

Low

20.5514

Average

22.3768

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/HUF API questions

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

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

How far back does SCR/HUF historical data go?

Daily SCR/HUF 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 SCR/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.