You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have some issues when trying to pull options data with yahoo, here is my code :
from pandas_datareader.data import Options
import datetime
getOptions = Options("AAPL", 'yahoo')
data = getOptions.get_all_data()
data.iloc[:,:]
Here is the error message i'm getting :
Traceback (most recent call last):
File "P:\Clement\Visual Studio\Python\TestFinanceData\TestFinanceData\TestFinanceData.py", line 5, in <module>
data = getOptions.get_all_data()
File "C:\Users\Clement.PANAROMA\AppData\Local\Continuum\Anaconda2\lib\site-packages\pandas_datareader\yahoo\options.py", line 593, in get_all_data
expiry_dates = self.expiry_dates
File "C:\Users\Clement.PANAROMA\AppData\Local\Continuum\Anaconda2\lib\site-packages\pandas_datareader\yahoo\options.py", line 621, in expiry_dates
expiry_dates, _ = self._get_expiry_dates_and_links()
File "C:\Users\Clement.PANAROMA\AppData\Local\Continuum\Anaconda2\lib\site-packages\pandas_datareader\yahoo\options.py", line 647, in _get_expiry_dates_and_links
raise RemoteDataError('Data not available') # pragma: no cover
RemoteDataError: Data not available
Any idea this could be ? Do you have the same problem ?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I have some issues when trying to pull options data with yahoo, here is my code :
Here is the error message i'm getting :
Any idea this could be ? Do you have the same problem ?
Thanks,
The text was updated successfully, but these errors were encountered: