How to fetch stock price from Australia Stock Exchange

stockquotes

Solution

I think that talking to ASX is going to be the way to go. They'll certainly provide you with real time information, but at a price.

Problem

How can I fetch a stock's price from the Australian Stock Exchange (ASX): www.asx.com.au/ Actually our team is working on a corporate site which would be listed soon at Australian Stock Exchange. I need to display details about the stock (including the price) on the home page. How can I do this? Do stock exchanges provide data feeds? If so, how do I access these feeds?

Original source