Currently this application takes over 1 second to get a user such as Hikaru's data. This isn't fast enough if there are a lot of requests.
Adding history=true also makes the API go to over 2 seconds per request. I propose implementing a simple redis-py which will allow caching of common requests so that continuous use is optimized.
