Hello!
Let’s say I want to retrieve a data that is accessible through Payload request but not directly by URL because of access restriction.
For example, let’s say I want to access the NAV of CL2.PA:
I go through the file getProductsData, but the URL is not accessible:
https://www.amundietf.fr/mapi/ProductAPI/getProductsData
-
{,…}
-
breakDown: {,…}
-
characteristics: [“CESURE_COMMENTS”, “FULL_PROPERTY_OF_THE_ASSETS”, “FUND_BREAKDOWNS_AS_OF_DATE”, “POSITION_AS_OF_DATE”,…]
-
composition: {,…}
-
context: {countryCode: “FRA”, countryName: “France”, googleCountryCode: “FR”, domainName: “www.amundietf.fr”,…}
-
historics: [{indicator: “fundAumInMCcy”, startDate: “1000-01-01T00:00:00.000Z”,…},…]
-
metrics: [{indicator: “benchmarkCalendarPerformance”, period: “2014”},…]
-
productIds: [“FR0010755611”]
-
productType: “PRODUCT”
If I want to access Let’s say historics->officialNAV,
Is there a way to do it in Portfolio performance?
Thanks !