PHP-Quote is a small PHP package that fetches stock market quotes from Yahoo!Finance. The quote is placed in a standard PHP class.
| Tags | Office/Business Financial |
|---|---|
| Licenses | GPL |
| Implementation | PHP |
Recent releases


Release Notes: Changed from parsing of the Yahoo! Finance page to their CSV format. A recent change in the Yahoo! format caused issues with the parse algorithm. A "pretty table" output format was added to the class. An additional 10 new fields were added to retrieved stock information.


Release Notes: A new ability to retrieve index quotes (quotes with a "^" in them), and a fix for a possible infinite loop when the quote page is not formatted correctly.


Release Notes: New page timeout and page unavailable (HTML 404 and 403 messages) error handling, and handling of malformed or incorrect ticker symbols.