1Finance::Quote::NSEIndiUas(e3r)Contributed Perl DocumentFaitniaonnce::Quote::NSEIndia(3)
2
3
4
6 Finance::Quote::NSEIndia - Obtain quotes from NSE India.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new();
12
13 %info = $q->fetch('nseindia', 'TCS'); # Only query NSE.
14 %info = $q->fetch('india', 'TCS'); # Failover to other sources OK.
15
17 This module obtains information about shares listed on the National
18 Stock Exchange of India Ltd. Source is the daily bhav copy (zipped
19 CSV).
20
21 This module provides both the "nseindia" and "india" fetch methods.
22 Please use the "india" fetch method if you wish to have failover with
23 other sources for Indian stocks (such as BSE).
24
26 The following labels may be returned by Finance::Quote::NSEIndia:
27 close, last, high, low, open, prevclose, exchange
28
30 National Stock Exchange of India Ltd., http://www.nseindia.com/
31
32
33
34perl v5.38.0 2023-08-13 Finance::Quote::NSEIndia(3)