Ameobea / robintrack

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

Add a `total_symbols` endpoint #20

Closed Ameobea closed 6 years ago

Ameobea commented 6 years ago

Should simply return the number of unique symbols in the database. It should take an optional param that provides a number of hours ago in which there must have been a popularity update for it to be included in the count.

So, if the param is 5 and the symbol hasn't had a popularity update in the past 5 hours, it won't be included in the total.

Ameobea commented 6 years ago

My hero