Lots - per postions

It would be nice if alpaca return each lot in positions in an array. In that array would be
DateTime of buy
quantity
purchase price

Currently, we have to filter through orders, it’s a big pain.

You could try converting the data output to a DataFrame and then printing that. The formatting should be easier to read.