Skip to content

mjandrew3/QIF-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QIF-Parser

Python Parser of QIF Quicken output file

This script will read a .QIF file from Quicken and parse the contents to output 7 files:

- Tags: Shows the specific tags you may have utilized, such as "Tax Related" or "Vacation"
- Categories: Shows a breakdown of all the categories with their descriptions, Categorization, and Tax Schedule
- Accounts: Shows a breakdown of all accounts included
- Securities: Shows all securities that are included
- Transactions: Shows all transactions that have been entered.  Split transactions are shown as 2 separate lines where 'U-Amount' is the total amount of the transaction and 'Amount' is each individual lines' amount
- Investments: Shows all investment transactions that have been entered.  Script currently supports stocks, bonds, options, and mutual funds.
- Prices: Shows all prices for securities that have been downloaded

About

Python Parser of QIF Quicken output file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages