问题标签 [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.

0 投票
1 回答
190 浏览

python - 如何为每周分析调整移动平均线?

我需要根据每周间隔(如 3 周间隔或 21 天)绘制移动平均线,但是在调整错过的日期时,它现在计数为 0,因此它给出了不正确的结果。

可以做些什么来解决这个问题。

这是实际结果: ![在此处输入图像描述

并且期望的结果必须是这样的:

![在此处输入图像描述

这是因为收盘的移动平均线必须在 11000 而不是 8000 的范围内。

0 投票
0 回答
166 浏览

python - 在 python 中使用 nsepy 下载数据时如何传递多个执行价格或执行价格范围

我想一次性下载多个执行价格的数据。以下功能按预期工作,但适用于单一执行价格。

有没有办法传递多个执行价格?我正在关注此链接,但无法解决。

0 投票
1 回答
3234 浏览

python - 我想列出 NSE 指数中的公司

我正在使用 NSEPY API,我想列出包含在漂亮 50 指数中的股票。

我正在获取个别股票的历史数据,但没有得到漂亮的 50 只股票(总共 50 只股票)。我想找回它。

我想要 50 只股票的结果,但我得到的是我在符号中给出的特定棒的结果

0 投票
1 回答
152 浏览

python - 嵌套for循环字典存储值python nsepy

循环运行良好,但只给了我最后一组值,即当 x = 3 时。其余所有先前的值都被覆盖。

0 投票
0 回答
105 浏览

python - 在 Python 中将 dict(x,y) 转换为 df

如何将输出转换为数据框?它基本上是一本字典。试过_from dict。

Python代码:

输出:

0 投票
1 回答
547 浏览

python - NSEPY get_history() 函数不适用于货币

为什么我的数据框是空的?如果我为 SBIN 之类的股票执行 get_history() 函数,则代码有效。但它不适用于 USDINR 等货币衍生品。

在此处输入图像描述

0 投票
2 回答
1418 浏览

python-3.x - Python:NSEpy 模块:无法获取期货实时数据

我正在使用下面的代码从 NSEpy 模块中提取实时 Nifty 报价,但出现错误。

代码:

错误:

0 投票
0 回答
253 浏览

python - nsepy 返回空数据框

nsepy get_history 正在返回一个空数据框。这可能是什么原因?我在用version 0.7(latest version)

0 投票
1 回答
245 浏览

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.

0 投票
1 回答
432 浏览

python - NSEPY 不工作。连接时出现超时错误

一年多以来,我一直在使用 nsepy 进行数据分析。但现在它无法正常工作。我尽一切可能尝试解决这个问题,卸载并重新安装。尝试使用 python 2.7 和 3.7,但似乎没有任何工作。连接到服务器时始终出现相同的超时错误。那么,NSE 印度是否已经通过 API 停止了数据服务?