-
I am trying to get Call and Put data for Options that I know exist for several stocks. I get the following data output using wallstreet 0.1.5: No options listed for given date, using 16-06-2017 inste…
-
I want to analyze some option chains and data is not available using Google Finance. When I try to use Yahoo finance as a source I get the following error.
```
from wallstreet import Call, Put, S…
-
Hi mcdallas,
I have a question, on the description there's statement "provided from the Google Finance API"
Isn't the Google Finance API has been shut down?
is this library still work?
Th…
-
- 公司/学校:澳洲国立大学 ANU
- 工作内容/专业:B.Software Engineering
- 常浏览的国外网站:StackOverflow/ Wallstreet
- 英语水平:IELTS 7.0
- 有无翻译经验:一篇AI历史博客文章翻译
- 个人博客:暂无
- 个人介绍:对算法、机器学习较为熟悉,希望能够贡献自己的力量让更多国内的伙伴们看到优质技术文章
-
The statement "import wallstreet" returns an error message.
" File "C:\Anaconda2\lib\site-packages\wallstreet\wallstreet.py", line 125
raise ValueError('Possible expiration dates for this stock…
-
`jnj = wallstreet.Call("JNJ", source="yahoo")`
gives this error:
`ValueError: ('Possible expiration dates for this stock are:', ['13-04-2017', '21-04-2017', '05-05-2017', '12-05-2017', '19-05-20…
-
Were you ever able to get this to return Index Option Quotes?
For example:
g=Call('INDEXSP:.INX', d=20, m=10, y=2016, strike=2150)
Tried d=20 as well as 21
Tried INDEXSP, SPX, INDEXCBOE:SPX and a f…
-
Google Finance is somewhat spotty in terms of option data, and I'd like to use Yahoo instead. It seems from your code that Yahoo is supported, but not sure whether it works on current site, or what th…
-
In my application, I want to extract options data per minute for one of the tickers. What my python code does as of now is following:
_g = Call(Ticker)
exp_dates = g.expiration_dates()
for each e…
-
http://www.themarker.com/markets/1.2909720
The link redirects to this:
http://www.themarker.com/hblocked?returnTo=http%3A%2F%2Fwww.themarker.com%2Fmarkets%2F1.2909720
![screenshot 2016-04-10 15 53 5…