Skip to content

SCR to AFN exchange rate API

Seychelles Rupee to Afghani · quoted 2026-09-25

4.5066

▲ +0.43% over YTD

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 year to date, SCR/AFN traded between 4.2120 and 4.7188, averaged 4.4801 and rose 0.43%. 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 YTD

SCR/AFN over YTD: show the values
PointSCR/AFN
2025-12-314.4873
2026-01-074.7188
2026-01-144.5504
2026-01-214.6256
2026-01-284.4863
2026-02-044.4122
2026-02-114.3369
2026-02-184.3377
2026-02-254.2120
2026-03-044.5584
2026-03-114.6481
2026-03-184.4244
2026-03-254.3274
2026-04-014.2771
2026-04-084.6477
2026-04-154.5351
2026-04-224.2799
2026-04-294.6103
2026-05-064.5940
2026-05-144.4784
2026-05-214.3729
2026-05-294.4205
2026-06-054.5330
2026-06-144.4199
2026-06-214.3988
2026-06-284.3411
2026-07-054.5439
2026-07-124.4304
2026-07-194.5183
2026-07-264.5526
2026-08-024.4648
2026-08-094.4706
2026-08-164.4557
2026-08-244.5067
2026-08-314.5560
2026-09-074.6456
2026-09-144.5452
2026-09-214.4947

High

4.7188

Low

4.2120

Average

4.4801

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.