Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Finance-Quote-1.47-lp152.2.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Finance-Quote Distribution: openSUSE Leap 15.2
Version: 1.47 Vendor: openSUSE
Release: lp152.2.2 Build date: Fri Sep 20 22:53:43 2019
Group: Development/Libraries/Perl Build host: lamb22
Size: 640744 Source RPM: perl-Finance-Quote-1.47-lp152.2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Finance-Quote/
Summary: Get stock and mutual fund quotes from various exchanges
This module gets stock quotes from various internet sources, including
Yahoo! Finance, Fidelity Investments, and the Australian Stock Exchange.
There are two methods of using this module -- a functional interface that
is deprecated, and an object-orientated method that provides greater
flexibility and stability.

With the exception of straight currency exchange rates, all information is
returned as a two-dimensional hash (or a reference to such a hash, if
called in a scalar context). For example:

    %info = $q->fetch("australia","CML");
    print "The price of CML is ".$info{"CML","price"};

The first part of the hash (eg, "CML") is referred to as the stock. The
second part (in this case, "price") is referred to as the label.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Tue Jul 24 2018 sbrabec@suse.com
  - Fix dependencies. Require perl(CGI) (boo#1077300).
* Tue Jun 12 2018 astieger@suse.com
  - Change package license to GPL-3.0-or-later:
    MorningstarJP.pm carries this license
* Fri Mar 23 2018 sbrabec@suse.com
  - Update to version 1.47 (boo#1077300):
    * Yahoojson: module adapted to new URL and returned json
    * Added currencies for .SA (Brazil) and .TO (Canada/Toronto)
      markets
    * Added currency for .DE market
    * BUGFIX in currency determination regex
    * BUG resolved: removed time from $last_refresh when markets are
      open
    * added AlphaVantage module (Matthew Patterson)
    * some other module changes: yahoojson, Morningstar, Bourso, TSX
      (not working)
    * Use AlphaVantage for currency quotes instead of Yahoo
  - Drop perl-Finance-Quote-debian-04_deka.patch (module rewritten).
* Fri Aug 04 2017 jcnengel@gmail.com
  - Update to 1.38
    * module updates: tiaacref, yahooJSON, FTfunds, MStaruk,
      USFedBonds, GoldMoney
    * new modules: fidelityfixed (Peter Ratzlaff), yahooYQL
    * removed modules: MTGox
    * more tests: yahoo_speed.t, tiaacref.t
  - Drop perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch,
    perl-Finance-Quote-64897-0002-support-palladium-lookup.patch,
    perl-Finance-Quote-goldmoney-decimal-point.patch
* Tue Sep 01 2015 dimstar@opensuse.org
  - Add perl(CGI) BuildRequires: needed to be able to pass the
    test suite with Perl 5.22.
* Sun Apr 19 2015 coolo@suse.com
  - updated to 1.37 bnc#955055
    see /usr/share/doc/packages/perl-Finance-Quote/ChangeLog.1
* Mon Jul 28 2014 coolo@suse.com
  - ignore Mozilla:CA
* Mon Jul 28 2014 coolo@suse.com
  - update to 1.35:
    * BUGFIX: VWD - currency returned.
    1.34      2014-06-15 21:30:03+02:00 Europe/Brussels
    * VWD adapted to recent website change.
    1.33      2014-06-01 11:24:24+02:00 Europe/Brussels
    * BUGFIX: yahoo_json never returns currency. so don't set a default.
      yahoo_json returned current timestamp instead of quote date.
    1.32      2014-05-18 21:55:12+02:00 Europe/Brussels
    * return "symbol" for yahoo_json module
    * allow to retrieve ISIN codes with VWD module
    1.31      2014-05-04 22:56:45+02:00 Europe/Brussels
    * Case mismatch in ZA_UnitTrusts pod
    1.30      2014-05-04 21:56:34+02:00 Europe/Brussels
    * Bourso.pm works on current website changes. Thanks to Guillaume
    * New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock
      Exchange (CSE) in Sri Lanka.
    1.29      2014-04-08 08:28:25+02:00 Europe/Brussels
    * New module za_unittrusts. kudos to Rolf Endres.
    * Indiamutual patched to current website. kudos to Vinay S Shastry.
    1.28      2014-03-16 12:05:19+01:00 Europe/Brussels
    * Removed some unnecessary dependencies
    1.27      2014-03-05 15:04:22+01:00 Europe/Brussels
    * New module YahooJSON added (Abhijit Kshirsagar)
    * mtgox.t should not create errors when ONLINE_TEST is not defined
  - remove all patches no longer applying (as maintainer didn't care for 18 months
    and this module is important to be half way fresh):
      perl-Finance-Quote-57401-financecanada.patch
      perl-Finance-Quote-61750-comdirect.patch
      perl-Finance-Quote-62619-vwd.patch
      perl-Finance-Quote-64474-stooq.patch
      perl-Finance-Quote-65269-ftfunds.patch
      perl-Finance-Quote-70690-IndiaMutual-temp-del.patch
      perl-Finance-Quote-70690-IndiaMutual-temp.patch
      perl-Finance-Quote-LeRevenu.patch
      perl-Finance-Quote-debian-08_deka.patch
      perl-Finance-Quote-fsf-address.patch
      perl-Finance-Quote-goldmoney-decimal-point.patch
  - reworked spec file to look a bit more like a standard perl package
* Fri Jan 25 2013 sbrabec@suse.cz
  - Update to version 1.18 (bnc#800797):
    * many updates for server changes
    * new modules
    * code cleanup
  - Drop perl-Finance-Quote-fedora-tiaa-cref.patch: New code is a
    different implementation and it supports institutional funds as
    well.
  - Update Requires.
* Mon Jan 16 2012 sbrabec@suse.cz
  - Updated to the current upstream GIT snapshot (many updates for
    server changes).
  - Added fixes from upstream bug tracker:
    * Fix GoldMoney server changes, add palladium (CPAN#64897).
    * Rewrite Finance Canada after server changes (CPAN#57401).
    * Partial rewrite ov VWD due to server changes (CPAN#62619).
    * Fix Cdnfundlibrary to retrieve newest NAV (CPAN#66235).
    * Fix use of /tmp file in IndiaMutual (CPAN#70690).
    * New modules:
    * Comdirect (CPAN#61750)
    * Stooq (CPAN#64474)
    * FTFunds (CPAN#65269)
  - Added Fedora fix:
    * Fix TIAA-CREF (Redhat#668935).
  - Added all Debian fixes.
  - Yahoo fixes ported to the upstream GIT.

Files

/usr/lib/perl5/vendor_perl/5.26.1/Finance
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/AEX.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/AIAHK.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/ASEGR.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/ASX.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/AlphaVantage.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/BMONesbittBurns.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/BSERO.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Bourso.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/CSE.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Cdnfundlibrary.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Citywire.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Cominvest.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Currencies.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/DWS.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Deka.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/FTPortfolios.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/FTfunds.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Fidelity.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/FidelityFixed.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/FinanceCanada.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Finanzpartner.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Fool.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/GoldMoney.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/HEX.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/HU.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/IndiaMutual.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/LeRevenu.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/MStaruk.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/ManInvestments.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Morningstar.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/MorningstarJP.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/NZX.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Platinum.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/SEB.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/SIXfunds.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/SIXshares.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/StockHouseCanada.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/TNetuk.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/TSP.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/TSX.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Tdefunds.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Tdwaterhouse.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Tiaacref.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Troweprice.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Trustnet.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/USFedBonds.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Union.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/UserAgent.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/VWD.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Yahoo
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Yahoo/Asia.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Yahoo/Australia.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Yahoo/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Yahoo/Brasil.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Yahoo/Europe.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Yahoo/NZ.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Yahoo/USA.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/YahooJSON.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/YahooYQL.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/ZA.pm
/usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/ZA_UnitTrusts.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Finance-Quote
/usr/share/doc/packages/perl-Finance-Quote/ChangeLog.1
/usr/share/doc/packages/perl-Finance-Quote/Changes
/usr/share/doc/packages/perl-Finance-Quote/LICENSE
/usr/share/doc/packages/perl-Finance-Quote/README
/usr/share/man/man3/Finance::Quote.3pm.gz
/usr/share/man/man3/Finance::Quote::AEX.3pm.gz
/usr/share/man/man3/Finance::Quote::AIAHK.3pm.gz
/usr/share/man/man3/Finance::Quote::ASEGR.3pm.gz
/usr/share/man/man3/Finance::Quote::ASX.3pm.gz
/usr/share/man/man3/Finance::Quote::BMONesbittBurns.3pm.gz
/usr/share/man/man3/Finance::Quote::BSERO.3pm.gz
/usr/share/man/man3/Finance::Quote::Bourso.3pm.gz
/usr/share/man/man3/Finance::Quote::CSE.3pm.gz
/usr/share/man/man3/Finance::Quote::Cdnfundlibrary.3pm.gz
/usr/share/man/man3/Finance::Quote::Citywire.3pm.gz
/usr/share/man/man3/Finance::Quote::Cominvest.3pm.gz
/usr/share/man/man3/Finance::Quote::Currencies.3pm.gz
/usr/share/man/man3/Finance::Quote::DWS.3pm.gz
/usr/share/man/man3/Finance::Quote::Deka.3pm.gz
/usr/share/man/man3/Finance::Quote::FTPortfolios.3pm.gz
/usr/share/man/man3/Finance::Quote::FTfunds.3pm.gz
/usr/share/man/man3/Finance::Quote::Fidelity.3pm.gz
/usr/share/man/man3/Finance::Quote::FidelityFixed.3pm.gz
/usr/share/man/man3/Finance::Quote::FinanceCanada.3pm.gz
/usr/share/man/man3/Finance::Quote::Finanzpartner.3pm.gz
/usr/share/man/man3/Finance::Quote::Fool.3pm.gz
/usr/share/man/man3/Finance::Quote::GoldMoney.3pm.gz
/usr/share/man/man3/Finance::Quote::HEX.3pm.gz
/usr/share/man/man3/Finance::Quote::HU.3pm.gz
/usr/share/man/man3/Finance::Quote::IndiaMutual.3pm.gz
/usr/share/man/man3/Finance::Quote::LeRevenu.3pm.gz
/usr/share/man/man3/Finance::Quote::MStaruk.3pm.gz
/usr/share/man/man3/Finance::Quote::ManInvestments.3pm.gz
/usr/share/man/man3/Finance::Quote::Morningstar.3pm.gz
/usr/share/man/man3/Finance::Quote::MorningstarJP.3pm.gz
/usr/share/man/man3/Finance::Quote::NZX.3pm.gz
/usr/share/man/man3/Finance::Quote::Platinum.3pm.gz
/usr/share/man/man3/Finance::Quote::SEB.3pm.gz
/usr/share/man/man3/Finance::Quote::TNetuk.3pm.gz
/usr/share/man/man3/Finance::Quote::TSP.3pm.gz
/usr/share/man/man3/Finance::Quote::TSX.3pm.gz
/usr/share/man/man3/Finance::Quote::Tdefunds.3pm.gz
/usr/share/man/man3/Finance::Quote::Tdwaterhouse.3pm.gz
/usr/share/man/man3/Finance::Quote::Tiaacref.3pm.gz
/usr/share/man/man3/Finance::Quote::Troweprice.3pm.gz
/usr/share/man/man3/Finance::Quote::Trustnet.3pm.gz
/usr/share/man/man3/Finance::Quote::USFedBonds.3pm.gz
/usr/share/man/man3/Finance::Quote::Union.3pm.gz
/usr/share/man/man3/Finance::Quote::VWD.3pm.gz
/usr/share/man/man3/Finance::Quote::Yahoo::Asia.3pm.gz
/usr/share/man/man3/Finance::Quote::Yahoo::Australia.3pm.gz
/usr/share/man/man3/Finance::Quote::Yahoo::Base.3pm.gz
/usr/share/man/man3/Finance::Quote::Yahoo::Brasil.3pm.gz
/usr/share/man/man3/Finance::Quote::Yahoo::Europe.3pm.gz
/usr/share/man/man3/Finance::Quote::Yahoo::NZ.3pm.gz
/usr/share/man/man3/Finance::Quote::Yahoo::USA.3pm.gz
/usr/share/man/man3/Finance::Quote::YahooJSON.3pm.gz
/usr/share/man/man3/Finance::Quote::YahooYQL.3pm.gz
/usr/share/man/man3/Finance::Quote::ZA.3pm.gz
/usr/share/man/man3/Finance::Quote::ZA_UnitTrusts.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024