Skip to content

SCR to AFN exchange rate API

Seychelles Rupee to Afghani · quoted 2026-09-25

4.5066

▼ +12.44% over 5Y

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 5 years, SCR/AFN traded between 4.2101 and 5.2044, averaged 4.7077 and fell 12.44%. 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 5Y

SCR/AFN over 5Y: show the values
PointSCR/AFN
2024-08-245.1465
2024-10-074.7432
2024-11-064.8749
2024-12-065.0297
2025-01-054.7328
2025-02-045.2044
2025-03-065.0781
2025-04-064.8426
2025-05-064.9424
2025-06-074.8117
2025-07-074.9473
2025-08-064.7568
2025-09-054.7542
2025-10-064.6330
2025-11-054.4405
2025-12-054.7035
2026-01-054.4091
2026-02-044.4122
2026-03-064.2101
2026-04-054.3738
2026-05-054.5845
2026-06-064.7207
2026-07-084.3779
2026-08-074.5184
2026-09-074.6456

High

5.2044

Low

4.2101

Average

4.7077

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.