Hello, I am downloading fund information from the API using the get_data function. Until last Friday

Options
Uday_PK
Uday_PK LSEG
edited July 22 in Eikon Data APIs

Attached is the script with two parts of my code. The first part is the download portion, and the second part structures that download into blocks. I also attach an image showing the point in the code where the "fund_features_son" matrix exhibits the 3 scenarios I mentioned:

  1. It downloads all the information on the assets contained in the fund.
  2. It downloads part of that information.
  3. It does not download that information.

For example, for the second scenario, the fund "LU1339879915" contains 10 assets (as verified on the Refinitiv portal), but with the download code, when that ISIN appears in a block of 100 ISINs, it only downloads information on 8 of the assets, as reflected in the "fund_features_son" matrix at the indicated point.

servlet.FileDownload?file=00PKY0000099Iyj

I'm not sure if it's due to the amount of information I'm requesting (this was not the case on Friday) or issues with the API.

Answers