Scroll to navigation

Finance::Quote::Tradegate(3pm) User Contributed Perl Documentation Finance::Quote::Tradegate(3pm)

NAME

Finance::Quote::Tradegate - Obtain quotes from S-Investor platform.

SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %info = Finance::Quote->fetch("Tradegate", "DE000ENAG999");  # Only query Tradegate
    %info = Finance::Quote->fetch("europe", "brd");     # Failover to other sources OK.

DESCRIPTION

This module fetches information from https://s-investor.de/, the investment platform of the German Sparkasse banking group. It fetches share prices from tradegate, a major German trading platform.

Suitable for shares and ETFs that are traded in Germany.

This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "Tradegate" in the argument list to Finance::Quote->new().

This module provides "Tradegate" and "europe" fetch methods.

Information obtained by this module may be covered by s-investor.de terms and conditions.

LABELS RETURNED

The following labels are returned: currency exchange last method success symbol volume

2023-01-15 perl v5.36.0