Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 202 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 202 Bytes

get-yahoo-quotes-perl

Inspired by Brad Lucas bradlucas/get-yahoo-quotes, Perl implementation

Usage :

use GetYahooQuotes qw(get_yahoo_quotes);
get_yahoo_quotes $symbol, $output_filename;