Skip to content

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

NIO/PYG over 1Y: show the values
PointNIO/PYG
2025-09-26193.6185
2025-10-03192.8494
2025-10-10190.3473
2025-10-17191.7730
2025-10-24192.3004
2025-10-31192.6229
2025-11-07192.6584
2025-11-14191.7150
2025-11-21191.0851
2025-11-28189.8271
2025-12-05189.0308
2025-12-13186.4526
2025-12-20182.2098
2025-12-27184.5697
2026-01-03178.6080
2026-01-10178.9876
2026-01-17184.5299
2026-01-24181.8659
2026-01-31182.5226
2026-02-07179.6726
2026-02-14178.7842
2026-02-21176.1353
2026-02-28175.3389
2026-03-07178.1018
2026-03-14175.6423
2026-03-21177.6926
2026-03-28178.0716
2026-04-04176.2368
2026-04-11176.0099
2026-04-18173.4837
2026-04-25172.3009
2026-05-02167.5719
2026-05-09166.3538
2026-05-17166.1736
2026-05-25166.7439
2026-06-01166.6547
2026-06-10166.8032
2026-06-17166.2394
2026-06-24165.9078
2026-07-01165.0970
2026-07-08165.8361
2026-07-15164.5947
2026-07-22164.9864
2026-07-29163.1728
2026-08-05161.9414
2026-08-12161.7560
2026-08-20163.0763
2026-08-27162.7036
2026-09-03160.6182
2026-09-10160.5506
2026-09-17162.7019
2026-09-24161.1489

High

193.6185

Low

160.5506

Average

175.4123

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=PYG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=PYG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=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&currencies=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.