API to get realtime data of Gold and Silver

3 points by treenyc ↗ HN
I know there is google finance where we can get a JSON from a REST call. But is there anywhere (For Free) where we can get a real price of gold and silver per ounce (or gram). And it would great if I can get a history record of the prices.

4 comments

[ 3.7 ms ] story [ 21.8 ms ] thread
Found this - https://secure.futureprice.com/

Also, more options by searching http://www.programmableweb.com/apis/directory/1?apicat=Finan....

Other option is to do "real-time" scraping. MarketWatch and Yahoo have pretty good data feed to consume.

futureprice.com seems to be in beta stage currently. after which, I'm guessing they will charge a fee as the T&C state that they are able to change the fees freely (and there's mention of payment via credit card).
While yes, that seems to be the case and would be smart for them to charge in the future to maintain the service. Unless the product is already mature, I'd say take advantage of a free offering while you can and until your are profitable enough to pay for a service. Can't imagine there are any 'real-time' offerings for market data. Companies like Bloomberg, Thomson Reuters, etc, etc wouldn't exist in the financial sectors if there was.

With regards to market quotes, latency is where companies like that compete. Good luck with your product or app.