views:

139

answers:

4

how to fetch stock price from australia stock exchange...www.asx.com.au/

Actually our team is working on a corporate site which would be very soon listed at australia stock exchange. I need to reflect the stock price on home page and details abt stock price etc in details page. what's the best way..does stock exchange provides feed.. and what are options to do it.

regards sd

A: 

ASX must have an API. But there seem to be some options such as RSS Feeds. Live feeds are not free, free feeds are 20minutes delayed.

whatnick
A: 

There are many sites that can give you a 20 minute delayed feed. Try this for example.

Rahul
A: 

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.

Brian Agnew
A: 

Yahoo Finance offer a delayed service (15 mins) on ASX listed companies. You could also fetch it via a screen scrape from google finance (also delayed). Since you are not yet listed it may take a while before either pick up on your symbol. I believe both get their datd from csinitiative which is a pay service. Im not sure what programming language you are using but the Yahoo service certainly has many libraries already built in python/ruby/java.

Phil Gloyne