Qluxzz / avanza

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

INSTRUMENT_PATH gives error 404 #70

Closed tux2000 closed 1 year ago

tux2000 commented 1 year ago

Access to https://www.avanza.se/_mobile/market/fund/56127 comes back as status 404. On the website the fund is at https://www.avanza.se/fonder/om-fonden.html/56127/simplicity-likviditet-a not sure what the new corresponding API url might be

https://github.com/Qluxzz/avanza/blob/82856b6eb73b26682a1286fd266273e0405fbfef/avanza/constants.py#L99

tux2000 commented 1 year ago

Now I get a 404 also for certificates, e.g. https://www.avanza.se/_mobile/market/certificate/1343528

Not sure if https://www.avanza.se/_api/market-guide/certificate/1343528 would be a suitable replacement url.

AmirEghbali commented 1 year ago

I think this can be closed

tux2000 commented 1 year ago

Indeed, can be closed, fixed for my usecases in #74