JOD to STD exchange rate API
Jordanian Dinar to Dobra · quoted 2026-09-27
30339.11
▲ +1.61% over 1Y
1 JOD = 30339.11 STD · 1 STD = 0.000033 JOD · Get this rate via the API
1 JOD buys 30339.11 STD as of 2026-09-27, so 1 STD buys 0.000033 JOD. Over the last year, JOD/STD traded between 29191.57 and 30630.32, averaged 29853.88 and rose 1.61%. The API holds daily JOD/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/STD over 1Y: show the values
| Point | JOD/STD |
|---|---|
| 2025-09-27 | 29858.49 |
| 2025-10-04 | 29711.24 |
| 2025-10-11 | 29776.71 |
| 2025-10-18 | 29982.49 |
| 2025-10-25 | 30039.33 |
| 2025-11-01 | 30082.15 |
| 2025-11-08 | 29893.30 |
| 2025-11-15 | 30044.79 |
| 2025-11-22 | 30253.61 |
| 2025-11-29 | 30114.73 |
| 2025-12-06 | 29970.78 |
| 2025-12-14 | 29694.51 |
| 2025-12-21 | 29643.51 |
| 2025-12-28 | 29526.97 |
| 2026-01-04 | 29690.43 |
| 2026-01-11 | 29781.54 |
| 2026-01-18 | 29964.75 |
| 2026-01-25 | 29715.84 |
| 2026-02-01 | 29308.13 |
| 2026-02-08 | 29456.81 |
| 2026-02-15 | 29218.61 |
| 2026-02-22 | 29468.87 |
| 2026-03-01 | 29440.40 |
| 2026-03-08 | 29995.37 |
| 2026-03-15 | 30237.66 |
| 2026-03-22 | 30068.77 |
| 2026-03-29 | 30132.23 |
| 2026-04-05 | 30141.07 |
| 2026-04-12 | 29191.57 |
| 2026-04-19 | 29191.59 |
| 2026-04-26 | 29191.58 |
| 2026-05-03 | 29191.58 |
| 2026-05-10 | 29191.57 |
| 2026-05-18 | 29192.01 |
| 2026-05-26 | 29896.09 |
| 2026-06-02 | 29866.66 |
| 2026-06-11 | 30208.02 |
| 2026-06-18 | 30219.53 |
| 2026-06-25 | 30514.66 |
| 2026-07-02 | 29195.33 |
| 2026-07-09 | 30443.60 |
| 2026-07-16 | 30370.09 |
| 2026-07-23 | 30630.32 |
| 2026-07-30 | 30425.88 |
| 2026-08-06 | 30110.73 |
| 2026-08-13 | 30166.94 |
| 2026-08-21 | 29805.70 |
| 2026-08-28 | 30031.74 |
| 2026-09-04 | 29957.27 |
| 2026-09-11 | 29952.88 |
| 2026-09-18 | 29192.04 |
| 2026-09-25 | 30565.81 |
High
30630.32
Low
29191.57
Average
29853.88
Get this rate via the API
One GET request returns the JOD/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=JOD¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=STD").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/STD API questions
How do I get the JOD/STD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/STD rate in rates.STD.
How far back does JOD/STD historical data go?
Daily JOD/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 JOD/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.