Monday, November 20, 2023

Price updates in Kmymoney

 To enable price updates in Kmymoney (Settings, Configure Kmymoney), create a Online Quote source called Yahoo.


 Text insertions are:

https://query1.finance.yahoo.com/v8/finance/chart/%1

%1

"regularMarketPrice":((\d+|\d{1,3}(?:[,]\d{3})).\d+)

"regularMarketTime":([\d]+)


Nothing in the Date Format field and Skip HTML stripping is checked

 

 

No comments:

Post a Comment

Getting rtcwake working on Bluefin

#!/bin/bash # User systemd setup for auto suspend/wake on Bluefin #Please run these two commands manually: #1. First, create the sudo rule: ...