{"id":15409580,"url":"https://github.com/bradymholt/openbank","last_synced_at":"2025-04-19T04:18:34.942Z","repository":{"id":10603956,"uuid":"12820015","full_name":"bradymholt/openbank","owner":"bradymholt","description":"A friendly REST service wrapper for OFX bank servers.","archived":false,"fork":false,"pushed_at":"2017-03-31T03:11:08.000Z","size":9752,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T06:51:15.914Z","etag":null,"topics":["nancyfx","ofx","ofx-bank-servers"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bradymholt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-13T21:45:38.000Z","updated_at":"2024-01-08T20:45:52.000Z","dependencies_parsed_at":"2022-09-17T04:42:00.407Z","dependency_job_id":null,"html_url":"https://github.com/bradymholt/openbank","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradymholt%2Fopenbank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradymholt%2Fopenbank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradymholt%2Fopenbank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradymholt%2Fopenbank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradymholt","download_url":"https://codeload.github.com/bradymholt/openbank/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249605662,"owners_count":21298776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nancyfx","ofx","ofx-bank-servers"],"created_at":"2024-10-01T16:40:42.251Z","updated_at":"2025-04-19T04:18:34.903Z","avatar_url":"https://github.com/bradymholt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenBank\n========\n\nA friendly REST service wrapper for OFX bank servers.\n\n## Quick Start\n1. Download latest release zip file from [https://github.com/bradyholt/OpenBank/releases](https://github.com/bradyholt/OpenBank/releases)  \n2. Unzip and run *OpenBank.exe* from command line.  If using mono, run *mono OpenBank.exe* \n3. OpenBank should fire up and now be listening on port 1234, by default.\n4. In a browser, navigate to http://localhost:1234/ to ensure OpenBank is running and to get more info.\n\n## Get Transactions Example\nTo get a list of transactions for a bank account, you'll want to use the **statement** (POST) resource.  The required parameters for this resource are:\n\nParameter Name | Notes\n--- | ---\nofx_url | (obtain from  [OFX Home](http://www.ofxhome.com))\nfid | (obtain from  [OFX Home](http://www.ofxhome.com))\norg | (obtain from  [OFX Home](http://www.ofxhome.com))\nuser_id | Your login username\npassword | Your login password\nbank_id | Routing number (leave blank for CREDITCARD accounts)\naccount_id | Your account number\naccount_type | CHECKING, SAVING, MONEYMRKT, CREDITCARD, OTHER\ndate_start | YYYYMMDD format\ndate_end | YYYYMMDD format\n\nFor example - If you have a checking account at Chase, you would use the directory at [OFX Home](http://www.ofxhome.com) to get Chase's OFX information ([direct link](http://www.ofxhome.com/index.php/institution/view/636))\nincluding the ofx_url, fid, and org.  The rest of the paramters should be known by you already.  Using wget, you could download transactions for your Chase account, for date range 9/1/2013 to 9/15/2013, and save as JSON file with the following command:\n\n    wget --header=\"Accept: application/json\" --post-data=\"ofx_url=https://ofx.chase.com\n      \u0026fid=10898\u0026org=B1\u0026user_id=YOUR_USERNAME_HERE\u0026password=YOUR_PASSWORD_HERE\u0026bank_id=111000614\n      \u0026account_id=816555555\u0026account_type=CHECKING\u0026date_start=20130901\n      \u0026date_end=20130915\" http://localhost:1234/statement -O statement.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradymholt%2Fopenbank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradymholt%2Fopenbank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradymholt%2Fopenbank/lists"}