Skip to content

SCR to HUF exchange rate API

Seychelles Rupee to Forint · quoted 2026-09-24

22.6607

▼ +11.28% over 5Y

1 SCR = 22.6607 HUF · 1 HUF = 0.04413 SCR · Get this rate via the API

1 SCR buys 22.6607 HUF as of 2026-09-24, so 1 HUF buys 0.04413 SCR. Over the last 5 years, SCR/HUF traded between 21.1917 and 28.4770, averaged 23.9064 and fell 11.28%. 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 5Y

SCR/HUF over 5Y: show the values
PointSCR/HUF
2024-08-2425.5423
2024-10-0624.7069
2024-11-0527.2479
2024-12-0526.8047
2025-01-0428.4770
2025-02-0327.8283
2025-03-0525.9060
2025-04-0525.5080
2025-05-0525.1522
2025-06-0424.4866
2025-07-0423.9205
2025-08-0323.3515
2025-09-0223.2186
2025-10-0222.4754
2025-11-0122.9669
2025-12-0123.2130
2026-01-0121.6257
2026-01-3121.7049
2026-03-0222.2516
2026-04-0122.1506
2026-05-0121.1917
2026-06-0221.7414
2026-07-0423.4791
2026-08-0321.9139
2026-09-0322.0420

High

28.4770

Low

21.1917

Average

23.9064

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.