Retrieve data from Payload request instead of url

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

  1. {,…}

  2. breakDown: {,…}

  3. characteristics: [“CESURE_COMMENTS”, “FULL_PROPERTY_OF_THE_ASSETS”, “FUND_BREAKDOWNS_AS_OF_DATE”, “POSITION_AS_OF_DATE”,…]

  4. composition: {,…}

  5. context: {countryCode: “FRA”, countryName: “France”, googleCountryCode: “FR”, domainName: “www.amundietf.fr”,…}

  6. historics: [{indicator: “fundAumInMCcy”, startDate: “1000-01-01T00:00:00.000Z”,…},…]

  7. metrics: [{indicator: “benchmarkCalendarPerformance”, period: “2014”},…]

  8. productIds: [“FR0010755611”]

  9. productType: “PRODUCT”

If I want to access Let’s say historics->officialNAV,

Is there a way to do it in Portfolio performance?

Thanks !

No, PP can do http-requests using the GET method but not POST.

1 Like

Ok well it can’t do evertything !

Anyway thanks a lot

Remember this Import data from http - #17 by ProgFriese where I described a possibility to get quotes via a POST-request with a little proxy. It’s only for the desktop-version, not for the mobile app.