Tagged Questions
The ofx tag has no wiki summary.
11
votes
5answers
2k views
What are some OFX (Open Financial Exchange) APIs?
I am planning to develop a small application which displays my bank account details(like Mint.com) where I can customize the display of my own. I want to know how and where to start.
Where these OFX ...
5
votes
2answers
403 views
Are there any libraries or examples of how to handle OFX on the iPhone?
I'm working on a money-handling iPhone application and would like to interact with sources using the Open Financial Exchange (OFX) standard. Information about this standard is presented here and ...
5
votes
2answers
1k views
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.
3
votes
3answers
625 views
(.OFX/.QFX/.QIF/.QBO/.OFC) file converter
We are building an application that reads files (.OFX/.QFX/.QIF/.QBO/.OFC) and place the data read in the file in a grid.
Does anyone know of a utility or 3rd party tool to convert the file types ...
3
votes
2answers
403 views
How to parse this OFX file?
this is an original ofx file as it comes from m bank (no worries, theres nothing sensitive, i cut out the middle part with all the transactions)
Open Financial Exchange (OFX) is a
data-stream ...
3
votes
2answers
763 views
Importing OFX files
I am trying to import financial information using the OFX protocol which is used by Quicken and Money. I have had a pretty good look around for an open source library but so far have come up empty.
...
2
votes
0answers
140 views
Basically: how do you get Open Feint X to work? (iOS)
I'm currently integrating Open Feint X in my iOS project, with a custom store, trying to synchronize data between OFX servers, to download new contents... and all I have to do it is their sample ...
2
votes
1answer
392 views
where to get sample ofx files for testing?
I am building a php application using Ofx Parser Class from http://www.phpclasses.org/package/5778-PHP-Parse-and-extract-financial-records-from-OFX-files.html . But where can i get a sample ofx file ...
2
votes
1answer
476 views
How can I transform XML to invalid XML using XSLT?
I need to transform a valid XML document to the OFX v1.0.2 format. This format is more or less XML, but it's technically invalid and therefore cannot be parsed as XML.
I'm having trouble getting my ...
2
votes
2answers
851 views
Grab some ofx data with python
I was trying to use http://www.jongsma.org/gc/scripts/ofx-ba.py to grab my bank account information from wachovia. Having no luck, I decided that I would just try to manually construct some request ...
1
vote
1answer
76 views
OFX Connectivity options
We currently use a product from NSoftware that allows us to connect to banks directly using the OFX protocol to download transactions and balances.
OFX is functional on a lot of banks, but I was ...
1
vote
2answers
344 views
How to pull bank statements from websites?
I need to pull bank account statements from a number of different sources. I'd love to be able to get this data in some sort of standardized fashion, be it CSV or OFX or XML or whatever. I just need ...
1
vote
1answer
852 views
OFX File parser in C#
I am looking for an OFX file parser library in C#. I have search the web but there seems to be none. Does anyone know of any good quality C# OFX file parser. I need to process some bank statements ...
1
vote
1answer
329 views
Implementing OFX specification with javascript
I am working on a personal project and need to retrieve financial data. After looking around how this is normally done it seems you can pay lots of money and license a service like Yodlee to get this ...
1
vote
2answers
1k views
How to parse a malformed xml (ofx) with ofx4j?
i am desperatly trying to use the following library : ofx4j. But the documentation relative to parsing an ofx file is a bit lite. It says : If you've got a file or other stream resource, you can read ...
1
vote
2answers
169 views
How do I make XmlSerialiser not start with <?xml ?>?
The file format I'm working with (OFX) is XML-like and contains a bunch of plain-text stuff before the XML-like bit begins. It doesn't like having between the plain-text and XML parts though, so I'm ...
0
votes
1answer
20 views
OFX Parser. Ignore XML Text Reader Exception
I am writing custom OFX -> XML parser on c#.
Currently I am using standard XMLTextReader.
The ofx format might have following structure:
<STATUS>
<CODE>0
<SEVERITY>INFO
...
0
votes
0answers
22 views
Means/methods to parse OFX
I want to write a parser(or use existing one) for OFX format.
I'v tried ofx_csharp, but it doesn't suit to my case, moreover it has some requirements to import file. So I thought it would be better ...
0
votes
2answers
181 views
Parsing Ofx file with java
I am currently trying to read an ofx file with java.
But I get the following error: Unhandled exception type FileNotFoundException (for the 2nd line). I am using OFx4j. Could you please give me some ...
0
votes
2answers
110 views
Crash on launching OFX sample app
I work for iPhone with OpenFeintX, I just followed the few steps to make OFX sample app work, and... it does not work.
I copied the sample folder to make another one, then I copied the OpenFeint ...
0
votes
0answers
165 views
Importing OFX with OFX4J Java
Im trying to write a program that import an ofx file and save the data into a database.
I am using OFX4J.
So I added the jar files (ofx4j and nanoXML). I read the Nano user guide.
But I can't figure ...
0
votes
0answers
45 views
Proper channel level security for OFX transactions
I am trying to clarify the proper method for sending secure OFX banking requests. I am using Visual Basic.NET, and I'm trying to confirm if the HttpWebRequest class is the correct way to securely ...
0
votes
1answer
71 views
A/R & A/P in OFX file
I'm working on exporting data from an existing accounting system written in C# in house and the goal is to have the data usable in multiple accounting packages. For that we've selected the OFX ...
0
votes
1answer
282 views
Converting data to OFX format - Java
Does anyone know of a Java library or method of converting data into the OFX file format for use with Quicken?
I have a personal financial management application which I would like to be able to ...
0
votes
2answers
470 views
IAP (in app purchase) Content Delivery System - What would you be willing to pay?
OpenFeint has a content delivery system for those who want to have IAP support in their apps. You can just embed the purchasable content into the app on distribution but a much more versatile approach ...
0
votes
0answers
324 views
Getting bank account information from a bank and displaying on a website [closed]
Hello
I am looking for a way to get bank account information (transactions and balance) from a financial institution and display it on a website.
The question is vague intentionally....
Everything ...
0
votes
1answer
114 views
OFX — Second Level Security?
We're working on a site that will make use of the OFX standard to provide access to customer financial data. However, for security we make use of secret question/secret answer, machine tagging, etc. ...
0
votes
1answer
288 views
Is there a better Regex for parsing DTD
I've got the DTD for OFX 1.03 (their latest version despite having developed and released 1.60, but I digress...)
I would like to use regex to have groups that split an entity, element, other tags ...
0
votes
3answers
945 views
How do I format DateTime or TimeZone/TimeZoneInfo to display Three letters?
I'm working with a spec that calls for a peculiar Datetime format that I haven't necessarily had to work with yet.
At Process time, an OFX (1 not 2) datetime must be stamped (either DTCLIENT or ...
0
votes
2answers
622 views
xsd.exe generates duplicate attributes when run on OFX2 schema
Using the command line:
"xsd.exe" "OFX 2.1.1 schema/OFX2_Protocol.xsd" /c /namespace:OFX /nologo"
The resulting C# source file fails to build with these errors:
D:\blah\OFX2_Protocol.cs(19,6): ...