Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 899 Bytes

finkin

Yodlee-like OFX API

Requirements

  • Currently (but not for long) hosted at finkin.com
  • A web server
  • MySQL database server
  • Python, so that you can run web.py

Supports

  • Institution Search
  • Account Search
  • Transaction Search
  • Parse Transaction OFX/QFX

Instructions

  • Create a MYSQL database
  • Import the dump
  • Change the db configuration to point to your database
  • Point your web server to the /api folder
  • Try running the client with the test user's token in the database ('8a52ca7d-9694-4f90-a443-c4744bda0355')
  • Download and read the documentation