stock quotes at Kaboodle
  • Print Print

stock quotes

by ybenisrael   |   1 Comment

0 Hearts

View:   List | Grid | Slideshow
flag-list Flag List
This list will be added to your My Favorites list.

Cancel
default
Stock Quotes

See this at: scriptplayground.com| Added on 04/14/07

<?php Class stock { function get_stock_quote($symbol) { $url = sprintf("http://finance.yahoo.com/d/quotes.csv?s=%s&f=sl1c1" ,$symbol); $fp = @fopen($url, "r"); if($fp == FALSE) { print "Error, Can\'t Open" . "\"$url\""; } else { $array = @fgetcsv($fp... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Stock Quote Sidebar

See this at: andy.hillhome.org| Added on 04/12/07

This is a WordPress plugin that allows you to put a list of stock quotes in your sidebar (or anywhere you want, really). This should be considered beta software, although I’ve been using it without problems for a while, as you can see in my sidebar.... See more more

Comments (1)

Stocks sidebar for Wordpress

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Downloading Yahoo data

See this at: gummy-stuff.org| Added on 03/17/07

Here's a neat way to download stock data from Yahoo, perhaps into a spreadsheet (so you can play with the data): http://finance.yahoo.com/d/quotes.csv?s= a BUNCH of STOCK SYMBOLS separated by "+" &f=a bunch of special tags where some special tags are... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

Sign in to comment. Not a member yet? Sign up here.

Share This List!

Share via URL:

Delete