Skip to content

USD to SRD exchange rate API

US Dollar to Surinam Dollar · quoted 2026-09-27

37.6903

▼ +1.43% over 1Y

1 USD = 37.6903 SRD · 1 SRD = 0.02653 USD · Get this rate via the API

1 USD buys 37.6903 SRD as of 2026-09-27, so 1 SRD buys 0.02653 USD. Over the last year, USD/SRD traded between 37.0915 and 39.6919, averaged 37.9503 and fell 1.43%. The API holds daily USD/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/SRD over 1Y

USD/SRD over 1Y: show the values
PointUSD/SRD
2025-09-2738.2377
2025-10-0438.0587
2025-10-1138.3392
2025-10-1839.1447
2025-10-2539.6919
2025-11-0139.6464
2025-11-0838.5939
2025-11-1538.5755
2025-11-2238.5603
2025-11-2938.4721
2025-12-0638.6075
2025-12-1438.4967
2025-12-2138.5280
2025-12-2838.3777
2026-01-0438.2193
2026-01-1138.2888
2026-01-1838.2715
2026-01-2538.1965
2026-02-0138.0642
2026-02-0837.7893
2026-02-1537.8920
2026-02-2237.6626
2026-03-0137.8357
2026-03-0837.6878
2026-03-1537.5750
2026-03-2237.5912
2026-03-2937.5821
2026-04-0537.4346
2026-04-1237.4490
2026-04-1937.7060
2026-04-2637.4635
2026-05-0337.4580
2026-05-1037.3990
2026-05-1837.4530
2026-05-2637.0915
2026-06-0237.2643
2026-06-1137.3744
2026-06-1837.5022
2026-06-2537.5359
2026-07-0237.5045
2026-07-0937.6558
2026-07-1637.7551
2026-07-2337.7764
2026-07-3037.7725
2026-08-0637.6629
2026-08-1337.6971
2026-08-2137.8164
2026-08-2837.7663
2026-09-0437.7857
2026-09-1137.8549
2026-09-1837.7465
2026-09-2537.7652

High

39.6919

Low

37.0915

Average

37.9503

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=SRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/SRD API questions

How do I get the USD/SRD exchange rate from an API?

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

How far back does USD/SRD historical data go?

Daily USD/SRD 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 USD/SRD 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.