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.
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.