diff --git a/src/quotes/finance-quote-helper.in b/src/quotes/finance-quote-helper.in index e4b1a71ee4..778708c5b4 100644 --- a/src/quotes/finance-quote-helper.in +++ b/src/quotes/finance-quote-helper.in @@ -230,8 +230,8 @@ sub schemify_quote { if (($$quotehash{$itemname, $field})) { $data = schemify_string($$quotehash{$itemname, $field}); } else { - # VWD quotes don't set the symbol - $data = $itemname; + # VWD and a few others don't set the symbol field + $data = schemify_string($itemname); } $quotedata .= "($field . $data)";