Download stock quotes from Google Finance

OK, give this a go. For quotes, you’ll need to have pairs that include the exchange (stocks) or currency (crypto). For example, “IBM” becomes “IBM:NYSE”:

[Online-Quote-Source-Google Finance]
DateFormatRegex=
DateRegex=
PriceRegex=data-last-price=\\"([\\d.]+)"
SkipStripping=true
SymbolRegex=
URL=https://www.google.com/finance/quote/%1

For future reference, the site I used to test this was https://regex101.com