Skip to content

jtpalmer/Finance-Quote-IEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Finance::Quote::IEX - (DEPRECATED) Retrieve stock quotes using the IEX API

VERSION

version 0.002000

SYNOPSIS

use Finance::Quote;
my $q = Finance::Quote->new('IEX');
my %info = Finance::Quote->fetch( 'iex', 'AAPL' );

DESCRIPTION

This module fetches information from the IEX API.

This module is not loaded by default on a Finance::Quote object. It must be loaded explicitly by placing 'IEX' in the argument list to Finance::Quote->new().

This module provides the iex fetch method.

DEPRECATED

This module is deprecated. Use Finance::Quote::IEXCloud instead.

The IEX API removed all non-IEX data in June 2019.

ATTRIBUTION

If you redistribute IEX API data:

Additionally, if you display our TOPS price data, cite "IEX Real-Time Price" near the price.

LABELS RETURNED

The following labels may be returned by Finance::Quote::IEX: name, last, date, time, net, p_change, volume, close, open, year_range, pe, cap, exchange, method and price.

SEE ALSO

AUTHOR

Jeffrey T. Palmer jtpalmer@cpan.org

COPYRIGHT AND LICENSE

This software is Copyright (c) 2019 by Jeffrey T. Palmer.

This is free software, licensed under:

The MIT (X11) License

About

[DEPRECATED] Retrieve stock quotes using the IEX API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages