Yeah, we decided it was time to close and focus on other projects/businesses.
We can't maintain the percentile rank calculator anymore, but here is the info for anyone who wants to make it themselves:
Login:
Send POST request to this url with your email address and password
LoginUrl:
https://www.lendingclub.com/account/login.actionlogin_email=your email address
login_password=your password
Get data:
Send a POST request to this url with the following data points
DataURL:
https://www.lendingclub.com/account/benchmarkScatterChart.actionadjOnOff=true
myWeightedAvgIntRate=your weighted average return
similarPercent=1.0
minNotes=100
portfolioConcentration=100
You will get back a JSON file with a bunch of age and anar data points.
Hopefully someone else can recreate this program using the above info. It has been a fun project to work on, but now is the time to end it.