What is meant by "The '(' delimiter is unexpected in identifiers."?

When I try to get data from EIkon, Eikon returns null values for fundamental data, such as company name, along with the following error message:


Error 604: The '(' delimiter is unexpected in identifiers.


Why am I seeing this error?

Best Answer

  • APlummer
    Answer ✓

    I've resolved the issue.


    The problem was that I had instruments with non-alphanumeric symbols, such as "@". After I removed these instruments, the code worked.

Answers

  • @APlummer

    Please share the code with the instruments, fields, and parameters that you are using.

    Therefore, we can test it.

  • Hi @APlummer ,

    Have you had a chance to see this thread yet? it could be from the incorrect syntax in the code

    Using Code Creator in Eikon can be very helpful:
    Type CODECR into the Eikon search bar, select instrument, and field, and you can tune the parameters:
    image
    The code that is generated at the bottom panel can be copied to the clipboard.

    However, if this doesn't solve your issue, kindly share the code that you're using as mentioned by my colleague for further investigation.