
---
license: mit
task_categories:
- tabular-regression
- time-series-forecasting
language:
- ar
tags:
- finance
- exchange-rates
- libya
- parallel-market
- libyan-dinar
- currency
pretty_name: Fulus Libya Parallel Market Exchange Rates 2025
size_categories:
- 10K---
# Fulus Libya Parallel Market Exchange Rates 2025
Historical exchange rates for the Libyan dinar (LYD) on the parallel (black) market, sourced from the [fulus.ly](fulus.ly) API for the full calendar year 2025.
## Dataset Description
Each row represents a single rate reading for one currency pair (LYD → foreign currency) at a specific timestamp. Multiple readings may exist per day per currency, reflecting intraday fluctuations in the parallel market.
## Columns
| Column | Type | Description |
|---|---|---|
| `date` | string | Date of the reading (`YYYY-MM-DD`) |
| `currency` | string | Foreign currency code (e.g. `USD`, `EUR`) |
| `rate` | float | How many Libyan dinars (LYD) per 1 unit of foreign currency |
| `timestamp` | string | ISO 8601 datetime of the reading (UTC+2) |
| `http_status` | int | HTTP status code of the API response |
| `error` | string | Error message if the request failed (empty on success) |
## Currencies Covered
`USD` · `EUR` · `GBP` · `TRY` · `EGP` · `TND` · `SAR` · `AED`
## Date Range
**2025-01-01 → 2025-12-31**
## Dataset Stats
- ~15,535 rows
- 8 currencies
- 365 days
- Multiple intraday readings per day
## Data Source
Extracted via the fulus.ly public API (`/api/v1/rates/history`). Fulus.ly aggregates parallel market rates reported across Libya.
## Citation
If you use this dataset, please credit [fulus.ly](fulus.ly) as the data source.