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.
我计划开发一个小应用程序,它显示我的银行账户信息(比如Mint.com),在那里我可以定制我自己的显示。我想知道从哪里开始。
- Where these OFX API's are available?
- 这些OFX API在哪里可用?
- Are they free or we need to pay and get access to those API?
- 它们是免费的,还是我们需要付费并获得这些API?
- What is data format ( xml, xml/atom, json) ?
- 什么是数据格式(xml、xml/atom、json) ?
- Any article or document to understand this requirement and start developing?
- 有什么文章或文件可以理解这个需求并开始开发吗?
- Any open source software where I can download the code and customize it?
- 有什么开源软件可以下载并自定义代码吗?
If I want to develop a application like Mint.com what are the other companies provide API's other than Yoodlee? What is the pricing like?
如果我想开发一个像Mint.com这样的应用程序除了Yoodlee还有哪些公司提供API ?价格是多少?
6 个解决方案
#1
13
As others have mentioned, Yodlee is the only company providing a high-level interface to this kind of data. They are also fairly expensive and the API is meant for big-time products, not personal projects.
正如其他人提到的,Yodlee是唯一一家为此类数据提供高级接口的公司。它们的价格也相当昂贵,而且这种API是用于大型产品的,而不是用于个人项目。
As for your OFX questions,
关于你的OFX问题,
Q: Where these OFX API's are available?
问:这些OFX API在哪里可用?
答:http://ofx.net
Q: Are they free or we need to pay and get access to those API?
问:它们是免费的,还是我们需要付费才能访问这些API?
A: They are free and open. The list of server URLs are a bit more tricky to acquire. There is an open wiki-type list of OFX servers at OfxHome, but beware of copying that data wholesale as bank OFX connection information should be verified multiple times over. You obviously don't want to send customers to a * OFX server that a random person got inserted into ofxhome.com.
A:它们是免费和开放的。服务器url的列表比较难获取。在OfxHome有一个开放的维基类型的OFX服务器列表,但是要注意不要复制这些数据,因为银行的OFX连接信息应该被多次验证。很明显,你不想把客户送到任意一个人插入到ofxhome.com的特洛伊OFX服务器上。
Q: What is data format ( xml, xml/atom, json) ?
什么是数据格式(xml、xml/atom、json) ?
A: OFX 1.* used SGML but OFX 2.* (which I've not encountered in the wild) uses XML.
答:OFX 1。*使用SGML,但使用OFX 2。*(我在野外从未遇到过)使用XML。
Q: Any article or document to understand this requirement and start developing?
问:了解这一要求并开始发展的任何文章或文件?
A: ofx.net has very complete specifications of the OFX protocol which is mainly an exchange of OFX-format files over https.
答:ofx.net有非常完整的OFX协议规范,主要是通过https交换OFX格式文件。
Q: Any open source software where I can download the code and customize it?
问:有什么开源软件可以让我下载并自定义代码吗?
A: Sorry, I don't know of any C# software to talk OFX
A:对不起,我不知道有什么c#软件可以和x对话
Hope this helps, Sean
希望这有助于,肖恩
#2
5
You're welcome to check out my OFXlib I created on the fly. May not be complete, but feel free to branch and change my code
欢迎您查看我在运行时创建的OFXlib。可能不完整,但是可以*地分支和更改我的代码?
https://github.com/tophathacker/OFXlib
https://github.com/tophathacker/OFXlib
#3
4
Any open source software where I can download the code and customize it?
有什么开源软件可以下载并自定义代码吗?
LibOFX might be useful: http://libofx.sourceforge.net/
LibOFX可能有用:http://libofx.sourceforge.net/
It's an open source implementation of the OFX specification.
它是OFX规范的开源实现。
#4
1
It sounds like you want to do an account aggregation application. If that is the case I would recommend looking into an existing service that would handle the task of account aggregation and all you would need to do is call into their API to gather the pre-aggregated data.
听起来您想要做一个帐户聚合应用程序。如果是这样的话,我建议您查看一个现有的服务,它将处理帐户聚合任务,您需要做的就是调用它们的API来收集预聚合的数据。
Yodlee is actually what Mint.com uses for account aggregation
Yodlee实际上是Mint.com用来聚合帐户的
Granted if this is going to be your own personal application yodlee will be not an option for you.
当然,如果这是您自己的个人应用程序,yodlee将不是您的选择。
#5
0
OFX is an XML format. You can use the schema from the OFX site to generate a strongly-typed dataset.
OFX是一种XML格式。您可以使用来自OFX站点的模式来生成强类型数据集。
#6
0
I'm not sure what Yodlee's latest pricing on their SDK is (http://yodlee.com/solutions_dv_pfmsdk.shtml) but another data provider is CashEdge AllData. They were just recently used by HelloWallet.com (a service similar to Mint): http://www.prweb.com/releases/2010/03/prweb3700584.htm
我不确定Yodlee的SDK的最新定价是什么(http://yodlee.com/solutions_dv_pfmsdk.shtml),但另一个数据提供商是CashEdge AllData。最近HelloWallet.com(类似于Mint的服务)使用了它们:http://www.prweb.com/releases/2010/03/prweb3700584.htm
I definitely know that Yodlee is the leader in the space when it comes to # of users, # of institutions supported, etc.
我当然知道,在用户数量、机构支持度等方面,Yodlee是该领域的领先者。
#1
13
As others have mentioned, Yodlee is the only company providing a high-level interface to this kind of data. They are also fairly expensive and the API is meant for big-time products, not personal projects.
正如其他人提到的,Yodlee是唯一一家为此类数据提供高级接口的公司。它们的价格也相当昂贵,而且这种API是用于大型产品的,而不是用于个人项目。
As for your OFX questions,
关于你的OFX问题,
Q: Where these OFX API's are available?
问:这些OFX API在哪里可用?
答:http://ofx.net
Q: Are they free or we need to pay and get access to those API?
问:它们是免费的,还是我们需要付费才能访问这些API?
A: They are free and open. The list of server URLs are a bit more tricky to acquire. There is an open wiki-type list of OFX servers at OfxHome, but beware of copying that data wholesale as bank OFX connection information should be verified multiple times over. You obviously don't want to send customers to a * OFX server that a random person got inserted into ofxhome.com.
A:它们是免费和开放的。服务器url的列表比较难获取。在OfxHome有一个开放的维基类型的OFX服务器列表,但是要注意不要复制这些数据,因为银行的OFX连接信息应该被多次验证。很明显,你不想把客户送到任意一个人插入到ofxhome.com的特洛伊OFX服务器上。
Q: What is data format ( xml, xml/atom, json) ?
什么是数据格式(xml、xml/atom、json) ?
A: OFX 1.* used SGML but OFX 2.* (which I've not encountered in the wild) uses XML.
答:OFX 1。*使用SGML,但使用OFX 2。*(我在野外从未遇到过)使用XML。
Q: Any article or document to understand this requirement and start developing?
问:了解这一要求并开始发展的任何文章或文件?
A: ofx.net has very complete specifications of the OFX protocol which is mainly an exchange of OFX-format files over https.
答:ofx.net有非常完整的OFX协议规范,主要是通过https交换OFX格式文件。
Q: Any open source software where I can download the code and customize it?
问:有什么开源软件可以让我下载并自定义代码吗?
A: Sorry, I don't know of any C# software to talk OFX
A:对不起,我不知道有什么c#软件可以和x对话
Hope this helps, Sean
希望这有助于,肖恩
#2
5
You're welcome to check out my OFXlib I created on the fly. May not be complete, but feel free to branch and change my code
欢迎您查看我在运行时创建的OFXlib。可能不完整,但是可以*地分支和更改我的代码?
https://github.com/tophathacker/OFXlib
https://github.com/tophathacker/OFXlib
#3
4
Any open source software where I can download the code and customize it?
有什么开源软件可以下载并自定义代码吗?
LibOFX might be useful: http://libofx.sourceforge.net/
LibOFX可能有用:http://libofx.sourceforge.net/
It's an open source implementation of the OFX specification.
它是OFX规范的开源实现。
#4
1
It sounds like you want to do an account aggregation application. If that is the case I would recommend looking into an existing service that would handle the task of account aggregation and all you would need to do is call into their API to gather the pre-aggregated data.
听起来您想要做一个帐户聚合应用程序。如果是这样的话,我建议您查看一个现有的服务,它将处理帐户聚合任务,您需要做的就是调用它们的API来收集预聚合的数据。
Yodlee is actually what Mint.com uses for account aggregation
Yodlee实际上是Mint.com用来聚合帐户的
Granted if this is going to be your own personal application yodlee will be not an option for you.
当然,如果这是您自己的个人应用程序,yodlee将不是您的选择。
#5
0
OFX is an XML format. You can use the schema from the OFX site to generate a strongly-typed dataset.
OFX是一种XML格式。您可以使用来自OFX站点的模式来生成强类型数据集。
#6
0
I'm not sure what Yodlee's latest pricing on their SDK is (http://yodlee.com/solutions_dv_pfmsdk.shtml) but another data provider is CashEdge AllData. They were just recently used by HelloWallet.com (a service similar to Mint): http://www.prweb.com/releases/2010/03/prweb3700584.htm
我不确定Yodlee的SDK的最新定价是什么(http://yodlee.com/solutions_dv_pfmsdk.shtml),但另一个数据提供商是CashEdge AllData。最近HelloWallet.com(类似于Mint的服务)使用了它们:http://www.prweb.com/releases/2010/03/prweb3700584.htm
I definitely know that Yodlee is the leader in the space when it comes to # of users, # of institutions supported, etc.
我当然知道,在用户数量、机构支持度等方面,Yodlee是该领域的领先者。