# \_getTaxRate

Use nominal code to return tax rate (percentage) of an account

### Parameters

#### nominal\_code

The nominal code of the account

### Example

FM\_api('Account\_getTaxRate', \['nominal\_code'=>'2000']);

### Result

#### On Success

Returns the percentage tax rate

```
"23"
```

#### On Failure

If invalid nominal supplied, returns false.

```
false
```
