Skip to content

USD to STD exchange rate API

US Dollar to Dobra · quoted 2026-09-25

21677.79

▲ +2.81% over 1Y

1 USD = 21677.79 STD · 1 STD = 0.000046 USD · Get this rate via the API

1 USD buys 21677.79 STD as of 2026-09-25, so 1 STD buys 0.000046 USD. Over the last year, USD/STD traded between 20697.98 and 21677.79, averaged 21224.61 and rose 2.81%. The API holds daily USD/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/STD over 1Y

USD/STD over 1Y: show the values
PointUSD/STD
2025-09-2521086.03
2025-10-0221005.40
2025-10-0921147.25
2025-10-1621204.65
2025-10-2321271.43
2025-10-3021275.42
2025-11-0621440.93
2025-11-1321293.44
2025-11-2021469.17
2025-11-2721312.64
2025-12-0421249.85
2025-12-1221061.75
2025-12-1921066.30
2025-12-2620963.57
2026-01-0220959.39
2026-01-0921173.40
2026-01-1621247.29
2026-01-2321125.27
2026-01-3020781.91
2026-02-0620979.11
2026-02-1320881.43
2026-02-2020974.57
2026-02-2720982.57
2026-03-0621244.94
2026-03-1321415.67
2026-03-2021412.99
2026-03-2721392.01
2026-04-0321426.07
2026-04-1020697.99
2026-04-1720697.99
2026-04-2420697.98
2026-05-0120697.98
2026-05-0820697.99
2026-05-1621272.21
2026-05-2421209.51
2026-05-3121154.67
2026-06-0921451.34
2026-06-1621320.12
2026-06-2321580.06
2026-06-3021610.69
2026-07-0721560.08
2026-07-1421619.03
2026-07-2121615.56
2026-07-2821671.05
2026-08-0421441.22
2026-08-1121352.17
2026-08-1821325.53
2026-08-2621155.74
2026-09-0221296.45
2026-09-0921327.96
2026-09-1621375.43
2026-09-2321553.56

High

21677.79

Low

20697.98

Average

21224.61

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/STD API questions

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

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

How far back does USD/STD historical data go?

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