Skip to content

Additional Documentation

OS1947 edited this page Nov 13, 2022 · 1 revision

Get the list of scrips

from nsepy.symbols import *
scrip_list = get_symbol_list()
scrip_list.columns = ['SYMBOL', 'NAME OF COMPANY', 'SERIES', 'DATE OF LISTING','PAID UP VALUE', 'MARKET LOT', 'ISIN NUMBER', 'FACE VALUE'] # To remove the 'space' before the name of the columns.

Get the list of scrips

Clone this wiki locally