Download List

專案描述

quote is a very short and simple Perl script that retrieves stock quotes from Yahoo! Finance. It's a clean and fast command-line interface for getting snapshot stock market prices. It uses the Perl LWP module if available, or lynx otherwise.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
0.05

Yahoo! changed their web pages in a way that spuriously broke quote; this patch fixes it. The output has been switched from fractional to decimal. quote can now retrieve real-time quotes, and makes the trading volume display more intuitive (e.g. 27.3M instead of 27,320,400).

2001-01-30 15:13
0.03

Yahoo! Finance recently changed its stock quote format, breaking 'quote'. This patch fixes it.

2001-01-30 15:13
0.02

Handling of market indices (e.g. ^IXIC) and stocks on foreign markets (e.g. NT.TO).

2001-01-30 15:13
0.01

First public release.

Project Resources