delenamalan / easy-equities-client

Unofficial Python client for Easy Equities and Satrix. Intended for personal use.
MIT License
34 stars 10 forks source link

Async Requests #6

Open Samuel-Sendzul opened 2 years ago

Samuel-Sendzul commented 2 years ago

I would like to create a dashboard to track my entire investment portfolio. Eventually, I would like to calculate historic metrics on the different assets I hold as well as the entire portfolio.

This will require me to send many requests to the EasyEquities internal API. To speed this process up (and increase the scalability of this library), I would like to implement async requesting using aiohttp instead of the requests library.

Would this addition be valuable to add to the public library?

delenamalan commented 2 years ago

@Samuel-Sendzul sure, you're welcome to 👍