currency_exponent Property
Minor units of currency.
Syntax
def get_currency_exponent() -> str: ... def set_currency_exponent(value: str) -> None: ...
currency_exponent = property(get_currency_exponent, set_currency_exponent)
Default Value
"2"
Remarks
This field indicates the minor units, or number of decimal places, of the currency specified in the currency_code property. For instance, the Japanese Yen has a value of "0", the US Dollar a value of "2", and the Kuwati Dinar a value of "3".