Create an Account
username: password:
 
  MemeStreams Logo

Hackszine.com: Simple stock quote grabbing with Perl

search

Lost
Picture of Lost
My Blog
My Profile
My Audience
My Sources
Send Me a Message

sponsored links

Lost's topics
Arts
Business
Games
Health and Wellness
Home and Garden
Miscellaneous
Current Events
Recreation
Local Information
Science
Society
Sports
Technology

support us

Get MemeStreams Stuff!


 
Hackszine.com: Simple stock quote grabbing with Perl
Topic: Technology 9:07 pm EDT, Oct 26, 2008

#!/usr/bin/perl -w

use strict;
use Finance::Quote;

my $q = Finance::Quote->new();
my %data = $q->fetch('usa', 'GOOG');
print $data{'GOOG', 'price'} . "\n";

Hackszine.com: Simple stock quote grabbing with Perl



 
 
Powered By Industrial Memetics
RSS2.0