1Finance::Quote::BSEIndiUas(e3r)Contributed Perl DocumentFaitniaonnce::Quote::BSEIndia(3)
2
3
4

NAME

6       Finance::Quote::BSEIndia - Obtain quotes from BSE (India).
7

SYNOPSIS

9         use Finance::Quote;
10
11         $q = Finance::Quote->new();
12
13         %info = $q->fetch('bseindia', 'INE001A01036'); # Only query BSE.
14         %info = $q->fetch('india', 'INE001A01036'); # Failover to other sources OK.
15

DESCRIPTION

17       This module obtains information about shares listed on the BSE (India).
18       Source is the daily bhav copy (zipped CSV).
19
20       This module provides both the "bseindia" and "india" fetch methods.
21       Please use the "india" fetch method if you wish to have failover with
22       other sources for Indian stocks (such as NSE).
23

LABELS RETURNED

25       The following labels may be returned by Finance::Quote::BSEIndia:
26       close, last, high, low, open, prevclose, exchange, name
27

SEE ALSO

29       BSE (formerly known as Bombay Stock Exchange Ltd.),
30       http://www.bseindia.com/
31
32
33
34perl v5.34.0                      2021-11-10       Finance::Quote::BSEIndia(3)
Impressum