NIO to PLN exchange rate API
Cordoba Oro to Zloty · quoted 2026-09-27
0.10465
▲ +5.38% over 1Y
1 NIO = 0.10465 PLN · 1 PLN = 9.5557 NIO · Get this rate via the API
1 NIO buys 0.10465 PLN as of 2026-09-27, so 1 PLN buys 9.5557 NIO. Over the last year, NIO/PLN traded between 0.09650 and 0.10465, averaged 0.09993 and rose 5.38%. The API holds daily NIO/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/PLN over 1Y: show the values
| Point | NIO/PLN |
|---|---|
| 2025-09-27 | 0.09930 |
| 2025-10-04 | 0.09887 |
| 2025-10-11 | 0.10022 |
| 2025-10-18 | 0.09896 |
| 2025-10-25 | 0.09964 |
| 2025-11-01 | 0.10035 |
| 2025-11-08 | 0.09965 |
| 2025-11-15 | 0.09895 |
| 2025-11-22 | 0.10037 |
| 2025-11-29 | 0.09942 |
| 2025-12-06 | 0.09884 |
| 2025-12-14 | 0.09793 |
| 2025-12-21 | 0.09769 |
| 2025-12-28 | 0.09748 |
| 2026-01-04 | 0.09787 |
| 2026-01-11 | 0.09848 |
| 2026-01-18 | 0.09908 |
| 2026-01-25 | 0.09653 |
| 2026-02-01 | 0.09687 |
| 2026-02-08 | 0.09718 |
| 2026-02-15 | 0.09650 |
| 2026-02-22 | 0.09738 |
| 2026-03-01 | 0.09742 |
| 2026-03-08 | 0.10084 |
| 2026-03-15 | 0.10187 |
| 2026-03-22 | 0.10074 |
| 2026-03-29 | 0.10156 |
| 2026-04-05 | 0.10120 |
| 2026-04-12 | 0.09909 |
| 2026-04-19 | 0.09763 |
| 2026-04-26 | 0.09860 |
| 2026-05-03 | 0.09857 |
| 2026-05-10 | 0.09810 |
| 2026-05-18 | 0.09882 |
| 2026-05-26 | 0.09896 |
| 2026-06-02 | 0.09887 |
| 2026-06-11 | 0.10029 |
| 2026-06-18 | 0.10094 |
| 2026-06-25 | 0.10283 |
| 2026-07-02 | 0.10281 |
| 2026-07-09 | 0.10247 |
| 2026-07-16 | 0.10283 |
| 2026-07-23 | 0.10328 |
| 2026-07-30 | 0.10212 |
| 2026-08-06 | 0.10129 |
| 2026-08-13 | 0.10140 |
| 2026-08-21 | 0.10000 |
| 2026-08-28 | 0.10131 |
| 2026-09-04 | 0.10092 |
| 2026-09-11 | 0.10153 |
| 2026-09-18 | 0.10383 |
| 2026-09-25 | 0.10419 |
High
0.10465
Low
0.09650
Average
0.09993
Get this rate via the API
One GET request returns the NIO/PLN 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=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=PLN").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/PLN API questions
How do I get the NIO/PLN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/PLN rate in rates.PLN.
How far back does NIO/PLN historical data go?
Daily NIO/PLN 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/PLN 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.