Skip to content

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

JOD/STD over 1Y: show the values
PointJOD/STD
2025-09-2729858.49
2025-10-0429711.24
2025-10-1129776.71
2025-10-1829982.49
2025-10-2530039.33
2025-11-0130082.15
2025-11-0829893.30
2025-11-1530044.79
2025-11-2230253.61
2025-11-2930114.73
2025-12-0629970.78
2025-12-1429694.51
2025-12-2129643.51
2025-12-2829526.97
2026-01-0429690.43
2026-01-1129781.54
2026-01-1829964.75
2026-01-2529715.84
2026-02-0129308.13
2026-02-0829456.81
2026-02-1529218.61
2026-02-2229468.87
2026-03-0129440.40
2026-03-0829995.37
2026-03-1530237.66
2026-03-2230068.77
2026-03-2930132.23
2026-04-0530141.07
2026-04-1229191.57
2026-04-1929191.59
2026-04-2629191.58
2026-05-0329191.58
2026-05-1029191.57
2026-05-1829192.01
2026-05-2629896.09
2026-06-0229866.66
2026-06-1130208.02
2026-06-1830219.53
2026-06-2530514.66
2026-07-0229195.33
2026-07-0930443.60
2026-07-1630370.09
2026-07-2330630.32
2026-07-3030425.88
2026-08-0630110.73
2026-08-1330166.94
2026-08-2129805.70
2026-08-2830031.74
2026-09-0429957.27
2026-09-1129952.88
2026-09-1829192.04
2026-09-2530565.81

High

30630.32

Low

29191.57

Average

29853.88

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=STD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&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=JOD&currencies=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&currencies=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.