Skip Menu |

This queue is for tickets about the Finance-Quote CPAN distribution.

Report information
The Basics
Id: 107442
Status: patched
Worked: 21 min
Priority: 0/
Queue: Finance-Quote

People
Owner: eco [...] ecocode.net
Requestors: r5zt8 [...] t-online.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.47



Subject: Bug Finance::Quote::Deka
Date: Thu, 1 Oct 2015 12:21:48 +0200
To: bug-Finance-Quote [...] rt.cpan.org
From: Marc <r5zt8 [...] t-online.de>
Hello! I'd let you know that Deka is not working. It is not possible to parse the website. Please see below... Operating system: Linux desktop-arch 4.2.1-1-ARCH #1 SMP PREEMPT Tue Sep 22 06:57:07 CEST 2015 x86_64 GNU/Linux Perl version: This is perl 5, version 22, subversion 0 (v5.22.0) built for x86_64-linux-thread-multi Finance::Quote version: 1.38 Code example: #!/usr/bin/perl use strict; use warnings; use Finance::Quote; my ($q, @stocks, %info); $q = Finance::Quote->new("Deka"); %info = $q->fetch("deka","DE0008474511"); print "success....: " . $info{"DE0008474511","success"} . "\n"; print "message....: " . $info{"DE0008474511","errormsg"} . "\n"; Result: success....: 0 message....: Couldn't parse deka website With best regards Marc Schwarze -- PGP-Server: subkeys.pgp.net PGP-Key-ID: 230E4459 PGP-Fingerprint: E5BB B42B CC3D ABA8 1DE0 505B 29F4 40E9 230E 4459
Download signature.asc
application/pgp-signature 181b

Message body not shown because it is not plain text.

Subject: [rt.cpan.org #107442] patch
Date: Fri, 15 Jan 2016 07:59:12 +0100
To: bug-Finance-Quote [...] rt.cpan.org
From: "Andre Joost" <andrejoost [...] gmx.de>
Hi all,   I ran into the same problem and found an URL to get a csv list from Deka. I rewrote the similar Union.pm modul to get the data from it.   Tested on Linux Mint and Windows 7 with GnuCash and KMyMoney. You have to use ISIN as the symbol.   Greetings, Andre Joost    

Message body is not shown because sender requested not to inline it.

Thanks for the module. Patched it to return correct currency. Thanks -- Erik
Subject: [rt.cpan.org #107442] replacement for Deka.pm
Date: Fri, 22 Dec 2017 19:38:07 +0100
To: bug-Finance-Quote [...] rt.cpan.org
From: André Joost <andre.joost [...] arcor.de>
The csv format of Deka seems to be changed. The currency is now in a different place. Line 76 should read now: $info{$q[0], "currency"} = $q[8]; See attached patch. -- Gruß, André Joost

Message body is not shown because sender requested not to inline it.

Thanks. patch applied. -- Erik