1Finance::Quote::MarketWUastecrh(C3o)ntributed Perl DocumFeinntaantcieo:n:Quote::MarketWatch(3)
2
3
4
6 Finance::Quote::MarketWatch - Obtain quotes from MarketWatch Website
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = $q->fetch("marketwatch", "aapl"); # Only query marketwatch
14
15 %info = $q->fetch("nyse", "f"); # Failover to other sources OK.
16
18 This module fetches information from <https://www.marketwatch.com/>.
19
20 This module is loaded by default on a Finance::Quote object. It's also
21 possible to load it explicitly by placing "marketwatch" in the argument
22 list to Finance::Quote->new().
23
24 This module provides "marketwatch", "nyse", and "nasdaq" fetch methods.
25
27 The following labels are returned:
28
29 name
30 symbol
31 last
32 date
33 currency
34
35
36
37perl v5.36.1 2023-08-13 Finance::Quote::MarketWatch(3)