Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Get from Ally Bank Invest an XML return with detailed balance and holding information for each account associated with a user

License

Notifications You must be signed in to change notification settings

angeloabdiel/AllyBankAPIExample

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AllyBankAPIExample

Get from Ally Invest Bank an XML return with detailed balance and holding information for each account associated with a user.

Ally Invest

Ally Invest API uses similar functionality that I found in some Twitter API example applications. So, I found it very helpful to use them and implement tthem for Ally Invest API. The bank provide examples in other languages such as Java, Node.js, PHP, R, and Ruby, but no C#. Here you have a simple one. All you need is to customize your own C# application.

Disclaimer

This software is not related to the bank, however, it has been developed based on their requirements placed in their website (see the links below). It is provided as-is for personal, academic and learning purposes.

Documentation

Technicality

According to Ally's website: "The keys you received when you registered your application are all that is required." See: https://www.ally.com/api/invest/documentation/oauth/

Thus, the variables below need to be filled with your personal keys provided by the bank

var oauth_consumer_key = "5LaqR_YOUR_OWN_KEY_HERE_46";
var oauth_consumer_secret = "Ji_YOUR_OWN_KEY_HERE_328U5";
var oauth_token = "FKz_YOUR_OWN_KEY_HERE_hQ7";
var oauth_token_secret = "YDG_YOUR_OWN_KEY_HERE_Mo80";

Example Result

This is an example of the output: alt text

More Help

About

Get from Ally Bank Invest an XML return with detailed balance and holding information for each account associated with a user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.