NexusFi: Find Your Edge


Home Menu

 





Retreiving fundamental data from IB API


Discussion in Platforms and Indicators

Updated
    1. trending_up 4,803 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 0 posts
    2. attach_file 0 attachments




 
Search this Thread

Retreiving fundamental data from IB API

  #1 (permalink)
yali812
Sydney, Australia
 
Posts: 1 since Feb 2014
Thanks Given: 0
Thanks Received: 0

Hi, I'm trying to retrieve fundamental data using IB Java API with the following code snippet

 
Code
                Contract contract = new Contract();
		contract.m_symbol = "ANZ";
		contract.m_currency = "AUD";
		contract.m_secType = "STK";
		contract.m_exchange = "SMART";
		client.client().reqFundamentalData(43, contract, "Financial Statements");
where client.client() is EClientSocket

And i receive the following error message:

Error id=43 code=430 msg=We are sorry, but fundamentals data for the security specified is not available.Missing reportType


I can confirm that my set up of the API has been correct (I can submit an order via the API). Also I have subscribed to Reuters fundamental data and I can view them in TWS.

Anyone may give me a hand in how to resolve this issue please?

Reply With Quote




Last Updated on February 5, 2014


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts