Yup..that's one I tried to use.

I got this error:
------------
Error Diagnostic Information
CFHTTP

Incorrect number of columns in row.

The error occurred while processing an element with a general identifier
of (CFHTTP), occupying document position (130:1) to (135:19)
-------------

The CFHTTP line from the file is:
<CFHTTP METHOD="GET"
        
URL="http://finance.yahoo.com/d/quotes.csv?s=#attributes.tickerSymbols#&;
f=snl1d1t1c1ohgv&e=.csv"
                NAME="#QueryName#"
        
COLUMNS="Symbol,Last_Traded_Price,Last_Traded_Date,Last_Traded_Time,Chan
ge,Opening_Price,Days_High,Days_Low,Volume"
                DELIMITER=","
                TEXTQUALIFIER="">

I guess I need an updated version or something?

-Gel



-----Original Message-----
From: Dan Blickensderfer [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 21, 2002 1:25 PM
To: CF-Talk
Subject: Re: Grabbing Stock Quotes


Gel,

I use CF_StockGrabber, Yahoo just recently changed their address to pull
the stock quotes.  The correct URL now is:
http://finance.yahoo.com/d/quotes.csv?s=#attributes.tickerSymbols#&f=snl
1d1t
1c1ohgv&e=.csv

modify the stockgrabber.cfm that is located in your custometags folder
and look for the old url:
http://quote.yahoo.com/d/quotes.csv?S=#Symbol_List#&f=sl1d1t1c1ohgv&e=.c
sv"

or you can contact Rob Brooks-Bilson at ([EMAIL PROTECTED]) and he can
send you the updated stockgrabber.cfm file.

Thanks,
Dan



----- Original Message -----
From: "Angel Stewart" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 21, 2002 12:16 PM
Subject: Grabbing Stock Quotes


> Hey all,
>
> I'm looking for a decent custom tag that grabs stock quotes.
>
> I've not been able to find one on the Dev Exchange that works properly

> :-\
>
> -Gel
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to