Fetch Item Tax Rate

How do I fetch Item Tax Rate say for Quotation?

this script doesn’t work: cur_frm.add_fetch(“Item”,“tax_rate”,“tax_rate”);​

There is a field called “Item Tax Rate” but that contains both Tax Name and Tax Rate, it doesn’t look nice: {“VAT@20 - SG”: 20.0}
I’d like to extract the number only.