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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
3833-fund.png (41.9 KiB)
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
707 2 1 1

@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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea