man > Finance::Quote::OnVista

📖 NAME

Finance::Quote::OnVista - Obtain quotes from OnVista.

🚀 Quick Reference

Use CaseCommandDescription
Fetch a single stock%info = Finance::Quote->fetch("onvista","ml");Get quote for symbol "ml" from OnVista
Fetch multiple stocks%info = Finance::Quote->fetch("onvista","ml","dbk");Get quotes for multiple symbols
Explicitly load moduleuse Finance::Quote; $q = Finance::Quote->new; $q->fetch("onvista","ml");Load OnVista as a fallback source

📋 SYNOPSIS

use Finance::Quote;

$q = Finance::Quote->new;

%info = Finance::Quote->fetch("onvista","ml");  # Only query OnVista

📝 DESCRIPTION

This module fetches information from OnVista, https://www.onvista.de. All stocks are available.

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

Information obtained by this module may be covered by www.onvista.de terms and conditions. See https://www.onvista.de/ for details.

🏷️ LABELS RETURNED

The following labels may be returned by Finance::Quote::OnVista:

🔍 SEE ALSO

OnVista (German web site), https://www.onvista.de


perl v5.32.1   2021-09-01   Finance::Quote::OnVista(3pm)

Finance::Quote::OnVista
📖 NAME 🚀 Quick Reference 📋 SYNOPSIS 📝 DESCRIPTION 🏷️ LABELS RETURNED 🔍 SEE ALSO

Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-21 00:14 @2600:1f28:365:80b0:d8a5:c3c6:bf94:28c0
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format