JPY to SGD exchange rate API
Yen to Singapore Dollar · quoted 2026-09-26
0.008122
▼ +5.96% over 1Y
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 year, JPY/SGD traded between 0.007880 and 0.008750, averaged 0.008164 and fell 5.96%. 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 1Y: show the values
| Point | JPY/SGD |
|---|---|
| 2025-09-26 | 0.008637 |
| 2025-10-03 | 0.008750 |
| 2025-10-10 | 0.008506 |
| 2025-10-17 | 0.008608 |
| 2025-10-24 | 0.008498 |
| 2025-10-31 | 0.008442 |
| 2025-11-07 | 0.008504 |
| 2025-11-14 | 0.008441 |
| 2025-11-21 | 0.008343 |
| 2025-11-28 | 0.008311 |
| 2025-12-05 | 0.008344 |
| 2025-12-12 | 0.008280 |
| 2025-12-19 | 0.008223 |
| 2025-12-26 | 0.008211 |
| 2026-01-02 | 0.008196 |
| 2026-01-09 | 0.008164 |
| 2026-01-16 | 0.008146 |
| 2026-01-23 | 0.008085 |
| 2026-01-30 | 0.008230 |
| 2026-02-06 | 0.008104 |
| 2026-02-13 | 0.008245 |
| 2026-02-20 | 0.008175 |
| 2026-02-27 | 0.008114 |
| 2026-03-06 | 0.008111 |
| 2026-03-13 | 0.008031 |
| 2026-03-20 | 0.008063 |
| 2026-03-27 | 0.008053 |
| 2026-04-03 | 0.008061 |
| 2026-04-10 | 0.008002 |
| 2026-04-17 | 0.007995 |
| 2026-04-24 | 0.008006 |
| 2026-05-01 | 0.008112 |
| 2026-05-08 | 0.008087 |
| 2026-05-15 | 0.008073 |
| 2026-05-22 | 0.008045 |
| 2026-05-29 | 0.008018 |
| 2026-06-05 | 0.008028 |
| 2026-06-12 | 0.008016 |
| 2026-06-19 | 0.008007 |
| 2026-06-26 | 0.008005 |
| 2026-07-03 | 0.008008 |
| 2026-07-10 | 0.007975 |
| 2026-07-17 | 0.007953 |
| 2026-07-24 | 0.007880 |
| 2026-07-31 | 0.008018 |
| 2026-08-07 | 0.008089 |
| 2026-08-14 | 0.008037 |
| 2026-08-21 | 0.007992 |
| 2026-08-28 | 0.007961 |
| 2026-09-04 | 0.008108 |
| 2026-09-11 | 0.008230 |
| 2026-09-18 | 0.008097 |
| 2026-09-25 | 0.008104 |
High
0.008750
Low
0.007880
Average
0.008164
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=SGD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=SGD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=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¤cies=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.