Ameobea / robintrack

Scrapes the Robinhood API to retrieve + store popularity and price data.
https://robintrack.net
MIT License
686 stars 194 forks source link

Change quote history endpoint to return last traded price rather than last bid #22

Closed Ameobea closed 6 years ago

Ameobea commented 6 years ago

When markets close, spreads become massive and the actual bid/ask price become more than useless, making the charts cluttered and unreadable. We should use the last traded price instead. It may be necessary to use the last traded after hours price, if that's available.