Skip to content

SCR to AFN exchange rate API

Seychelles Rupee to Afghani · quoted 2026-09-25

4.5066

▼ +4.26% over 1Y

1 SCR = 4.5066 AFN · 1 AFN = 0.22190 SCR · Get this rate via the API

1 SCR buys 4.5066 AFN as of 2026-09-25, so 1 AFN buys 0.22190 SCR. Over the last year, SCR/AFN traded between 4.1641 and 5.2187, averaged 4.5179 and fell 4.26%. The API holds daily SCR/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/AFN over 1Y

SCR/AFN over 1Y: show the values
PointSCR/AFN
2025-09-254.7070
2025-10-024.5879
2025-10-094.5406
2025-10-164.5361
2025-10-234.7938
2025-10-304.6950
2025-11-064.6670
2025-11-134.4979
2025-11-204.6505
2025-11-274.5024
2025-12-044.6106
2025-12-124.3939
2025-12-194.8242
2025-12-264.4139
2026-01-024.3234
2026-01-095.2187
2026-01-164.3519
2026-01-234.4653
2026-01-304.5915
2026-02-064.5600
2026-02-134.4804
2026-02-204.1641
2026-02-274.5748
2026-03-064.2101
2026-03-134.1812
2026-03-204.1990
2026-03-274.3807
2026-04-034.4350
2026-04-104.2166
2026-04-174.6884
2026-04-244.5844
2026-05-014.3418
2026-05-084.6570
2026-05-164.5916
2026-05-244.2754
2026-05-314.3247
2026-06-094.5232
2026-06-164.4158
2026-06-234.4683
2026-06-304.4249
2026-07-074.3550
2026-07-144.6250
2026-07-214.7044
2026-07-284.7404
2026-08-044.5202
2026-08-114.6298
2026-08-184.5264
2026-08-264.6480
2026-09-024.5557
2026-09-094.5616
2026-09-164.5393
2026-09-234.4689

High

5.2187

Low

4.1641

Average

4.5179

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/AFN API questions

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

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

How far back does SCR/AFN historical data go?

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