> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/account/_gettaxrate.md).

# \_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
```
