With Aerospike v3.8.4, a new Sorted Map API has been introduced, allowing for efficient storage and retrieval of sorted data in real-time. This feature enables organizations to easily calculate averages, find the top-performing stocks or analysts, and retrieve other summary information from large datasets. The demo showcases the power of Aerospike's Sorted Map by storing real-time stock tick data and providing a summarized view of the maximum, minimum, and average values for each stock across a given time period. Additionally, it provides an overview of the top-performing stocks during the specified time period. The Sorted Maps API can be extended to support a complete financial portfolio, enabling organizations to build applications such as Leaderboards and Time-Series Applications.