-
when i run my program shows building dictionary.... but does not go ahead.
-
pip install nsepy
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from nsepy import get_history
import datetime as dt
%matplotlib inline
start = dt.datetime(2015, 1, …
-
!pip install nsepy
Requirement already satisfied: nsepy in c:\users\lenovo\anaconda3\lib\site-packages (0.7)
Requirement already satisfied: pandas in c:\users\lenovo\anaconda3\lib\site-packages (f…
-
Hi Swapnil,
I am trying to fetch equity data using get_history function but it is returning only empty datasets.
Can you please help me with this?
-
It seems that nsepy requests are completely blocked now
-
is there any method for fetching the historical data from NSE till current date ?
-
I am getting below error while executing "pip install nsepy" command. I am using python 3.4.4. Can someone guide what could be the possible issue?
Traceback (most recent call last):
File "C:\Pyt…
-
Greetings Sir,
As NSE India has discontinued it's old website wef. 01/04/2023 and hence current NSEPY has no longer be usable. Please update the same on your highest priority for the larger interest …
-
Hi,
I am trying to get the history of quotes using get_history, it was working sometime back but not responding now.
getting following error after waiting for long time
Error getting values H…
-
Hi Friends,
I am trying to fetch data via NSEPY module but it's not returning anything. It doesn't throw any error it simply hangs after pressing enter.
I am using that command in my local machine a…