stock quote

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to insert a company stock quote from the australian stock
exchange on a website that refreshes from the stock exchanges website. Can
anyone help me? Please I'm getting desperate.
 
Are you using a bit javascript that retrieves the info? How are you getting
the stock quote to show on your page (the method for retrieving the info to
show on your page).

If you can give further information of what you have done/tried etc, maybe
we can suggest a solution.

Maybe the ASX site has a solution, since this is where you're getting the
info.
 
Andrew said:
Are you using a bit javascript that retrieves the info? How are you
getting the stock quote to show on your page (the method for
retrieving the info to show on your page).

If you can give further information of what you have done/tried etc,
maybe we can suggest a solution.

Maybe the ASX site has a solution, since this is where you're getting
the info.

Or perhaps it is an RSS feed

As Andrew said, more info plesse
 
Well I've tried javascript and xml neither of which I'm familiar with, which
is has caused me headaches to no end and I have also tried to set up an RSS
feed but with allof these I keep getting errors that I have tried to fix but
had no real luck. Every method has it's own intricacies and not being
familiar with any of the formats it makes it really difficult.
ANy help would be great?

I have checked with the ASx but they do not have any methods available by
which to do this.

Trevor L. said:
Andrew said:
Are you using a bit javascript that retrieves the info? How are you
getting the stock quote to show on your page (the method for
retrieving the info to show on your page).

If you can give further information of what you have done/tried etc,
maybe we can suggest a solution.

Maybe the ASX site has a solution, since this is where you're getting
the info.

Or perhaps it is an RSS feed

As Andrew said, more info plesse

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
Ralph said:
Well I've tried javascript and xml neither of which I'm familiar
with, which is has caused me headaches to no end and I have also
tried to set up an RSS feed but with allof these I keep getting
errors that I have tried to fix but had no real luck. Every method
has it's own intricacies and not being familiar with any of the
formats it makes it really difficult.
ANy help would be great?

I have checked with the ASx but they do not have any methods
available by which to do this.

Can you give the references ?

For example,
the name (URL) of the website that refreshes from the stock exchanges
website
any details of what the stock quote is on that site ?
 
Hi Trevor,

Well the website is www.traffordresources.com but what I thought would
refresh doesn't. the code is TRF I also wanted to put the aords on as well
but that obviously doesn't work. This was my original effort and since then i
have tried to figure out different things but haven't been able to. So at the
moment I'm updating it manually (time consuming)

Trevor L. said:
Ralph said:
Well I've tried javascript and xml neither of which I'm familiar
with, which is has caused me headaches to no end and I have also
tried to set up an RSS feed but with allof these I keep getting
errors that I have tried to fix but had no real luck. Every method
has it's own intricacies and not being familiar with any of the
formats it makes it really difficult.
ANy help would be great?

I have checked with the ASx but they do not have any methods
available by which to do this.

Can you give the references ?

For example,
the name (URL) of the website that refreshes from the stock exchanges
website
any details of what the stock quote is on that site ?

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
Ralph said:
Hi Trevor,

Well the website is www.traffordresources.com but what I thought would
refresh doesn't. the code is TRF I also wanted to put the aords on as
well but that obviously doesn't work. This was my original effort and
since then i have tried to figure out different things but haven't
been able to. So at the moment I'm updating it manually (time
consuming)

Please refresh my memory

Is www.traffordresources.com your page ?
Are you trying to get the TRF quote to come up on this page?

Then add this into your page:
<a
href="http://www.asx.com.au/asx/research/...panyName=&principalActivity=&industryGroup=NO">
TRAFFORD RESOURCES LIMITED(TRF) - ASX Listed Company Information Fact
Sheet</a>

Add this to get ASX Index page:
<a href="http://www.asx.com.au/asx/statistics/indexInfo.jsp">
S&P/ASX share market indices calculated by Standard & Poors updated in
real-time (ASX)</a>

Or are you trying to extract the information from these pages and present it
differently.

This
1. May be difficult
2. May be breach of copyright
(but perhaps not as it is public information)
 
Back
Top