Finance::Quote::IEX - (DEPRECATED) Retrieve stock quotes using the IEX API
version 0.002000
use Finance::Quote;
my $q = Finance::Quote->new('IEX');
my %info = Finance::Quote->fetch( 'iex', 'AAPL' );
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.
This module is deprecated. Use Finance::Quote::IEXCloud instead.
The IEX API removed all non-IEX data in June 2019.
If you redistribute IEX API data:
- Cite IEX using the following text and link: "Data provided for free by IEX."
- Provide a link to https://iextrading.com/api-exhibit-a in your terms of service.
Additionally, if you display our TOPS price data, cite "IEX Real-Time Price" near the price.
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.
Jeffrey T. Palmer [email protected]
This software is Copyright (c) 2019 by Jeffrey T. Palmer.
This is free software, licensed under:
The MIT (X11) License