Finance::Quote::OnVista — Obtain quotes from OnVista.
| Use Case | Command | Description |
|---|---|---|
| 💰 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 load | use 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 |
use Finance::Quote;
$q = Finance::Quote->new;
%info = Finance::Quote->fetch("onvista","ml"); # Only query OnVista
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.
The following labels may be returned by Finance::Quote::OnVista:
name — Stock namelast — Last pricedate — Date of quoteisodate — ISO format datetime — Time of quotecurrency — Currencymethod — Method usedexchange — ExchangeOnVista (German web site), https://www.onvista.de
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-22 00:06 @2600:1f28:365:80b0:d8a5:c3c6:bf94:28c0
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format