perldoc > Finance::Quote::OnVista

📛 NAME

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

🚀 Quick Reference

Use CaseCommandDescription
💰 Fetch a stock quote from OnVista%info = Finance::Quote->fetch("onvista","ml")Retrieve quote data for symbol "ml" using only the OnVista source
🔧 Initialize module with explicit loaduse Finance::Quote; $q = Finance::Quote->new;Create a new Finance::Quote object (OnVista loaded by default)
📋 Access returned quote fields$info{"name"}, $info{"last"}, $info{"date"}Retrieve individual labels such as name, last price, or date

📋 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

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

Generated by phpman v4.9.29-dirty · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-26 05:07 @216.73.216.138
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format