Questions tagged [quicken]

14 questions
13
votes
3 answers

Reading quicken data files

Looking for an open source library, for C++, Java, C# or Python, for reading the data from Quicken .qdf files. @Swati: Quicken .qif format is for transfer only and is not kept up to date by the application like the .qdf file is.
Bart
  • 10,873
  • 7
  • 29
  • 23
9
votes
5 answers

How can I read a Microsoft Money data file using .NET?

I have a requirement to read and import data from MS Money data file. How can I achieve this? Is there a SDK available? I would like to have a similar mechanism to read Quicken files too.
joe
  • 589
  • 5
  • 16
4
votes
1 answer

How do programs like quicken access financial institution data?

Basically, I like the idea of managing my money and finances, but would love to build the software customized to how I manage my money. Quicken and Microsoft Money and the likes offer nice solutions, but not exactly what I want. I'm curious how…
michael
  • 14,844
  • 28
  • 89
  • 177
4
votes
1 answer

How can I map my transactions to accounts in a QIF file?

Scenario I have two accounts at a bank, and would like to import transactions into GnuCash. My bank only gives me CSV files, but it can at least put transactions for both accounts into a single CSV file. These CSV files are, as is, un-parseable by…
Jamie Schembri
  • 6,047
  • 4
  • 25
  • 37
3
votes
2 answers

QXF File Format Spec

Where can I find a specification or parser/reader library for Quicken Exchange Format (.qxf)? QXF's predecessor format, Quicken Interchange Format (.qif) is somewhat documented. There are various third-party libraries which can be used to read and…
Ben Gribaudo
  • 5,057
  • 1
  • 40
  • 75
2
votes
1 answer

Creating an OFX file which an be opened by Quicken (v6.12.3) for macOS

I have some investment accounts which I am tracking with Quicken for macOS. However, I am using the Quicken feature to auto-download the status of the account. However, the company does not support downloading the individual transactions, which I…
ericg
  • 8,413
  • 9
  • 43
  • 77
2
votes
0 answers

How to parse a "QFX" export file from Quicken (2020) on a Mac

Quicken on a Mac has two ways to export all the data: to a QIF file and a QXF file. When I export it to a QIF file, I get warnings and the file is 141K. When I export it to a QXF file, I do not get warnings and the file is 3M. So I'm very curious…
pedz
  • 2,271
  • 1
  • 17
  • 20
2
votes
2 answers

Create file programmatically for import into Quicken?

I need to select some records from an SQL database and transform them into a Quicken-friendly format for the purpose of merging them into an existing Quicken 2012 Home and Business checking account. Here's what I've done so far: Attempted to import…
alan
  • 6,705
  • 9
  • 40
  • 70
2
votes
1 answer

Duplicates in a QIF File?

Does anyone have a good way of deleting duplicate transactions (same date, amount, biller, etc) in a QIF file? I looked at PERL's Finance:QIF, but it appear to have delete a record function. Alternatively, does someone have a good QIF --> CSV…
NoahD
  • 8,092
  • 4
  • 27
  • 28
1
vote
0 answers

Problem on character formatting for import QIF Format to Microsoft Money

I have problem import QIF format that have non-ascii characters to Microsoft Money.. i have this ًQIF file that create simply with Notepad++ and when import this file to Microsoft Money.. non-aschii character ( here in line start with P ) not show…
Kumar
  • 11
  • 3
1
vote
1 answer

Need batch file to pull Quicken data file from network location, and then put back when done

My husband and I use Quicken on two separate computers on the same home network. We have two installations of the application, but only one data file that resides on my husband's machine. Quicken doesn't work well when I try to open the data file…
Gabby Ho
  • 13
  • 2
1
vote
1 answer

OFX APPID Usage

The Quicken OFX AppID and AppVer are available in multiple websites and there are lot of other personal accounting softwares (GNUCash) that I can use Quicken OFX data to connect to banking server. Is it legal to use Quicken OFX AppId and AppVer in…
Venkat
  • 11
  • 3
1
vote
1 answer

How can I create a transaction in Perl's Finance::QIF?

I am trying to create a transaction in a QIF file in Perl. I thought that using Finance::QIF would let me create a simple transaction (example: spending $20 at Best Buy), but I'm not seeing a way to do this. Does someone have an example or is there…
NoahD
  • 8,092
  • 4
  • 27
  • 28
0
votes
0 answers

App behavior via script different when display is asleep

I have an AppleScript that runs every morning and evening. It tells Quicken (Mac) to update all accounts. I have to do this because Fidelity has some private funds and the only way to get daily stock prices for them is to actually update the…
Crashmeister
  • 375
  • 1
  • 14