Skip to content

HTG to JPY exchange rate API

Gourde to Yen · quoted 2026-09-26

1.2025

▲ +5.12% over 1Y

1 HTG = 1.2025 JPY · 1 JPY = 0.83161 HTG · Get this rate via the API

1 HTG buys 1.2025 JPY as of 2026-09-26, so 1 JPY buys 0.83161 HTG. Over the last year, HTG/JPY traded between 1.1227 and 1.2520, averaged 1.2007 and rose 5.12%. The API holds daily HTG/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HTG/JPY over 1Y

HTG/JPY over 1Y: show the values
PointHTG/JPY
2025-09-261.1439
2025-10-031.1227
2025-10-101.1610
2025-10-171.1524
2025-10-241.1701
2025-10-311.1708
2025-11-071.1699
2025-11-141.1748
2025-11-211.1970
2025-11-281.1933
2025-12-051.1808
2025-12-131.1886
2025-12-201.2038
2025-12-271.1965
2026-01-031.1983
2026-01-101.2056
2026-01-171.2074
2026-01-241.1904
2026-01-311.1792
2026-02-071.2035
2026-02-141.1648
2026-02-211.1829
2026-02-281.1911
2026-03-071.2023
2026-03-141.2115
2026-03-211.2142
2026-03-281.2227
2026-04-041.2193
2026-04-111.2150
2026-04-181.2115
2026-04-251.2193
2026-05-021.1988
2026-05-091.1966
2026-05-171.2038
2026-05-251.2170
2026-06-011.2180
2026-06-101.2261
2026-06-171.2265
2026-06-241.2351
2026-07-011.2452
2026-07-081.2393
2026-07-151.2469
2026-07-221.2411
2026-07-291.2520
2026-08-051.2056
2026-08-121.2145
2026-08-201.2207
2026-08-271.2149
2026-09-031.1928
2026-09-101.1790
2026-09-171.1822
2026-09-241.2132

High

1.2520

Low

1.1227

Average

1.2007

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HTG/JPY API questions

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

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

How far back does HTG/JPY historical data go?

Daily HTG/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 HTG/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.