Finance::Quote::OnVista - Obtain quotes from OnVista.
| Use Case | Command | Description |
|---|---|---|
| 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 module | use Finance::Quote; $q = Finance::Quote->new; $q->fetch("onvista","ml"); | Load OnVista as a fallback source |
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:
namelastdateisodatetimecurrencymethodexchangeOnVista (German web site), https://www.onvista.de
perl v5.32.1 2021-09-01 Finance::Quote::OnVista(3pm)
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/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format