Qluxzz / avanza

A Python library for the unofficial Avanza API
https://qluxzz.github.io/avanza/
MIT License
85 stars 40 forks source link

404 Error on Insights Report #60

Closed AmirEghbali closed 1 year ago

AmirEghbali commented 1 year ago

The insights report does not work today and gives the following erorr:

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://www.avanza.se/_cqbe/insights/?timePeriod=??&accountIds=??

AmirEghbali commented 1 year ago

I think this needs to be updated. Can someone double check and merge? @Qluxzz

INSIGHTS_PATH = '/_api/insights-development/?timePeriod={}&accountIds={}'