Hello,
I am trying to add automatic price updates for a Norwegian mutual fund in Portfolio Performance:
Fund: KLP AksjeVerden Indeks P
ISIN: NO0010611817
Unfortunately, the fund is not available through Financial Times, and Yahoo Finance updates the NAV quite late in the evening.
I found an endpoint on Euronext that appears to contain the latest NAV and date:
The response is HTML and contains information similar to:
<tr>
<td>Nav</td>
<td>
<td class="text-right">
<strong>8 113,07</strong>
</td>
</td>
<tr>
<td>Dato</td>
<td>
<td class="text-right">
<strong>2026-06-12</strong>
</td>
</td>
What I would like to achieve is:
-
NAV → closing price
-
Date → quote date
-
Automatic updates in Portfolio Performance
I tried the built-in HTML Table provider, but it seems to expect a table with multiple rows of historical prices. Since this endpoint only returns the latest NAV and date, I could not get it working.
My questions are:
-
Is it possible to configure Portfolio Performance to extract a single price and date from this HTML response?
-
Would the JSON provider be a better approach?
-
If so, is there a way to transform or parse this HTML endpoint using Portfolio Performance’s existing quote feed options?
Any suggestions or examples would be greatly appreciated.
Thank you!