Finance::Quote::Bourso - Obtain quotes from Boursorama.
| Use Case | Command | Description |
|---|---|---|
| Fetch quote for a symbol (e.g., ML) | %info = Finance::Quote->fetch("bourso","ml"); | Get quote data from Boursorama for the ML symbol. |
| Load module explicitly | Finance::Quote->new(qw/bourso/); | Load the Bourso module explicitly when creating a Finance::Quote object. |
| Use default loading | $q = Finance::Quote->new; $q->fetch("bourso","ml"); | Bourso is loaded by default; no need to specify. |
use Finance::Quote;
$q = Finance::Quote->new;
%info = Finance::Quote->fetch("bourso","ml"); # Only query Bourso
This module fetches information from the "Paris Stock Exchange", https://www.boursorama.com. 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 "bourso" in the argument list to Finance::Quote->new().
Information obtained by this module may be covered by www.boursorama.com terms and conditions. See https://www.boursorama.com/ for details.
The following labels will be returned by Finance::Quote::Bourso: name, last, symbol, date, isodate, method, currency. For some symbols, additional information is available: exchange, high, low, close, net, volume.
Boursorama (french web site), https://www.boursorama.com
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-21 00:52 @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