From 09b21c62f034a788d182ade1774a9a82195fd633 Mon Sep 17 00:00:00 2001 From: Matthias Merz Date: Fri, 5 May 2017 20:25:18 +0200 Subject: [PATCH] DKB: add BBBank Dynamik Unmion --- Finance/Quote/DKB.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Finance/Quote/DKB.pm b/Finance/Quote/DKB.pm index 13eaef6..cf510a6 100644 --- a/Finance/Quote/DKB.pm +++ b/Finance/Quote/DKB.pm @@ -28,6 +28,7 @@ my %urlmap_wkn = ( 'a0dpw0' => 'https://dkb.mdgms.com/MIS/?id_instrument=11659733&id=0107980&pid=DKB_fnd_profile&id_notation=11014630', 'a0x754' => 'https://dkb.mdgms.com/MIS/?id_instrument=22407622&id=0107980&pid=DKB_fnd_profile&id_notation=26567264', 'a0m8hd' => 'https://dkb.mdgms.com/MIS/?id_instrument=19179789&id=0107980&pid=DKB_fnd_profile&id_notation=21240603', + '532656' => 'https://dkb.mdgms.com/MIS/?id_instrument=4071891&id=0107980&pid=DKB_fnd_profile&id_notation=3688058', 'dws0pr' => 'https://dkb.mdgms.com/MIS/?id_instrument=18286450&id=0107980&pid=DKB_fnd_profile&id_notation=22946309' ); @@ -39,6 +40,7 @@ my %wknmap = ( 'fr0010135103' => 'a0dpw0', 'de000a0x7541' => 'a0x754', 'de000a0m8hd2' => 'a0m8hd', + 'de0005326565' => '532656', 'lu0327386487' => 'dws0pr' );