Currency Normalizer
Parses symbols and codes into normalized currency amounts.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
value | text | Yes | Value |
Outputs
| Name | Type | Description |
|---|---|---|
amount | number | Amount |
currency_code | text | Currency code |
normalized | text | Normalized |
work | array | Work |
Sample request
{
"value": "$1,234.50"
}