For stock prices and searching, I used
http://dev.markitondemand.com/
The rest of the api is on
imgood.hostoi.com
Verify Username/Password:
imgood.hostoi.com/user/login.php?name=<USERNAME>&pass=<PASSWORD>
Check Balance:
imgood.hostoi.com/user/balance.php?name=<USERNAME>
List Stocks:
imgood.hostoi.com/user/stocks.php?name=<USERNAME>
Note: This returns a JSON table. You'll need another API to decode it
Transfer Money:
imgood.hostoi.com/user/transfer.php?from=<USERNAME>&pass=<PASSWORD>&to=<OTHERNAME>&amount=<AMOUNT>
from and pass must be a valid account
to has to be a valid username
amount can not be negative and it can not be more than you have
Buy Stock:
imgood.hostoi.com/stock/buy.php?name=<USERNAME>&pass=<PASSWORD>&symbol=<STOCKSYMBOL>&amount=<AMOUNT>
symbol is a stock's ticker symbol
amount is the amount of shares to buy
Sell Stock:
imgood.hostoi.com/stock/sell.php?name=<USERNAME>&pass=<PASSWORD>&symbol=<STOCKSYMBOL>&amount=<AMOUNT>
symbol is a stock's ticker symbol
amount is the amount of shares to buy