GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Finance::Quote::XETRA(3) User Contributed Perl Documentation Finance::Quote::XETRA(3)

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

    use Finance::Quote;
    $q = Finance::Quote->new;
    or
    $q = Finance::Quote->new('XETRA', 'xetra' => {INST_ID => 'your institute id'});
    %info = Finance::Quote->fetch("xetra", "DE000ENAG999");  # Only query xetra
    %info = Finance::Quote->fetch("europe", "brd");     # Failover to other sources OK.

This module fetches information from https://s-investor.de/, the investment platform of the German Sparkasse banking group. It fetches share prices from XETRA, a major German trading platform. The prices on XETRA serve as the basis for calculating the DAX and other stock market indices.

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 "XETRA" in the argument list to Finance::Quote->new().

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

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

https://s-investor.de/ supports different institute IDs. The default value "0000057" is used (Krefeld) if no institute ID is provided. A list of institute IDs is provided here: https://web.s-investor.de/app/webauswahl.jsp

The INST_ID may be set by providing a module specific hash to Finance::Quote->new as in the above example (optional).

The following labels are returned: currency exchange last method success symbol volume price close change p_change

2025-04-27 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.