Skip to content

JPY to SGD exchange rate API

Yen to Singapore Dollar · quoted 2026-09-26

0.008122

▲ +1.84% over 30D

1 JPY = 0.008122 SGD · 1 SGD = 123.1224 JPY · Get this rate via the API

1 JPY buys 0.008122 SGD as of 2026-09-26, so 1 SGD buys 123.1224 JPY. Over the last 30 days, JPY/SGD traded between 0.007950 and 0.008249, averaged 0.008115 and rose 1.84%. The API holds daily JPY/SGD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

JPY/SGD over 30D

JPY/SGD over 30D: show the values
PointJPY/SGD
2026-08-270.007975
2026-08-280.007961
2026-08-290.007962
2026-08-300.007958
2026-08-310.007967
2026-09-010.007950
2026-09-020.007977
2026-09-030.008125
2026-09-040.008108
2026-09-050.008120
2026-09-060.008112
2026-09-070.008182
2026-09-080.008203
2026-09-090.008242
2026-09-100.008214
2026-09-110.008230
2026-09-120.008247
2026-09-130.008249
2026-09-140.008220
2026-09-150.008209
2026-09-160.008212
2026-09-170.008191
2026-09-180.008097
2026-09-190.008132
2026-09-200.008133
2026-09-210.008105
2026-09-220.008110
2026-09-230.008094
2026-09-240.008057
2026-09-250.008104
2026-09-260.008122

High

0.008249

Low

0.007950

Average

0.008115

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

JPY/SGD API questions

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

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

How far back does JPY/SGD historical data go?

Daily JPY/SGD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/SGD 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.