| Finance-Quote documentation | view source | Contained in the Finance-Quote distribution. |
Finance::Quote::Morningstar - Obtain fund prices the Fredrik way
use Finance::Quote;
$q = Finance::Quote->new;
%fundinfo = $q->fetch("morningstar","fund name");
This module obtains information about Fredrik fund prices from www.morningstar.se.
Use some smart fund name...
Information available from Fredrik funds may include the following labels: date method source name currency price. The prices are updated at the end of each bank day.
Perhaps morningstar?
| Finance-Quote documentation | view source | Contained in the Finance-Quote distribution. |