API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
euribor-10m-monthly
Schema
| name | type | description |
|---|---|---|
| date | date | The date for the rate value. It follows by convention ISO 8601 formatting and is for the first day of the month |
| rate | number | The Euribor Benchmark rate. It uses pourcentage (%) |
| maturity_level | string | The maturity level. Before nov 2013, there was 15 rates and now only 8 are available due to EU banking regulations |
| granularity | string |
euribor-11m-monthly
Schema
| name | type | description |
|---|---|---|
| date | date | The date for the rate value. It follows by convention ISO 8601 formatting and is for the first day of the month |
| rate | number | The Euribor Benchmark rate. It uses pourcentage (%) |
| maturity_level | string | The maturity level. Before nov 2013, there was 15 rates and now only 8 are available due to EU banking regulations |
| granularity | string |
euribor-12m-monthly
Schema
| name | type | description |
|---|---|---|
| date | date | The date for the rate value. It follows by convention ISO 8601 formatting and is for the first day of the month |
| rate | number | The Euribor Benchmark rate. It uses pourcentage (%) |
| maturity_level | string | The maturity level. Before nov 2013, there was 15 rates and now only 8 are available due to EU banking regulations |
| granularity | string |
euribor-1m-monthly
Schema
| name | type | description |
|---|---|---|
| date | date | The date for the rate value. It follows by convention ISO 8601 formatting and is for the first day of the month |
| rate | number | The Euribor Benchmark rate. It uses pourcentage (%) |
| maturity_level | string | The maturity level. Before nov 2013, there was 15 rates and now only 8 are available due to EU banking regulations |
| granularity | string |
euribor-1w-weekly
Schema
| name | type | description |
|---|---|---|
| date | date | The date for the rate value. It follows by convention ISO 8601 formatting and is for the first day of the month |
| rate | number | The Euribor Benchmark rate. It uses pourcentage (%) |
| maturity_level | string | The maturity level. Before nov 2013, there was 15 rates and now only 8 are available due to EU banking regulations |
| granularity | string |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
euribor-10m-monthly | 730 B | about 1 month ago | euribor-10m-monthly | |
euribor-11m-monthly | 731 B | about 1 month ago | euribor-11m-monthly | |
euribor-12m-monthly | 4.27 kB | about 1 month ago | euribor-12m-monthly | |
euribor-1m-monthly | 9.25 kB | 2 days ago | euribor-1m-monthly | |
euribor-1w-weekly | 8.92 kB | 2 days ago | euribor-1w-weekly | |
euribor-2m-monthly | 6.77 kB | about 1 month ago | euribor-2m-monthly | |
euribor-2w-weekly | 5.85 kB | about 1 month ago | euribor-2w-weekly | |
euribor-3m-monthly | 9.25 kB | 2 days ago | euribor-3m-monthly | |
euribor-3w-weekly | 4.18 kB | about 1 month ago | euribor-3w-weekly | |
euribor-4m-monthly | 5.05 kB | about 1 month ago | euribor-4m-monthly | |
euribor-5m-monthly | 5.05 kB | about 1 month ago | euribor-5m-monthly | |
euribor-6m-monthly | 9.15 kB | about 1 month ago | euribor-6m-monthly | |
euribor-7m-monthly | 5.05 kB | about 1 month ago | euribor-7m-monthly | |
euribor-8m-monthly | 5.05 kB | about 1 month ago | euribor-8m-monthly | |
euribor-9m-monthly | 6.76 kB | about 1 month ago | euribor-9m-monthly |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 15 | 86.1 kB | csv | 2 days ago | Open Data Commons Public Domain Dedication and License v1.0 |
The Euribor Benchmark rates by year and granularity. Only monthly granularity is provided.
Data
Data is taken from the EMMI website.
The Euribor Benchmark is defined as below
Euribor is short for Euro Interbank Offered Rate. The Euribor rates are based on the interest rates at which a a panel of European banks borrow funds from one another. In the calculation, the highest and lowest 15% of all the quotes collected are eliminated. The remaining rates will be averaged and rounded to three decimal places. Euribor is determined and published at about 11:00 am each day, Central European Time.
When Euribor is being mentioned it is often referred to as THE Euribor, like there’s only 1 Euribor interest rate. This is not correct, since there are in fact 8 different Euribor rates, all with different maturities (until november 1st 2013, there were 15 maturities).
Data folder
All files in directory data are using the following naming convention pattern:
euribor-{maturity}-{granularity}.csv
For instance, you can have
euribor-1w-weekly.csv
euribor-1m-monthly.csv
euribor-10m-monthly.csv
...
w means week(s) and m means months for the maturity section
The columns are the same for all csv files.
They are three of them :
dateis the date for the rate value. It follows by convention ISO 8601 formatting and is for the first day of the monthrateis the Euribor Benchmark rate. It uses percentage (%)maturity_levelexpress the same information you have in file naming convention. Before nov 2013, there was 15 rates and now only 8 are available due to EU banking regulations.
The oldest available data are from 1999.
In the future, we may provide an additional column for granularity but at the moment, it's not useful as we only use monthly granularity.
Preparation
This package includes a python script scripts/scrap_euribor.py that executes the process of creating the euribor data at data/ folder, also scripts/ folder contains requirements.txt file, and workflow looks like this:
pip install -r scripts/requirements.txt
python scripts/scrap_euribor.py
Automation
Up-to-date (auto-updates every month) euribor dataset could be found on the datahub.io: https://datahub.io/core/euribor
License
This Data Package is licensed by its maintainers under the Public Domain Dedication and License PDDL.
Refer to the terms of use of the source dataset for any specific restrictions on using these data in a public or commercial product. You should also be aware that this data comes indirectly from http://www.emmi-benchmarks.eu/euribor-org/euribor-rates.html. Note that underlying rights, terms and conditions in the data from the source are unclear and may exists.