📅  最后修改于: 2023-12-03 14:44:47.801000             🧑  作者: Mango
nsetools是一个用Python编写的库,提供了对印度股票市场进行实时查询和分析的API。
可以使用pip安装nsetools:
pip install nsetools
nsetools可以用来访问印度证券交易所(National Stock Exchange of India)的实时数据,在印度市场上:
from nsetools import Nse
nse = Nse()
company_info = nse.get_quote('symbol')
from nsetools import Nse
nse = Nse()
market_info = nse.get_market_quote('symbol')
from nsetools import Nse
from datetime import date
nse = Nse()
historical_data = nse.get_historical_data('symbol', start_date=date(2021, 7, 20), end_date=date(2021, 7, 22))
from nsetools import Nse
nse = Nse()
nifty_index = nse.get_index_list()
nsetools是一个非常有用的Python库,可以帮助程序员快速访问印度证券交易所的实时数据,让他们更好地分析市场走势和投资决策。