Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 0 1

Report failing when running.

Hello,
A client has an issue when she runs her daily report using the Eikon API. The report is returning no RICs as it used to in the past, here's the line of code that is failing:

private void CreateRDataBtn_Click(string argument,string dateStart,string dateEnd,EventArgs e)

{

string instrument="";

string[] data=argument.Split('.');

if(data[1]=="TO")

{

data[1]="XTSE";

}

else

{

data[1] = "XNYS";

}

if (data[0]== "Hi")

{

instrument = "SCREEN(U(IN(Equity(active,public,primary,countryprimaryquote))),IN(TR.ExchangeMarketIdCode,'" + data[1] + "'),BETWEEN(TR.Price52WeekHighDate," + dateEnd + "," + dateEnd + "))";

}

else

{

instrument = "SCREEN(U(IN(Equity(active,public,primary,countryprimaryquote))),IN(TR.ExchangeMarketIdCode,'" + data[1] + "'),BETWEEN(TR.Price52WeekLowDate," + dateEnd + "," + dateEnd + "))";

}


Can you please tell me what is wrong or suggest improvement?
Please let me know if you need any further information.
Thank you,
Max

eikon
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
10.2k 18 6 9

@maxime.slim The customer posted this same issue here I believe and i have been dealing with it. So Please check there for the progress and also mark this as best answer so it closes. Thanks.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.