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: show the values
| Point | USD/STD |
|---|---|
| 2025-09-25 | 21086.03 |
| 2025-10-02 | 21005.40 |
| 2025-10-09 | 21147.25 |
| 2025-10-16 | 21204.65 |
| 2025-10-23 | 21271.43 |
| 2025-10-30 | 21275.42 |
| 2025-11-06 | 21440.93 |
| 2025-11-13 | 21293.44 |
| 2025-11-20 | 21469.17 |
| 2025-11-27 | 21312.64 |
| 2025-12-04 | 21249.85 |
| 2025-12-12 | 21061.75 |
| 2025-12-19 | 21066.30 |
| 2025-12-26 | 20963.57 |
| 2026-01-02 | 20959.39 |
| 2026-01-09 | 21173.40 |
| 2026-01-16 | 21247.29 |
| 2026-01-23 | 21125.27 |
| 2026-01-30 | 20781.91 |
| 2026-02-06 | 20979.11 |
| 2026-02-13 | 20881.43 |
| 2026-02-20 | 20974.57 |
| 2026-02-27 | 20982.57 |
| 2026-03-06 | 21244.94 |
| 2026-03-13 | 21415.67 |
| 2026-03-20 | 21412.99 |
| 2026-03-27 | 21392.01 |
| 2026-04-03 | 21426.07 |
| 2026-04-10 | 20697.99 |
| 2026-04-17 | 20697.99 |
| 2026-04-24 | 20697.98 |
| 2026-05-01 | 20697.98 |
| 2026-05-08 | 20697.99 |
| 2026-05-16 | 21272.21 |
| 2026-05-24 | 21209.51 |
| 2026-05-31 | 21154.67 |
| 2026-06-09 | 21451.34 |
| 2026-06-16 | 21320.12 |
| 2026-06-23 | 21580.06 |
| 2026-06-30 | 21610.69 |
| 2026-07-07 | 21560.08 |
| 2026-07-14 | 21619.03 |
| 2026-07-21 | 21615.56 |
| 2026-07-28 | 21671.05 |
| 2026-08-04 | 21441.22 |
| 2026-08-11 | 21352.17 |
| 2026-08-18 | 21325.53 |
| 2026-08-26 | 21155.74 |
| 2026-09-02 | 21296.45 |
| 2026-09-09 | 21327.96 |
| 2026-09-16 | 21375.43 |
| 2026-09-23 | 21553.56 |
High
21677.79
Low
20697.98
Average
21224.61
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.