# man > Finance::Quote::OnVista

---
type: CommandReference
command: Finance::Quote::OnVista
mode: perldoc
section: 3pm
source: perldoc
---

## Quick Reference
- `Finance::Quote->fetch("onvista", "ml")` — Fetch a quote for symbol "ml" from OnVista only.
- `Finance::Quote->new` — Create a new Finance::Quote object (OnVista loaded by default).

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

## Synopsis
perl
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. It is loaded by default on a `Finance::Quote` object, or can be loaded explicitly by placing "onvista" in the argument list to `Finance::Quote->new()`. Information obtained may be covered by www.onvista.de terms and conditions.

## Labels Returned
The following labels may be returned: `name`, `last`, `date`, `isodate`, `time`, `currency`, `method`, `exchange`.

## See Also
- [OnVista](https://www.onvista.de) (German web site)