tax_rate
ActiveTool of Qiniso
USE THIS before calculating VAT or sales tax on an invoice/quote — never recall the rate from memory, it is DATE-SENSITIVE. GB returns the UK standard VAT rate that applied on the given date (handles historical/temporary changes). US has no national VAT (returns 0); pass a state code for the state base sales-tax rate. Always pass the invoice date for GB.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"date": {
"type": "string",
"description": "The invoice date (YYYY-MM-DD); default today."
},
"state": {
"type": "string",
"description": "US state code (e.g. CA) for sales tax."
},
"country": {
"type": "string",
"description": "GB or US (default GB)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries