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
1 0 0 0

How to get Fund's Advisor information by ExcelAPI or PythonAPI ?

Hi all,

I need red block information. please help me !

Thank you so much.

3833-fund.png

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
3833-fund.png (41.9 KiB)
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.

Hello @robbinsforster7752

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,


AHS


@robbinsforster7752

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
1.6k 3 2 3

@robbinsforster7752, I do not think the "Investment Advisor" company is available in Eikon data API / Eikon Excel. I only see Fund Company and Custodian in Eikon API.

That data field is available in the newer RDP Funds API. Below is the data I obtained from the sample fund: LP68405497. Notes, your screenshot shows that fund in the chart, but the advisor screen you showed is not for that fund.

Sample data from RDP Funds API:

       {
          "code": "INVESTMENT_ADVISOR",
          "type": {
            "id": "392",
            "name": "Investment Advisor"
          },
          "values": [
            {
              "name": "Ninety One UK",
              "code": "0008",
              "addressLine1": "55 Gresham Street",
              "city": "LONDON",
              "postalCode": "EC2V 7EL",
              "country": "United Kingdom",
              "telephone": "442039382000",
              "webSite": "https://ninetyone.com/en/international/",
              "date": "1800-01-01"
            }
          ]
        }




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.