schtunt / rh

A PoC suite of utilities to interface Robinhood and possibly other stock exchange APIs
0 stars 0 forks source link

Lots and LotConnector objects are a bad approach #8

Open nima opened 3 years ago

nima commented 3 years ago

These are very expensive to create. A better approach would be to store/calculate all important information when transactions from Robinhood are parsed, store these in one of the main two tables (transactions / stocks).