NIO to LBP exchange rate API
Cordoba Oro to Lebanese Pound · quoted 2026-09-26
2434.94
▼ +0.21% over 1Y
1 NIO = 2434.94 LBP · 1 LBP = 0.000411 NIO · Get this rate via the API
1 NIO buys 2434.94 LBP as of 2026-09-26, so 1 LBP buys 0.000411 NIO. Over the last year, NIO/LBP traded between 2414.98 and 2512.61, averaged 2443.22 and fell 0.21%. The API holds daily NIO/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/LBP over 1Y: show the values
| Point | NIO/LBP |
|---|---|
| 2025-09-26 | 2439.97 |
| 2025-10-03 | 2440.38 |
| 2025-10-10 | 2443.27 |
| 2025-10-17 | 2433.61 |
| 2025-10-24 | 2440.51 |
| 2025-10-31 | 2440.58 |
| 2025-11-07 | 2436.88 |
| 2025-11-14 | 2436.80 |
| 2025-11-21 | 2439.21 |
| 2025-11-28 | 2436.90 |
| 2025-12-05 | 2445.14 |
| 2025-12-13 | 2449.77 |
| 2025-12-20 | 2434.23 |
| 2025-12-27 | 2433.28 |
| 2026-01-03 | 2441.35 |
| 2026-01-10 | 2454.04 |
| 2026-01-17 | 2457.98 |
| 2026-01-24 | 2488.66 |
| 2026-01-31 | 2487.02 |
| 2026-02-07 | 2503.87 |
| 2026-02-14 | 2512.61 |
| 2026-02-21 | 2419.34 |
| 2026-02-28 | 2445.16 |
| 2026-03-07 | 2414.98 |
| 2026-03-14 | 2434.86 |
| 2026-03-21 | 2433.27 |
| 2026-03-28 | 2438.70 |
| 2026-04-04 | 2425.54 |
| 2026-04-11 | 2438.04 |
| 2026-04-18 | 2436.60 |
| 2026-04-25 | 2433.31 |
| 2026-05-02 | 2439.36 |
| 2026-05-09 | 2439.06 |
| 2026-05-17 | 2450.29 |
| 2026-05-25 | 2433.00 |
| 2026-06-01 | 2435.78 |
| 2026-06-10 | 2436.76 |
| 2026-06-17 | 2442.64 |
| 2026-06-24 | 2442.73 |
| 2026-07-01 | 2440.14 |
| 2026-07-08 | 2445.09 |
| 2026-07-15 | 2432.26 |
| 2026-07-22 | 2445.54 |
| 2026-07-29 | 2446.08 |
| 2026-08-05 | 2439.26 |
| 2026-08-12 | 2442.73 |
| 2026-08-20 | 2436.04 |
| 2026-08-27 | 2442.83 |
| 2026-09-03 | 2415.70 |
| 2026-09-10 | 2438.67 |
| 2026-09-17 | 2461.20 |
| 2026-09-24 | 2434.69 |
High
2512.61
Low
2414.98
Average
2443.22
Get this rate via the API
One GET request returns the NIO/LBP 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=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/LBP API questions
How do I get the NIO/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/LBP rate in rates.LBP.
How far back does NIO/LBP historical data go?
Daily NIO/LBP 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/LBP 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.