schtunt / rh

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

The API module is getting a little crowded #6

Open nima opened 3 years ago

nima commented 3 years ago

It's starting to get confusing, for example would a function like dividends() be referring to dividends paid in a particular account, or how much the company has paid in dividends. Better to separate user/portfolio API calls from API calls focused on the company fundamentals/financials.

Make api a directory, add fundamentals, and portfolio modules there is one way to fix this.