|
Post by rppatel79 on Sept 18, 2016 15:02:41 GMT
Hi All, Over the last 7+ years, I have used Lending Club and/or Prosper. Initially, I intuitively invested in loans hoping for good return. After some mild success (about ~9% ROI), I wanted to formalize my strategy. This became particularly important as my P2P accounts became a large component of my overall wealth. So, I downloaded Lending Club's historical notes, data mined the population, and confirmed my original strategy was effective (or more accurately, I confirmed my strategy was effective). I then built filters (within Lending Club and Prosper) that found active notes that met the criterion of my strategy. For the next year, I periodically logged into Lending Club and Prosper executed a filter and invested in notes. There were two problems with this approach: 1. I saw myself choosing not to invest in loans because of loan characteristics. This intuitive judgement hurt my ROI. 2. This was a very time consuming processes. I spend almost an 1 hour per day using P2P sites. So, as Lending Club and Prosper built APIs, I build technology to leverage them! And recently, I have put the code on GitHub as a public project. github.com/rppatel79/p2pThe code will: 1. Periodically log into Lending Club and/or Prosper 2. Database all the loans that were issued since the last execution 3. Find all the loans that met the criterion of a strategy 4. Purchase those loans The code is authored in Java and each 'strategy' written in Javascript. The strategies are intended to be simple to write/extend. Although not require, I have deployed the code in Amazon Web Services. Feel free to check out the GitHub repository, ask questions, and/or make suggests.
|
|
bigfoot12
Member of DD Central
Posts: 1,817
Likes: 816
|
Post by bigfoot12 on Sept 19, 2016 8:16:43 GMT
Welcome.
This sounds like a fascinating project. Unfortunately I, like most* people on this forum live in the UK and as far as I understand I can't invest directly through Lending Club.
Please do keep us up to date with your progress.
(* and many of the rest live in the rest of Europe)
|
|
|
Post by rppatel79 on Sept 19, 2016 23:45:25 GMT
Thank you for your interest!
Your comments encourage me to integrate with a UK (or non-US based) lending site. Can anyone help guide me? What are the most popular P2P lending sites in UK that has APIs available for retail investors?
|
|
ablender
Member of DD Central
Posts: 2,204
Likes: 555
|
Post by ablender on Sept 20, 2016 9:07:31 GMT
Hi rppatel79, I do not know if the following platforms have APIs but among the platforms I currently use are savingstream , MoneyThing , ablrateandy . You might want to contact them and ask if APIs are not already available.
|
|
bigfoot12
Member of DD Central
Posts: 1,817
Likes: 816
|
Post by bigfoot12 on Sept 21, 2016 8:35:45 GMT
Hi, Funding Circle keeps promising to introduce an API, but as far as I know hasn't done so yet. It might be worth sending them an email. I would have though that Funding Circle is the only platform in the UK that would be worthwhile extending your existing system to. Many other platforms come with information on each loan that would be difficult to parse. On other platforms such as Saving Stream people are using automated tools to invest quickly, but are probably making decisions manually (or to invest in everything). But Saving Stream use Re-capture to try to stop scraping.
|
|