# perldoc > Finance::Quote::OnVista

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

## Quick Reference

- `$q = Finance::Quote->new; $q->fetch("onvista", "symbol")` — Obtain quotes from OnVista for a given symbol.

## 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
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 explicitly by placing "onvista" in the argument list to `Finance::Quote->new()`. Information obtained may be covered by <https://www.onvista.de/> terms and conditions.

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

## See Also

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