Show HN: I made a simple personal finance API (like Yodlee)
12 points| gabelerner | 15 years ago | reply
From http://news.ycombinator.com/item?id=1431583, I realized that all those types of sites are not tailored to developers like the other simple APIs around the web are (i.e. flickr). I made mine as simple as I thought possible.
From http://news.ycombinator.com/item?id=1676458, I realized that eventually it should be a scalable model where you pay pennies per the # of requests you make.
Right now it supports many institutions (not as many as Yodlee, as I don't scrape) but given enough demand, more will be added. I am currently beta testing the functionality before moving to a dedicated machine and having a SLA.
In the future, I plan to support more API functions such as getting a bank's routing number, being able to push user credentials up to the server where they will be encrypted and available for things like push notifications, bill pay API, etc.
[+] [-] dpapathanasiou|15 years ago|reply
Two questions:
(1) How can we trust you with our bank login credentials?
(2) What is the current list of banks you support?
Would a call to https://api.finkin.com/v1.0/InstitutionSearch give me the full list?
[+] [-] gabelerner|15 years ago|reply
(2) Good question. I had to restrict the query as it was over 1MB in size for the full list, but I'll run it and make the xml file available for people that don't want to query each time. I created the list from a couple of sources and have only tested it with my and my family's accounts so it is hard to tell how much of the data is valid and how much is stale.
edit: http://finkin.com/InstitutionSearch.xml
[+] [-] maxdemarzi|15 years ago|reply
Like charging for an open source commercial license for "embedded" use only and you retain the rights to be the sole general api provider?
[+] [-] gabelerner|15 years ago|reply
From your idea, perhaps I can release the code completely free (or small one time fee) but charge for use of my up to date databases. Thanks for the help!
[+] [-] djb_hackernews|15 years ago|reply
[+] [-] gabelerner|15 years ago|reply
Thanks!
[+] [-] anemitz|15 years ago|reply
[+] [-] DevX101|15 years ago|reply
Can you confirm/rebut?
[+] [-] gabelerner|15 years ago|reply