# phpman > perldoc > Finance::Quote::NSEIndia

## NAME
    [Finance::Quote::NSEIndia](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ANSEIndia/markdown) - Obtain quotes from NSE India.

## SYNOPSIS
      use [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown);

      $q = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new();

      %info = $q->fetch('nseindia', 'TCS'); # Only query NSE.
      %info = $q->fetch('india', 'TCS'); # Failover to other sources OK.

## DESCRIPTION
    This module obtains information about shares listed on the National Stock Exchange of India Ltd.
    Source is the daily bhav copy (zipped CSV).

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

## LABELS RETURNED
    The following labels may be returned by [Finance::Quote::NSEIndia](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ANSEIndia/markdown): close, last, high, low, open,
    prevclose, exchange

## SEE ALSO
    National Stock Exchange of India Ltd., <http://www.nseindia.com/>

