logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       This module obtains information about shares listed on the BSE (India).  Source is the daily bhav copy
       (zipped CSV).

       This module provides both the "bseindia" and "india" fetch methods. Please use the "india" fetch method
       if you wish to have failover with other sources for Indian stocks (such as NSE).

Labels Returned

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

Name

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

See Also

       BSE (formerly known as Bombay Stock Exchange Ltd.), http://www.bseindia.com/

perl v5.40.1                                       2025-05-16                      Finance::Quote::BSEIndia(3pm)

Synopsis

         use Finance::Quote;

         $q = Finance::Quote->new();

         %info = $q->fetch('bseindia', 'INE001A01036'); # Only query BSE.
         %info = $q->fetch('india', 'INE001A01036'); # Failover to other sources OK.

See Also