<div dir="ltr"><div>could see the stated fund in FT which KMM should support out of the box ...</div><div>just add symbol: <span>IT0005385262:EUR</span></div><div><span>using source: Financial Times</span></div><div><span><br></span></div><div><a href="https://markets.ft.com/data/funds/tearsheet/summary?s=IT0005385262:EUR" target="_blank">https://markets.ft.com/data/funds/tearsheet/summary?s=IT0005385262:EUR</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Franco Martelli <<a href="mailto:martellif67@gmail.com" target="_blank">martellif67@gmail.com</a>> 于2020年9月5日周六 下午11:51写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 05/09/20 at 17:31, Thomas Baumgart wrote:<br>
> <br>
> <br>
> <br>
> <br>
> On Samstag, 5. September 2020 17:05:40 CEST Franco Martelli wrote:<br>
> <br>
> <br>
> <br>
>> Sorry, the right web page address is:<br>
> <br>
>><br>
> <a href="https://my.consultinvest.it/servizi/quote_fondi_sgr_pubblico.asp?path=offerta%2f" rel="noreferrer" target="_blank">https://my.consultinvest.it/servizi/quote_fondi_sgr_pubblico.asp?path=offerta%2f</a><br>
> <br>
> <br>
> <br>
> OK, let's give it a try:<br>
> <br>
> <br>
> <br>
> The date can be found in the following construct:<br>
> <br>
> <br>
> <br>
> <div class="mb10">Quote dei fondi Consultinvest Asset Management SGR al<br>
> <b>02/09/2020</b><input id="sdinput" n<br>
> <br>
> <br>
> <br>
> so the date regex would be:<br>
> <br>
> <br>
> <br>
> al <b>\d{2}/\d{2}/\d{4}</b><br>
> <br>
> <br>
> <br>
> you may replace the '\' with a dot which would allow 'any' character in<br>
> that position. But the bold start and<br>
> <br>
> end tag have to be part of the regex.<br>
> <br>
> <br>
> <br>
> The price is a lot more complex as it is spread over multiple lines.<br>
> <br>
> <br>
> <br>
> <tr><br>
> <br>
> <td>IT0005385262</td><br>
> <br>
> <td>Consultinvest Mosaico - Fondo Etico classe C</td><br>
> <br>
> <td class="text-right">4,984</td><br>
> <br>
> </tr><br>
> <br>
> <br>
> <br>
> and I am not sure if KMyMoney does support that. You could try:<br>
> <br>
> <br>
> <br>
>>IT0005385262</td>\n.+\n.+>(([\d.]+,\d+)<<br>
> <br>
> <br>
> <br>
> to include the line breaks. An important setting is the mark the "Skip<br>
> HTML stripping".<br>
> <br>
> <br>
> <br>
> This also only works for that one investment since this page provides<br>
> multiple. I will<br>
> <br>
> add a feature request to allow the identifier to be part of the regex<br>
> for such cases.<br>
> <br>
> <br>
> <br>
> Hope that helps.<br>
> <br>
> <br>
> <br>
> <br>
> <br>
> -- <br>
> <br>
> <br>
> <br>
> Regards<br>
> <br>
> <br>
> <br>
> Thomas Baumgart<br>
> <br>
> <br>
> <br>
> <a href="https://www.signal.org/" rel="noreferrer" target="_blank">https://www.signal.org/</a> Signal, the better WhatsApp<br>
> <br>
> -------------------------------------------------------------<br>
> <br>
> Ilde servers are the devil's work -- robbyoconnor on #irc<br>
> <br>
> -------------------------------------------------------------<br>
> <br>
> <br>
> <br>
<br>
Thanks Thomas, I've just send an email that explain what I did to fetch<br>
date and price it worked without mark "Skip HTML stripping".<br>
Now I'm struggling with another fund I'm trying to find a good web<br>
source the problem is that the Fund is on Yahoo Finance but date and<br>
price are not updated! I don't know why...<br>
Maybe I will write again to the mailing list as last resort<br>
Kind regards<br>
-- <br>
Franco Martelli<br>
</blockquote></div></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Cheers<div><br></div></div></div></div></div></div></div>