/SwissMortageRate

Just a data scraper of Swiss mortage rate... I've written it to prove to my house holder I should receive a rent reduction.

Primary LanguagePython

SwissMortageRate

This is just a data scraper of Swiss mortage rate.
Data source is the federal website (Bundesamt für Wohnungswesen BWO).

I've written it to prove to my house holder I should receive a rent reduction.

I made it :)


To download and generate the plot just use the simple functions in data_loader.py:

from data_loader import data_loader, plot_curve

df = data_loader()
plot_curve(df=df)