We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question 开发者_JAVA技巧Is there an API that would let me access my AMEX transactions? How do Mint or any other finance websites export my data? If so, is it free?
Take a look at open financial exchange.
American Express appears to support this.
Mint uses the services of Yodlee (see here), a firm that essentially acts as middleware between banks and companies like Mint.
You might be interested in Yodlee's Account Data Gathering API but it looks like it is something that requires a formal agreement, and access to the API probably needs to be paid for..
MasterCard are also looking at releasing an API (see here) so maybe AMEX will follow suit?
You can find sample code, SDKs, and a variety of other open source work by American Express on GitHub.
Check the following URL for details description: https://developer.americanexpress.com/essentials
- Java client library and samples
- .NET client library and samples
We welcome your contributions on GitHub. Feel free to submit requests or send us a pull request with your contributions. We'd especially like to know which languages you'd like to see more of for our samples repository.
精彩评论