Group
Extension

Matches 1

Finance-Quote-IEX ( J/JT/JTPALMER/Finance-Quote-IEX-0.002000.tar.gz, JTPALMER, 2019; MetaCPAN )
Finance-Quote-IEX/lib/Finance/Quote/IEX.pm ( view source; MetaCPAN )
ATED) Retrieve stock quotes using the IEX API

use strict;
use warnings;
use DateTime;
use JSON qw(decode_json);
use HTTP::Status qw(status_message);

warnings::warnif( 'deprecated',
    'Finance::Quo
 $errormsg, $symbol, $url, $code, $desc );
            next;
        }

        my $data = decode_json( $response->decoded_content );

        if ( !defined $data->{latestPrice} ) {
            my $co

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.