Skip to content

SCR to AFN exchange rate API

Seychelles Rupee to Afghani · quoted 2026-09-25

4.5066

▲ +5.05% over 6M

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 6 months, SCR/AFN traded between 4.1898 and 4.7892, averaged 4.5050 and rose 5.05%. 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 6M

SCR/AFN over 6M: show the values
PointSCR/AFN
2026-03-294.2899
2026-04-054.3738
2026-04-124.2478
2026-04-194.2835
2026-04-264.1898
2026-05-034.6558
2026-05-104.3027
2026-05-184.5995
2026-05-264.4293
2026-06-024.4596
2026-06-114.4456
2026-06-184.3119
2026-06-254.3463
2026-07-024.7892
2026-07-094.3891
2026-07-164.7287
2026-07-234.7345
2026-07-304.5512
2026-08-064.6259
2026-08-134.6116
2026-08-214.6996
2026-08-284.7058
2026-09-044.6056
2026-09-114.5623
2026-09-184.6856

High

4.7892

Low

4.1898

Average

4.5050

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.