Skip to content

SCR to BTN exchange rate API

Seychelles Rupee to Ngultrum · quoted 2026-09-24

6.7507

▲ +12.09% over 1Y

1 SCR = 6.7507 BTN · 1 BTN = 0.14813 SCR · Get this rate via the API

1 SCR buys 6.7507 BTN as of 2026-09-24, so 1 BTN buys 0.14813 SCR. Over the last year, SCR/BTN traded between 5.9273 and 7.0245, averaged 6.4841 and rose 12.09%. The API holds daily SCR/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/BTN over 1Y

SCR/BTN over 1Y: show the values
PointSCR/BTN
2025-09-246.0228
2025-10-016.0695
2025-10-086.1006
2025-10-156.5175
2025-10-226.0861
2025-10-296.1247
2025-11-055.9273
2025-11-126.2508
2025-11-196.2660
2025-11-266.2735
2025-12-036.2562
2025-12-116.3524
2025-12-186.1769
2025-12-256.2129
2026-01-015.9411
2026-01-086.4662
2026-01-156.3075
2026-01-226.3847
2026-01-296.4577
2026-02-056.1709
2026-02-126.6154
2026-02-196.6407
2026-02-266.5856
2026-03-056.2712
2026-03-126.2285
2026-03-196.1226
2026-03-266.7548
2026-04-026.3914
2026-04-096.4938
2026-04-166.4786
2026-04-236.8687
2026-04-306.8851
2026-05-076.7879
2026-05-157.0070
2026-05-236.9548
2026-05-306.5389
2026-06-067.0245
2026-06-156.5908
2026-06-226.5683
2026-06-296.4975
2026-07-066.6673
2026-07-136.5347
2026-07-206.8826
2026-07-276.8205
2026-08-036.6089
2026-08-106.5504
2026-08-176.7217
2026-08-256.6878
2026-09-016.6917
2026-09-086.6478
2026-09-156.7755
2026-09-226.6470

High

7.0245

Low

5.9273

Average

6.4841

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/BTN API questions

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

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

How far back does SCR/BTN historical data go?

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