TOP to KGS exchange rate API
Pa’anga to Som · quoted 2026-09-25
36.6528
▼ +2.05% over 1Y
1 TOP = 36.6528 KGS · 1 KGS = 0.02728 TOP · Get this rate via the API
1 TOP buys 36.6528 KGS as of 2026-09-25, so 1 KGS buys 0.02728 TOP. Over the last year, TOP/KGS traded between 36.3006 and 37.5828, averaged 37.0480 and fell 2.05%. The API holds daily TOP/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/KGS over 1Y: show the values
| Point | TOP/KGS |
|---|---|
| 2025-09-25 | 37.4197 |
| 2025-10-02 | 36.9787 |
| 2025-10-09 | 36.9657 |
| 2025-10-16 | 37.0762 |
| 2025-10-23 | 37.0768 |
| 2025-10-30 | 36.8348 |
| 2025-11-06 | 37.0846 |
| 2025-11-13 | 37.1261 |
| 2025-11-20 | 36.6147 |
| 2025-11-27 | 36.4776 |
| 2025-12-04 | 36.6195 |
| 2025-12-12 | 36.4968 |
| 2025-12-19 | 36.5930 |
| 2025-12-26 | 37.0712 |
| 2026-01-02 | 36.5578 |
| 2026-01-09 | 36.5185 |
| 2026-01-16 | 37.1086 |
| 2026-01-23 | 36.9745 |
| 2026-01-30 | 37.3227 |
| 2026-02-06 | 37.1957 |
| 2026-02-13 | 37.4371 |
| 2026-02-20 | 37.3222 |
| 2026-02-27 | 37.3889 |
| 2026-03-06 | 37.2291 |
| 2026-03-13 | 37.3064 |
| 2026-03-20 | 37.2709 |
| 2026-03-27 | 37.4834 |
| 2026-04-03 | 37.0403 |
| 2026-04-10 | 37.2635 |
| 2026-04-18 | 36.3202 |
| 2026-04-25 | 36.3006 |
| 2026-05-02 | 36.3078 |
| 2026-05-09 | 36.3078 |
| 2026-05-17 | 37.1389 |
| 2026-05-25 | 37.4676 |
| 2026-06-01 | 37.5622 |
| 2026-06-10 | 37.2040 |
| 2026-06-17 | 37.5828 |
| 2026-06-24 | 37.0591 |
| 2026-07-01 | 36.9071 |
| 2026-07-08 | 37.3070 |
| 2026-07-15 | 37.0411 |
| 2026-07-22 | 36.9792 |
| 2026-07-29 | 37.1808 |
| 2026-08-05 | 37.2945 |
| 2026-08-12 | 37.1262 |
| 2026-08-20 | 37.3624 |
| 2026-08-27 | 37.4867 |
| 2026-09-03 | 37.4571 |
| 2026-09-10 | 37.4203 |
| 2026-09-17 | 37.1742 |
| 2026-09-24 | 37.0480 |
High
37.5828
Low
36.3006
Average
37.0480
Get this rate via the API
One GET request returns the TOP/KGS 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=TOP¤cies=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/KGS API questions
How do I get the TOP/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/KGS rate in rates.KGS.
How far back does TOP/KGS historical data go?
Daily TOP/KGS 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 TOP/KGS 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.