Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::BSEIndia

Name Finance::Quote::BSEIndia
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/BSEIndia.pm
Is Core No
Search CPAN for this module Finance::Quote::BSEIndia
Documentation Finance::Quote::BSEIndia
Module Details Finance::Quote::BSEIndia

NAME

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


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.


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


SEE ALSO

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026