Here are a couple of links that I got off a friend who wrote a similar
app in java some time ago:

http://about.reuters.com/productinfo/trader/ (Not free)

http://au.finance.yahoo.com/q?s=NAB&d=t&m=a
(s=?, where ? is the ASX code) (HTML needs scraping but is pretty clean)

If you want to go with the yahoo option, I might be able to get some
code that scrapes the data off the yahoo pages off my friend, only
thing is that it will be in Java.

Cheers

Abhi



On Fri, 15 Oct 2004 07:17:35 +1000, Gary Menzel <[EMAIL PROTECTED]> wrote:
> I know of one software company that basically just calls up the ASX
> quote page and parses off the HTML to get pricing information.  That
> pricing will always be 20 minute delayed.
> 
> However, that is for their own application (so the code is not
> available publicly).
> 
> At ABN AMRO Morgans, we (mostly) use a third party provider known as
> IRESS to obtain pricing which is available to dealers live.  There are
> significant licencing and auditing costs to provide live prices to the
> public.
> 
> We also have a VPN connection to the ASX via a gateway which is also
> available for us to obtain pricing.
> 
> As far as I am aware, the ASX Itself does not provide a webservice to
> obtain prices.  So your best bet is probably the "page scrape" concept
> mentioned above.
> 
> Regards,
> Gary
> 
> On Tue, 12 Oct 2004 12:05:49 +1000, M@ Bourke
> <[EMAIL PROTECTED]> wrote:
> > Heya!.
> >
> > if you end up finding a good webservice or somthing similar wether it be
> > XML or .csv  be sure to let me know
> >
> > I wrote a stock market program once that got all the ticker info for the
> > US stock market but now im investing in the aussie market so Would love to
> > modify me program so i can use it for the aussie market
> >
> >
> > M@
> >
> >
> >
> > ---
> > You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> > To unsubscribe send a blank email to [EMAIL PROTECTED]
> > Aussie Macromedia Developers: http://lists.daemon.com.au/
> >
> 
> 
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to