SCR to HUF exchange rate API
Seychelles Rupee to Forint · quoted 2026-09-24
22.6607
▲ +1.02% over YTD
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 year to date, SCR/HUF traded between 20.8485 and 24.6816, averaged 22.0472 and rose 1.02%. 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 YTD: show the values
| Point | SCR/HUF |
|---|---|
| 2025-12-31 | 22.4310 |
| 2026-01-07 | 23.5008 |
| 2026-01-14 | 22.8754 |
| 2026-01-21 | 23.1791 |
| 2026-01-28 | 21.7058 |
| 2026-02-04 | 21.5400 |
| 2026-02-11 | 21.2616 |
| 2026-02-18 | 22.1606 |
| 2026-02-25 | 21.2258 |
| 2026-03-04 | 24.0498 |
| 2026-03-11 | 24.6816 |
| 2026-03-18 | 23.9616 |
| 2026-03-25 | 23.0983 |
| 2026-04-01 | 22.1506 |
| 2026-04-08 | 22.9639 |
| 2026-04-15 | 21.9487 |
| 2026-04-22 | 21.1650 |
| 2026-04-29 | 22.7477 |
| 2026-05-06 | 22.0914 |
| 2026-05-14 | 21.3734 |
| 2026-05-21 | 21.6248 |
| 2026-05-29 | 21.3243 |
| 2026-06-05 | 21.7463 |
| 2026-06-14 | 20.8485 |
| 2026-06-21 | 20.9134 |
| 2026-06-28 | 20.8683 |
| 2026-07-05 | 21.3736 |
| 2026-07-12 | 21.1240 |
| 2026-07-19 | 21.7496 |
| 2026-07-26 | 21.8745 |
| 2026-08-02 | 21.4306 |
| 2026-08-09 | 21.3781 |
| 2026-08-16 | 21.3963 |
| 2026-08-24 | 21.3896 |
| 2026-08-31 | 21.8892 |
| 2026-09-07 | 21.9974 |
| 2026-09-14 | 22.3051 |
| 2026-09-21 | 21.8342 |
High
24.6816
Low
20.8485
Average
22.0472
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.