How to import quotes of an unknown asset via any site?

Hello,

I am having difficulty adding quotes for several assets unknown by the software and sites mentioned. Can you help me find a solution please ?

Thanks you !

Well, what would you like to add? You’re asking for a solution without any information about the intended asset and where you’ve already evaluate the download possibility. In fact, PP support JSON and most data could be imported via this interface.

Thank you for your reply. I have attached a screenshot of the two assets whose quotes are not automatically displayed. I don’t really understand how to create a synchronisation yourself via XML or something else. As for JSON, I’ve read the [help document] but I still don’t understand how to do it… (Kursdaten laden - Portfolio Performance Handbuch)


Capture d'écran 2024-09-11 080506

For ie0002xzsho1, please look at A fund is not found by the intrument search in the system and the following posts.

qua005003703 ? Is it listed on an exchange?

seems to be a black box

Hello,
WPEA ie0002xzsho1 is on Yahoo Finance:
Capture d’écran 2024-09-11 082425

PP can find it :

Then qua005003703 is listed on funds360, but with very little data

It is also listed with more data on the graph :

Maybe it could be retrieved from there ? On “Graphique” tab the start date of the graph can be adjusted.

Indeed, the quotes could be downloaded from the graph. Take a look at the docs how-to > Downloading historical prices > JSON (or Morningstar) for a few examples.

The Feed URL is: https://fonds.abeille-assurances.fr/api/call/chart/historicalcomparision/aviva/?fixed=FIC104600000/730&categoryIndex=0&comparision=&population=3900&vType=0&startDate=14/09/2022&endDate=11/09/2024&outformat=highchart&lang=fr_FR

The path to date is: $.records.0.point[0].data[*][0]

The path to close is: $.records.0.point[0].data[*][1]