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?
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?