get_vat_exemption_threshold
Retrieve the annual turnover threshold below which a business may be exempt from VAT registration in a specified European country. Use this to determine VAT obligations for small businesses and freelancers.
Instructions
Returns the annual turnover threshold below which a business may be exempt from VAT registration in a given European country — the small business VAT exemption scheme. Returns { country, threshold_local_currency, currency, threshold_eur_approx, notes }. Use when determining if a small business needs to register for VAT, or when building onboarding flows for European freelancers and micro-enterprises. Information provided as reference only — not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | Yes | Two-letter ISO country code. Example: 'PT', 'DE', 'FR' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ||
| threshold_local_currency | No | ||
| currency | No | ||
| threshold_eur_approx | No | ||
| regime | No | ||
| notes | No | ||
| disclaimer | No | ||
| error | No |