Support Center

Symbol Rankings

View global symbol rankings

The Symbol Rankings APIs calculate the rankings of given symbols based on supplied weights.  The weighted average is a calculation that takes into account the varying degrees of importance of the numbers in a data set. In calculating a weighted average, each number in the data set is multiplied by a predetermined weight before the final calculation is made.

A weighted average can be more accurate than a simple average in which all numbers in a data set are assigned an identical weight.

For example, To get ranking of AMZN,GOOGL,FLX,FB with weights : close (20%), volume (20), return_1d (60%), we will use the following API endpoint parameters

symbols_rankings?symbols=AMZN,GOOGL,NFLX,FB&fields=close,volume,return_1d&weights=20,20,60



To access: See Symbol Rankings