问题标签 [nsepy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 在 python 中使用 nsepy 下载数据时如何传递多个执行价格或执行价格范围
我想一次性下载多个执行价格的数据。以下功能按预期工作,但适用于单一执行价格。
有没有办法传递多个执行价格?我正在关注此链接,但无法解决。
python - 我想列出 NSE 指数中的公司
我正在使用 NSEPY API,我想列出包含在漂亮 50 指数中的股票。
我正在获取个别股票的历史数据,但没有得到漂亮的 50 只股票(总共 50 只股票)。我想找回它。
我想要 50 只股票的结果,但我得到的是我在符号中给出的特定棒的结果
python - 嵌套for循环字典存储值python nsepy
循环运行良好,但只给了我最后一组值,即当 x = 3 时。其余所有先前的值都被覆盖。
python - 在 Python 中将 dict(x,y) 转换为 df
如何将输出转换为数据框?它基本上是一本字典。试过_from dict。
Python代码:
输出:
python-3.x - Python:NSEpy 模块:无法获取期货实时数据
我正在使用下面的代码从 NSEpy 模块中提取实时 Nifty 报价,但出现错误。
代码:
错误:
python - nsepy 返回空数据框
nsepy get_history 正在返回一个空数据框。这可能是什么原因?我在用version 0.7(latest version)
python - NSEpy giving ValueError: Please check start and end dates when trying to retrieve historical stock information
I am trying to retrieve historical stock information using NSEpy but I am unable to do so because it raises a ValueError everytime I pass a date to it and I cannot seem to figure out the problem and would appreciate any help. This is my code:
Here is the get_stock_data() function which is in another file:
This is the Error I'm getting everytime i run the file:
Sorry if this is a stupid question but I tried to look for answers but couldn't find one. Thank you in advance.
python - NSEPY 不工作。连接时出现超时错误
一年多以来,我一直在使用 nsepy 进行数据分析。但现在它无法正常工作。我尽一切可能尝试解决这个问题,卸载并重新安装。尝试使用 python 2.7 和 3.7,但似乎没有任何工作。连接到服务器时始终出现相同的超时错误。那么,NSE 印度是否已经通过 API 停止了数据服务?