Skip to content

SCR to UAH exchange rate API

Seychelles Rupee to Hryvnia · quoted 2026-09-24

3.1638

▲ +12.65% over 1Y

1 SCR = 3.1638 UAH · 1 UAH = 0.31608 SCR · Get this rate via the API

1 SCR buys 3.1638 UAH as of 2026-09-24, so 1 UAH buys 0.31608 SCR. Over the last year, SCR/UAH traded between 2.7923 and 3.2795, averaged 3.0484 and rose 12.65%. The API holds daily SCR/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/UAH over 1Y

SCR/UAH over 1Y: show the values
PointSCR/UAH
2025-09-242.8084
2025-10-012.8133
2025-10-082.8413
2025-10-153.0629
2025-10-222.8950
2025-10-292.9162
2025-11-052.8092
2025-11-122.9639
2025-11-192.9778
2025-11-262.9757
2025-12-032.9452
2025-12-112.9788
2025-12-182.8925
2025-12-252.9105
2026-01-012.7923
2026-01-083.0754
2026-01-153.0292
2026-01-223.0090
2026-01-293.0080
2026-02-052.9469
2026-02-123.1407
2026-02-193.1673
2026-02-263.1349
2026-03-052.9885
2026-03-122.9821
2026-03-192.9008
2026-03-263.1598
2026-04-023.0171
2026-04-093.0482
2026-04-163.0211
2026-04-233.2148
2026-04-303.2012
2026-05-073.1555
2026-05-153.2291
2026-05-233.2092
2026-05-303.0483
2026-06-063.2795
2026-06-153.1278
2026-06-223.1233
2026-06-293.0908
2026-07-063.1187
2026-07-133.0454
2026-07-203.1908
2026-07-273.1789
2026-08-033.1028
2026-08-103.0829
2026-08-173.1453
2026-08-253.1220
2026-09-013.1368
2026-09-083.1192
2026-09-153.1599
2026-09-223.1076

High

3.2795

Low

2.7923

Average

3.0484

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/UAH API questions

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

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

How far back does SCR/UAH historical data go?

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