/fonte-share-values

Share values for Fon.Te. pension fund

Primary LanguagePython

Fon.Te. Share Values Scraper

TL;DR I scraped Fon.Te. share values so that you don't have to. Data updates every Sunday at 00:42 CET

Quick Links

chart example

Description

Fon.Te. share values for all 4 compartments are available in the following pages:

In this form they are hardly usable. Here is my attempt to fix that:

  • the repo includes a parser to extract quotes from the web pages and save them to Google Sheet
  • I compared public quotes with what I can see in FonTe customer's portal and fixed a few errors in public numbers
  • you can find the resulting data in the Quick Links above.

Known issues

  • For simplicity's sake, the dataset always shows the last day of each month, even if the market was closed on such days (e.g. it was a Sunday).
  • There is some discrepancy between quotes coming from FonTe's public pages and those you can access when logged in the platform (for customers only). In such cases, quotes from the platform overwrite public values. For a list of known discrepancies, see comments in the definition of the fix_errors() function.