bankroll-py / bankroll

Ingest portfolio and other data from multiple brokerages, and analyze it
MIT License
60 stars 6 forks source link

Batch market data requests to IB #41

Closed jspahrsummers closed 5 years ago

jspahrsummers commented 5 years ago

Resolves #23. It's a little incredible just how much faster this is. 🚀

Before (fetching live values for 25 portfolio positions):

0.68s user 0.13s system 0% cpu 2:13.61 total

After:

0.65s user 0.12s system 6% cpu 12.785 total