Path: blob/master/Boursorama/Boursorama_Get_EURIBOR_3_MOIS.ipynb
2973 views
Kernel: Python 3
Boursorama - Get EURIBOR 3 MOIS
Tags: #boursorama #euribor #pandas #read_html #finance #data
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-04-04)
Description: This notebook will show how to get EURIBOR 3 MOIS using pandas.read_html().
References:
Input
Import libraries
In [1]:
Setup Variables
url
: URL of the Boursorama page to get EURIBOR 3 MOIS
In [2]:
Model
Get EURIBOR 3 MOIS
Using pandas.read_html()
to get the EURIBOR 3 MOIS from the Boursorama page.
In [3]:
Output
Current data
In [4]:
Historical data
In [5]: