Skip to content

STD to JPY exchange rate API

Dobra to Yen · quoted 2026-09-24

0.007327

▲ +3.75% over 1Y

1 STD = 0.007327 JPY · 1 JPY = 136.4815 STD · Get this rate via the API

1 STD buys 0.007327 JPY as of 2026-09-24, so 1 JPY buys 136.4815 STD. Over the last year, STD/JPY traded between 0.007019 and 0.007705, averaged 0.007412 and rose 3.75%. The API holds daily STD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

STD/JPY over 1Y

STD/JPY over 1Y: show the values
PointSTD/JPY
2025-09-240.007062
2025-10-010.007019
2025-10-080.007206
2025-10-150.007091
2025-10-220.007141
2025-10-290.007157
2025-11-050.007148
2025-11-120.007258
2025-11-190.007325
2025-11-260.007331
2025-12-030.007301
2025-12-110.007324
2025-12-180.007417
2025-12-250.007390
2026-01-010.007468
2026-01-080.007417
2026-01-150.007480
2026-01-220.007520
2026-01-290.007406
2026-02-050.007497
2026-02-120.007426
2026-02-190.007395
2026-02-260.007441
2026-03-050.007396
2026-03-120.007402
2026-03-190.007401
2026-03-260.007482
2026-04-020.007460
2026-04-090.007678
2026-04-160.007680
2026-04-230.007705
2026-04-300.007564
2026-05-070.007555
2026-05-150.007660
2026-05-230.007532
2026-05-300.007507
2026-06-060.007511
2026-06-150.007528
2026-06-220.007510
2026-06-290.007473
2026-07-060.007519
2026-07-130.007492
2026-07-200.007528
2026-07-270.007559
2026-08-030.007330
2026-08-100.007433
2026-08-170.007478
2026-08-250.007535
2026-09-010.007535
2026-09-080.007264
2026-09-150.007264
2026-09-220.007305

High

0.007705

Low

0.007019

Average

0.007412

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

STD/JPY API questions

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

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

How far back does STD/JPY historical data go?

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