Importing fund or stock prices from an OFX file

From GnuCash
Revision as of 15:17, 26 January 2011 by Bradh (talk | contribs) (Created page with 'How to Import Fund or Stock Prices From an OFX File The attached python script show how to import prices from an OFX file. I borrowed heavily from work done by Peter Holtermann…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to Import Fund or Stock Prices From an OFX File

The attached python script show how to import prices from an OFX file. I borrowed heavily from work done by Peter Holtermann (get_pricesand others (price_database_example.py in src/optional/python-bindings/example_scripts). The read from OFX tool has only been tested on files from 1 source, so be wary.

File:GetPrices.py