开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: Fundamentals API & TWS client data inaccuracy?
If I use the TWS Shares Outstanding of 79m and multiply it by the current price of $71.92, you get a market cap of $5.6B... much different than the TWS reported market cap of $30.8B. If you use the
By Joel Gross <joelrgross@...> · #46408 ·
Re: Fundamentals API & TWS client data inaccuracy?
One other strange note: despite all these sites reporting different Shares Outstanding, they all report the same Market Cap... [email protected]> wrote:
By Joel Gross <joelrgross@...> · #46407 ·
Re: Fundamentals API & TWS client data inaccuracy?
Thank you for the reply Ajay. Schwab.com shows Shares Outstanding as 428.4M TWS -> Company Overview -> Summary shows Shares Outstanding as 79M and Float as 73.47M Yahoo finance does show a much
By Joel Gross <joelrgross@...> · #46406 ·
Re: HFT rules, order flow rules, account info sharing rules - are there any restrictions?
https://ndcdyn.interactivebrokers.com/Universal/servlet/Registration_v2.formSampleView?ad=privacyStatement.html We safeguard the confidentiality of your information in a number of ways. For example:
By btw · #46405 ·
Re: HFT rules, order flow rules, account info sharing rules - are there any restrictions?
U.S. Securities and Exchange Commission rules require all brokerage firms to make publicly available quarterly reports describing their order routing practices. The report listed below is intended to
By btw · #46404 ·
Re: HFT rules, order flow rules, account info sharing rules - are there any restrictions?
TWS API v9.72+: Order Limitations | | | | TWS API v9.72+: Order Limitations | | | and Considerations for Optimizing Order Efficiency | IB Knowledge Base | | | | Considerations for
By Hunter C Payne · #46403 ·
Re: Wait after using placeOrder till all messages in orderStatus are complete.
Hi Pavan, can you please share your code on how you used execDetails to get the order completion details. Thanks.
By @waimea86 · #46402 ·
HFT rules, order flow rules, account info sharing rules - are there any restrictions?
Hello, Are there any restrictions in *laws* OR *terms of use* from IBKR on the following? 1- HFT restrictions - i.e. Submit/cancel/submit/cancel many times. Any IBKR terms of service restrict this
By Bruce B · #46401 ·
Re: Fundamentals API & TWS client data inaccuracy?
Cross checking with Yahoo finance it seems your shares outstanding number is quite a big higher. Can you check if you are getting this incorrectly?
By Ajay Joglekar · #46400 ·
Fundamentals API & TWS client data inaccuracy?
It appears there is inaccurate Per Share data in the Company Overview > Ratios page. For example: IBKR shows Revenue / Share - TTM = 30.82 However, a simple calculation shows the correct number
By Joel Gross <joelrgross@...> · #46399 ·
Re: trouble requesting trade data *and* quote data for three futures tickers
Taylor, *[no sleep... ever]* Inside your processMessages() I see "sleep for 15 seconds". What does the rest of the code doing during that blocking sleep() call? Right - nothing. Any incoming quotes,
By Dmitry Shevkoplyas · #46398 ·
Re: Unable to connect
Hi Mark, This is normal to experience daily outages around midnight especially weekends. I also can not connect for the last 30-40 minutes. IB has this System Status
By Dmitry Shevkoplyas · #46397 ·
Unable to connect
It's about 11:45 EST on a Friday night (2-5-21). I'm unable to connect through IB gateway or the mobile app. Is it normal for IB to be down during this time? Is there a schedule of times the server is
By Mark Guglielmi · #46396 ·
Re: Not receiving some (many) historical ticks from TWS through API
senescence ... so that's the word for when I don't recognize the man in the mirror in the bathroom in the morning but decide to wash him anyway .. No worries, Richard. From what I read on this end,
By Jürgen Reinold · #46395 ·
Re: Not receiving some (many) historical ticks from TWS through API
Oh dear me, you're dead right. I'm getting much too careless. Not so much Brexit as senescence… The stupid thing is that after making the (incorrect query), I thought I'd try it up to the latest
By Richard L King · #46394 ·
Re: trouble requesting trade data *and* quote data for three futures tickers
The default is 100 concurrent reqMktData streams but only 3 reqTickByTick streams. Also, market depth is limited to 3 concurrent. If you are getting the error for more than one request per 15 seconds
By Nick <news1000@...> · #46393 ·
Re: Not receiving some (many) historical ticks from TWS through API
My historical TickByTick harvester also works fine for the time and instrument. Is your code prepared for more than 1000 ticks arriving. My initial request returned 1695 ticks, My time stamps are in
By Jürgen Reinold · #46392 ·
trouble requesting trade data *and* quote data for three futures tickers
I'm having some trouble requesting both trade data and quote data from the same running client. I am after this information for the following futures tickers: MESH1, MNQH1, M2KH1 I have refactored
By tbrown122387@... · #46391 ·
Re: tif of child orders
I don't think it's the case that the stop loss order 'inherits' the TIF of the parent order by default. I think any order uses the default TIF (DAY) if you don't explicitly set it to something else.
By Richard L King · #46390 ·
Re: Problem allocation for placeOrder(app.nextorderId, FX_order('EURUSD'), order)
Oops, thanks for pointing that out. Must do better!... I'll edit it in the message archive, but of course all those who receive posts by email will have it in their Inbox. I doubt any harm
By Richard L King · #46389 ·