¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Blocked by Refinitiv?


 

Hey,
I try to request fundamentals data provided by Reuters via the code line below. It worked last Saturday but now I always get error code 430. Just wanted to know if I have been banned or if you experience the same issue.

With this request I normally get EPS estimates. I would request this data for all SP500 components.

fundamentals = ib.reqFundamentalData(stock, 'RESC')


 

Well, according to error 430 is "We are sorry, but fundamentals data for the security specified is not available."

Maybe the data you are requesting is just not available. Did you try the "Fundamentals Explorer" in TWS for that stock?

JR


On Tue, Aug 3, 2021 at 03:18 PM, inito wrote:

Hey,
I try to request fundamentals data provided by Reuters via the code line below. It worked last Saturday but now I always get error code 430. Just wanted to know if I have been banned or if you experience the same issue.

With this request I normally get EPS estimates. I would request this data for all SP500 components.

fundamentals = ib.reqFundamentalData(stock, 'RESC')


 

Thanks for your reply.

The Fundamentals Explorer was indeed not working once, but it is now back to normal. I tested several symbols.

Occasionally in TWS something like 'the application requires api.ibkr.com connection which is blocked by your network' pops up. Other data requests like ReportSnaphot or?ReportsFinStatements?work fine.


 

TWS does establish an SSL encrypted connection to port 443 at api.ibkr.com when fundamentals need to be requested. So you might want to check whether your network security software, firewall, or ISP blocks those connections intermittently. Would surprise me, though, since this is is no different than your browser going to https::/google.com.

You can check with your browser whether the connection works from your system. Just type in the address bar (not the search bar). You will see just a white page (and no error message) and you can verify the established connection by clicking the padlock in the address bar.

JR