cf_stockGrabber, a custom tag I wrote way back in 1997 when custom tags were first introduced in ColdFusion still has a lot of users today. The tag uses cfhttp to query Yahoo with a list of ticker symbols and returns the results as a query object which can then be used in a variety of ways.

There haven't been any changes to the tag since 2002. However, I've had several people contact me in the past week or so with problems related to certain ticker symbols. It turns out Yahoo made some changes to their feed which resulted in company names containing commas in certain instances. This in turn caused the tag to return an error as it was interpreting the comma as an extra delimiter and throwing the whole column count of the result set off.

This was easily fixed by adding a set of double quotes to the TEXTQUALIFIER attribute of the cfhttp tag. I've updated the tag on the Macromedia/Adobe Exchange with the changes. Here's the link to the latest version of a zip containing the file on my site:

cf_stockGrabber 3.01