The script was run after hours, that's why 'buy' and 'sell' columns are empty.
[2022-04-15] - Avanza has updated their website thus the regex expressions now needs to be rewritten in order for the script to work.
$ python avanza-fetcher.py urls.json
You can change the default output and pipe the result to a file
$ python avanza-fetcher.py urls.json > output.txt
Using package requests, install using PIP
$ pip install requests
The code have been tested on:
- Windows 10 machine running Python 3.9.0