Perl : Using the Finance::Quote module to get your stock prices

Finance::Quote is a Perl module which can be used to obtain stock information from various internet sources. I thought I’d rather share this code snippet as an example showing how easy it is to use, before I turn it into a bloatware with an SQL backend to compute average price per share and what not 🙂

So here is a simple snippet demonstrating how to get the price of a stock :
Continue reading Perl : Using the Finance::Quote module to get your stock prices