ofxhome.com financial institution lookup REST client
Project description
ofxhome
=========
REST client for the web service provided by ofxhome.com
ofxhome.com provides a way to discover the Open Financial Exchange (OFX) URL's and financial institution IDs for banks and other financial institutions.
ofxhome is a sort of "DNS" for financial institution OFX URLs and IDs.
This client by itself is not all that useful unless you are coupling it with software that needs this lookup capability.
other modules
=============
ofxclient - a python API that downloads transactions from banks
example
=======
```python
from ofxhome import OFXHome
s = OFXHome.search("USAA")
" 's' contains a list that has entries like so:
" { name: 'USAA Federal Savings Bank', id: '483' }
" { name: 'USAA Investment Mgmt Co', id: '665' }
for item in s:
print item['id'] _ item['name']
bank = OFXHome.lookup(item.id)
print bank.name _ bank.fid _ bank.url _ bank.brokerid # OR
print bank['name'] _ bank['fid'] _ bank['url'] _ bank['brokerid']
```
=========
REST client for the web service provided by ofxhome.com
ofxhome.com provides a way to discover the Open Financial Exchange (OFX) URL's and financial institution IDs for banks and other financial institutions.
ofxhome is a sort of "DNS" for financial institution OFX URLs and IDs.
This client by itself is not all that useful unless you are coupling it with software that needs this lookup capability.
other modules
=============
ofxclient - a python API that downloads transactions from banks
example
=======
```python
from ofxhome import OFXHome
s = OFXHome.search("USAA")
" 's' contains a list that has entries like so:
" { name: 'USAA Federal Savings Bank', id: '483' }
" { name: 'USAA Investment Mgmt Co', id: '665' }
for item in s:
print item['id'] _ item['name']
bank = OFXHome.lookup(item.id)
print bank.name _ bank.fid _ bank.url _ bank.brokerid # OR
print bank['name'] _ bank['fid'] _ bank['url'] _ bank['brokerid']
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ofxhome-0.3.3.tar.gz
(3.9 kB
view details)
Built Distribution
ofxhome-0.3.3-py2.7.egg
(8.8 kB
view details)
File details
Details for the file ofxhome-0.3.3.tar.gz
.
File metadata
- Download URL: ofxhome-0.3.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8510451fd228c30627c3d18c2e530df35944afc2a4c97c888df6262c3276fee6 |
|
MD5 | 997405aad6e04d1364133bc9f848779d |
|
BLAKE2b-256 | 336493f1e81dca10676dfa571e1e154edbd59b5347d52a1002580eb7adf5b9fa |
File details
Details for the file ofxhome-0.3.3-py2.7.egg
.
File metadata
- Download URL: ofxhome-0.3.3-py2.7.egg
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e37483a5e16a588781e54fadd158f288d8e4be400f08480c793c0296b9dc2a0 |
|
MD5 | d83594b7f1871509a8eba191fda0b35a |
|
BLAKE2b-256 | 23e00853191a6166c29e149e2a942c85c8ef2cc69fe3b6c2514e9754b3859e87 |