NIO to PYG exchange rate API
Cordoba Oro to Guarani · quoted 2026-09-26
161.1763
▼ +16.76% over 1Y
1 NIO = 161.1763 PYG · 1 PYG = 0.006204 NIO · Get this rate via the API
1 NIO buys 161.1763 PYG as of 2026-09-26, so 1 PYG buys 0.006204 NIO. Over the last year, NIO/PYG traded between 160.5506 and 193.6185, averaged 175.4123 and fell 16.76%. The API holds daily NIO/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/PYG over 1Y: show the values
| Point | NIO/PYG |
|---|---|
| 2025-09-26 | 193.6185 |
| 2025-10-03 | 192.8494 |
| 2025-10-10 | 190.3473 |
| 2025-10-17 | 191.7730 |
| 2025-10-24 | 192.3004 |
| 2025-10-31 | 192.6229 |
| 2025-11-07 | 192.6584 |
| 2025-11-14 | 191.7150 |
| 2025-11-21 | 191.0851 |
| 2025-11-28 | 189.8271 |
| 2025-12-05 | 189.0308 |
| 2025-12-13 | 186.4526 |
| 2025-12-20 | 182.2098 |
| 2025-12-27 | 184.5697 |
| 2026-01-03 | 178.6080 |
| 2026-01-10 | 178.9876 |
| 2026-01-17 | 184.5299 |
| 2026-01-24 | 181.8659 |
| 2026-01-31 | 182.5226 |
| 2026-02-07 | 179.6726 |
| 2026-02-14 | 178.7842 |
| 2026-02-21 | 176.1353 |
| 2026-02-28 | 175.3389 |
| 2026-03-07 | 178.1018 |
| 2026-03-14 | 175.6423 |
| 2026-03-21 | 177.6926 |
| 2026-03-28 | 178.0716 |
| 2026-04-04 | 176.2368 |
| 2026-04-11 | 176.0099 |
| 2026-04-18 | 173.4837 |
| 2026-04-25 | 172.3009 |
| 2026-05-02 | 167.5719 |
| 2026-05-09 | 166.3538 |
| 2026-05-17 | 166.1736 |
| 2026-05-25 | 166.7439 |
| 2026-06-01 | 166.6547 |
| 2026-06-10 | 166.8032 |
| 2026-06-17 | 166.2394 |
| 2026-06-24 | 165.9078 |
| 2026-07-01 | 165.0970 |
| 2026-07-08 | 165.8361 |
| 2026-07-15 | 164.5947 |
| 2026-07-22 | 164.9864 |
| 2026-07-29 | 163.1728 |
| 2026-08-05 | 161.9414 |
| 2026-08-12 | 161.7560 |
| 2026-08-20 | 163.0763 |
| 2026-08-27 | 162.7036 |
| 2026-09-03 | 160.6182 |
| 2026-09-10 | 160.5506 |
| 2026-09-17 | 162.7019 |
| 2026-09-24 | 161.1489 |
High
193.6185
Low
160.5506
Average
175.4123
Get this rate via the API
One GET request returns the NIO/PYG 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=NIO¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/PYG API questions
How do I get the NIO/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/PYG rate in rates.PYG.
How far back does NIO/PYG historical data go?
Daily NIO/PYG 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 NIO/PYG 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.