Actually in Quantopian it's only possible to rank with the absolute order.
Why not add a percentage rank like in pandas?
pandas.DataFrame.rank ->
pct : boolean, default False
Computes percentage rank of data
This is especially useful with combined scores, where the factors have a different size.