1Finance::Quote::GoogleWUesbe(r3)Contributed Perl DocumenFtiantainocne::Quote::GoogleWeb(3)
2
3
4
6 Finance::Quote::GoogleWeb - Obtain quotes from Google Finance Web Pages
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = $q->fetch("googleweb", "aapl"); # Only query googleweb
14
15 %info = $q->fetch("nyse", "ge"); # Failover to other sources OK.
16
18 This module fetches information from <https://www.google.com/finance/>.
19
20 This module is loaded by default on a Finance::Quote object. It's also
21 possible to load it explicitly by placing "googleweb" in the argument
22 list to Finance::Quote->new().
23
24 This module provides "googleweb", "nyse", and "nasdaq" fetch methods.
25
27 The following labels are returned:
28
29 name
30 symbol
31 last
32 date
33 currency
34 method
35
37 While the Google Finance web pages contain price information from other
38 stock exchanges, this module currently retrieves last trade prices for
39 securities listed on the NYSE, American, and NASDAQ stock exchanges.
40
41
42
43perl v5.36.1 2023-08-13 Finance::Quote::GoogleWeb(3)