Skip to main content

Author Topic: Resources to start programming an secondary purchases via API?

p
  • Posts: 2
I invested some play money in the Folio secondary market.  Returns are okay, better than LC notes.  I would like to automate but don't know where to start... Any advice?

I am somewhat tech savvy but  Well, I used to be.... I have not done any programming since the 1990's when I was a decent programmer in VB, C++, SQL.  Still, I wasn't the greatest programmer so my company put me into management for my sins.  Haven't programmed since.    8)


  • IP logged

t
  • Posts: 2
I have some Python code I was using to automate my Folio investing I can share with you. Send me an e-mail if you want it. My gmail address is the same as my username here.
  • IP logged

L
  • Posts: 4
I have a similar request, except I’ve already gotten most of my program off the ground: it can buy notes from the secondary market, list notes that I’m already holding, and get my account summary. However, I have not been able to successfully list my open buy/sell transactions. Going by the documentation, I’m supposed to connect to "https://api.lendingclub.com/api/investor/v1/secondarymarket/accounts/#########/orders". I get a 4xx error in my C# program. And when I tried to debug it in JavaScript (because debugging HTTP/JSON responses in C# is a pain in the ass for me), I got back this object:
Code: [Select]
  • IP logged