Re: IV Rank and Percentile through API
In TWS those columns certainly do work, I use them all the time, see attached screenshot. I wouldn't think they would dare to remove them as as you say some other platforms have them and they are
By
@OptAge
·
#49936
·
|
Re: TWS vs TWS API volumes
Take a look at the Quotes in shares ( https://interactivebrokers.github.io/tws-api/market_data.html#quotes_in_shares ) section of the API Reference Guide's Streaming Market Data (
By
J¨¹rgen Reinold
·
#49935
·
|
TWS vs TWS API volumes
Just doing some checks on the data I get from reqHistoricalData ( https://interactivebrokers.github.io/tws-api/classIBApi_1_1EClient.html#aad87a15294377608e59aec1d87420594 ) vs what I see on TWS
By
dakr
·
#49934
·
|
Re: Shortable instruments
@J¨¹rgen Reinold Aug 23 #49881 ( /g/twsapi/message/49881 ) Thank you. So if I understand corrrectly, there is no simple True/False flag for shortable. Essentially all stocks can be
By
dakr
·
#49933
·
|
Re: IV Rank and Percentile through API
Are you sure about the one month restriction? I would have thought the below would work. ``` bars = ib.reqHistoricalData( contract, endDateTime=dt, durationStr='1 Y', # 1 D 5 D etc barSizeSetting='1
By
comicpilsen
·
#49931
·
|
Re: Why is my reqMktData thread not running with IB TWS Python API?
I haven't tried your code and am not an expert in python multithreading but it seems like your thread is finished.? Try printing something when it asks for data or use? a debugger.
By
btw
·
#49930
·
|
Re: IV Rank and Percentile through API
I contacted IB support approximately 9 months ago because I couldn't get my TWS (Win 10 64bit) to show these values -- neither IV percentile nor IV rank would show up. They replied that they have
By
IBHero
·
#49929
·
|
Re: IV Rank and Percentile through API
I know this is very old thread but I started experimenting with API and still see no option to retrieve iv rank and iv?percentile from API even though you can see them in TWS. Anyone maybe knows tips
By
@OptAge
·
#49928
·
|
Re: Why is my reqMktData thread not running with IB TWS Python API?
Hey @btw, thanks for the response. Yes no callback in this simple code sample, in my other larger script I have a ticktype callback to see pricing data and so on. But here I'm mostly testing for the
By
papuchon <lelian.girard@...>
·
#49927
·
|
Re: Market of Euronext-Amsterdam (AEB) but somehow it stopped
Hi Enrich, YES I see the same message. So good the hear you opened a ticket. Thanks for your reply. Kind regards Arnoud
By
arnoud@...
·
#49926
·
|
Re: Market of Euronext-Amsterdam (AEB) but somehow it stopped
In Addition to error 354 after requesting data: When you double click on "Data" in TWS you will notice a yellow message at the bottom saying something like "Some of the requested market data is not
By
ewesse
·
#49925
·
|
Re: Market of Euronext-Amsterdam (AEB) but somehow it stopped
Hi Amoud, one of our clients reported the similar problem with Tradegate starting a few days ago, (e.g GLE@TGATE ) I was able to reproduce the problem and opened a ticket at IB. They confirmed changes
By
ewesse
·
#49924
·
|
Re: How do I retrieve the timestamp of the last trade
Thank you for the advice BTW.? The first time I've used groups to solve a problem.
By
Peter Other
·
#49923
·
|
Re: How do I retrieve the timestamp of the last trade
If you're using? ib_insync try asking in this group -> /g/insync/messages
By
btw
·
#49922
·
|
How do I retrieve the timestamp of the last trade
From the outset I need to clarify I am a newbie to both python and the IBKR API. I can successfully connect to the platform and retrieve data on the last traded price and last traded size, code
By
Peter Other
·
#49921
·
|
Re: Why is my reqMktData thread not running with IB TWS Python API?
s/b target=streamData Note the lack of parentheses.? Also, there is no callback for the data stream in class TradingApp so you won't actually see the data.
By
btw
·
#49920
·
|
Why is my reqMktData thread not running with IB TWS Python API?
I can't figure out why my streamData thread is not running, while the my con_thread is running fine. I know from using this piece of code in larger scripts that they do, in fact, receive the market
By
papuchon <lelian.girard@...>
·
#49919
·
|
Market of Euronext-Amsterdam (AEB) but somehow it stopped
I used to get Market of Euronext-Amsterdam (AEB) but somehow it stopped: I try to get Market data with the following data: Symbol: ASML Sec type: STK Exchange: SMART Comp. Exch AEB Currency: EUR I got
By
arnoud@...
·
#49918
·
|
Re: Adding timezone to request
I knew I should not have typed these but let a small program generate the conversions,. Thanks for catching, Richard. Below a corrected table. J¨¹rgen
By
J¨¹rgen Reinold
·
#49917
·
|
Re: Adding timezone to request
Just a detail: 09:30 US/Eastern is currently 13:30 UTC, not 13:00. Ditto 08:30 US/Central. Sent: 26 August 2022 17:07 To: [email protected] Subject: Re: [TWS API] Adding timezone to request The table
By
Richard L King
·
#49916
·
|