CF_Stockgrabber2 works only for US stock exchanges. Also you need to know
the stock symbol to use. When I need to use this, I go to Yahoo.com and get
the appropriate stock symbols


So for the example I gave,:

    <CF_StockGrabber
    TickerSymbols="appl"
    QueryName="AppleComputerQuote"
    ErrorCheck="No"
    ErrorPage="index.htm">

and the output looks something like this:

<TABLE border=1 CELLPADDING="2" CELLSPACING="2">
    <TR BGCOLOR="#CC0033">
        <TH>Symbol</FONT></TH>
        <TH>Exchange</FONT></TH>
        <TH>Price</FONT></TH>
        <TH>Change</FONT></TH>
        <TH>Time</FONT></TH>
        <TH>Date</FONT></TH>
        <TH>Open</FONT></TH>
        <TH>High</FONT></TH>
        <TH>Low</FONT></TH>
        <TH>Volume</FONT></TH>
    </TR>
    <CFOUTPUT query="AppleComputerQuote">
    <TR>
        <TH >#Symbol#</FONT></TH>
        <TD >#Exchange#</FONT></TD>
        <TH >#NumberFormat(Last_Traded_Price, 9999.9999)#</FONT></TH>
        <TD >#NumberFormat(Change, 9999.9999)#</FONT></TD>
        <TD >#Last_Traded_Time#</FONT></TD>
        <TD >#Last_Traded_Date#</FONT></TD>
        <TD >#NumberFormat(Opening_Price, 9999.9999)#</FONT></TD>
        <TD >#NumberFormat(Days_High, 9999.9999)#</FONT></TD>
        <TD >#NumberFormat(Days_Low, 9999.9999)#</FONT></TD>
        <TD >#Volume#</FONT></TD>
    </TR>
    </CFOUTPUT>
</TABLE>

hth

larry
--
Larry C. Lyons
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--
"Scott M. Berry" <[EMAIL PROTECTED]> wrote in message
00cc01bfbf60$fb861fa0$[EMAIL PROTECTED]">news:00cc01bfbf60$fb861fa0$[EMAIL PROTECTED]...
> Thanks! I think I was playing around with that tag but wasn't having much
> luck. I will take another look.
>
> Scott M. Berry
> --
> College of the Canyons Web Design
> 661.259.7800 x3630
> http://www.coc.cc.ca.us
>
>
> ----- Original Message -----
> From: "Larry Lyons" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 16, 2000 7:50 AM
> Subject: Re: Hahah More
>
>
> > Scott,
> >
> > There's a very good tag in the Developer's gallery called
CF_StockGrabber
> at
> >
>
http://devex.allaire.com/developer/gallery/info.cfm?id=CA3471D5-2830-11D4-AA
> > 9700508B94F380&method=full. For an example see
> > http://www.pacel.com/investors.cfm.
> >
> > hth,
> >
> > larry
> > --
> > Larry C. Lyons
> > EBStor.com
> > 8870 Rixlew Lane, Suite 204
> > Manassas, Virginia 20109-3795
> > tel:   (703) 393-7930
> > fax:   (703) 393-2659
> > Web:   http://www.pacel.com
> >        http://www.ebstor.com
> > email: [EMAIL PROTECTED]
> > Chaos, panic, and disorder - my work here is done.
> > --
> >
> > "Computer Simplistics Suppoer" <[EMAIL PROTECTED]> wrote in message
> > news:<000c01bfbed4$ec7380c0$[EMAIL PROTECTED]>...
> > > Ok.. now that my weather is working =)
> > >
> > > I need stock quotes and a search function:
> > >
> > > Stock Quote: I just have yahoo opening in another window with the
quote,
> > > however, I would like to include the quote in the page. Any services
> that
> > > provide this?
> > >
> > > Search: Just a simple web search, yahoo is fine. It again opens in
> another
> > > window, but I would like to include the results in my own page (sort
of
> > like
> > > a cfinclude). Any help on this?
> > >
> > > Can anyone tell I am working on a portal site? hahah
> > >
> > > Scott Berry
> > > --
> > > Computer Simplistics Support
> > > "Simple Solutions for a Complex World"
> > > http://www.c-s.net
> > > 661-296-4315
> > >
> > >
> > >
> > >
> > >
>
> --------------------------------------------------------------------------
> --
> > --
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
>
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to