nse_stock_code: Stock code

View source: R/nse-stock.R

nse_stock_codeR Documentation

Stock code

Description

Fetch stock symbol and name from NSE.

Usage

nse_stock_code(clean_names = TRUE)

Arguments

clean_names

Logical; if TRUE, makes the column names descriptive and uses snake_case.

Value

A tibble with the following columns:

symbol

NSE ticker.

company

Name of the firm.

Examples

## Not run: 
nse_stock_code()

# retain original column names as returned by NSE
nse_stock_code(clean_names = FALSE)

## End(Not run)


nse2r documentation built on Nov. 1, 2022, 5:05 p.m.