Chapter 11 · Living in Florida
CBSA duty and tax calculation at the Canadian border (with calculator)
A Canadian returning from Florida with US-origin goods above the personal exemption pays four things at the CBSA: customs duty (often 0% under CUSMA), the 25% retaliatory surtax on listed US-origin goods (in force since March 2025), GST or HST, and provincial sales tax in some cases. This article breaks down the four components, walks through the actual calculation, and provides an interactive calculator so you can estimate the assessment before you cross.
Reference · acronyms used in this guide
Glossary
- CBSA: Canada Border Services Agency. The federal agency that collects customs duty, GST/HST, and (in some provinces) provincial sales tax at the border.
- CUSMA: Canada-United States-Mexico Agreement. The trade agreement that replaced NAFTA on 1 July 2020. Most US-origin consumer goods qualify for 0% preferential duty under CUSMA rules of origin.
- MFN: Most-Favoured-Nation. The default tariff rate Canada applies to goods from World Trade Organization members. For many consumer goods, the MFN rate is also 0%.
- HST: Harmonized Sales Tax. The combined federal-provincial tax in ON (13%), NS (14% since April 2025), NB (15%), NL (15%), and PE (15%).
- GST: Goods and Services Tax. The 5% federal tax that applies on its own in non-HST provinces and territories.
- QST: Quebec Sales Tax (TVQ). 9.975%, collected by CBSA at the border on most goods imported into Quebec.
- PST/RST: Provincial Sales Tax (BC, SK) or Retail Sales Tax (MB). Generally not collected by CBSA at the border for personal imports.
- Tariff line: the 8- or 10-digit classification number from the Customs Tariff Schedule that determines the duty rate for a specific good.
- United States Surtax Order: the regulation under the Customs Tariff that lists US-origin goods subject to the 25% Canadian retaliatory surtax (in force since 4 March 2025).
Section 01The 60-second version
The CBSA assessment on a US-origin purchase above your CAD 800 exemption (after a 48-hour absence) is built in four layers, applied in order:
- Customs duty at the rate of the relevant tariff line. For most finished consumer goods of US origin, this rate is 0% under CUSMA (the Canada-United States-Mexico Agreement, which replaced NAFTA in 2020) or under the Most-Favoured-Nation rate. Some categories carry positive rates (textiles, footwear, certain food). On the first CAD 300 above your exemption, a beneficial rate of 7% may apply (CBSA, Memorandum D2-3-1).
- 25% retaliatory surtax on goods of US origin that appear on the United States Surtax Order list (in force since 4 March 2025), applied to the dutiable portion above the exemption.
- GST or HST, calculated on the value plus duty plus surtax.
- Provincial sales tax in Quebec (QST collected by CBSA), or owed but not collected at the border in BC, SK, and MB.
Below the exemption (CAD 200 / 24 hours, CAD 800 / 48 hours, CAD 800 / 7 days), the assessment is zero. Same-day cross-border shoppers have no exemption and pay on the full value.
Section 02Who this article applies to
Applies to: Canadian residents returning from Florida (or any US destination) with new US-origin goods above their personal exemption; snowbirds bringing back substantial purchases at the end of a winter season; anyone who wants to estimate the CBSA bill before crossing.
Does not apply to: Same-day cross-border shoppers (no exemption, full duty and tax on the entire value, no calculator helps because the answer is "the whole stack"). Commercial importers (formal entry, B3 form, customs broker, different rules entirely). Vehicle imports (separate regime: see Permanent Canadian vehicle import). Alcohol and tobacco quantities above the personal exemption (subject to provincial liquor and tobacco-board rules and special excise duties; consult the provincial authority).
Why this matters for a snowbird reader: a five-month Florida winter typically generates a return trip with cumulative purchases (golf clubs, bicycles, electronics, art, household items) well above CAD 800. The difference between an honest declaration estimated in advance and a declaration improvised at the kiosk can be hundreds of dollars in unexpected charges, plus a stressful conversation with the officer. The calculator below produces a defensible estimate; the officer's final assessment may differ by the choice of tariff line and by a current reading of the surtax list.
Section 03The calculator
The calculator below applies the four-layer logic to your inputs. Output is an estimate. Your actual CBSA assessment depends on the officer's tariff classification and on the surtax list in force on the date you cross.
<div class="cbsa-calc" id="cbsa-calc-root"> <style>
#cbsa-calc-root { font-family: inherit; max-width: 720px; margin: 1.5em 0; padding: 1.25em; border: 1px solid #d0d0d0; border-radius: 6px; background: #fafafa; }
#cbsa-calc-root fieldset { border: 1px solid #d8d8d8; padding: 0.75em 1em; margin: 0 0 0.75em 0; background: #fff; }
#cbsa-calc-root legend { font-weight: 600; padding: 0 0.4em; }
#cbsa-calc-root label { display: block; margin: 0.4em 0; }
#cbsa-calc-root .row { display: flex; gap: 0.6em; flex-wrap: wrap; }
#cbsa-calc-root .row label { flex: 1; min-width: 200px; }
#cbsa-calc-root input[type="number"], #cbsa-calc-root select { width: 100%; padding: 0.4em; box-sizing: border-box; }
#cbsa-calc-root .radio-row label { display: inline-flex; align-items: center; gap: 0.4em; margin-right: 1em; }
#cbsa-calc-root small { color: #555; font-size: 0.85em; }
#cbsa-calc-root #cbsa-calc-output { margin-top: 1em; padding: 1em; background: #fff; border: 1px solid #d8d8d8; border-radius: 4px; }
#cbsa-calc-root table { width: 100%; border-collapse: collapse; }
#cbsa-calc-root td, #cbsa-calc-root th { text-align: left; padding: 0.4em 0.6em; border-bottom: 1px solid #eee; }
#cbsa-calc-root th { font-weight: 500; color: #444; }
#cbsa-calc-root td { text-align: right; font-variant-numeric: tabular-nums; }
#cbsa-calc-root tr.total th, #cbsa-calc-root tr.total td { border-top: 2px solid #333; border-bottom: none; padding-top: 0.6em; font-weight: 700; color: #000; }
#cbsa-calc-root .warning { margin-top: 0.6em; padding: 0.6em 0.8em; background: #fffbe6; border-left: 3px solid #d4a017; font-size: 0.9em; }
#cbsa-calc-root .disclaimer-note { margin-top: 0.8em; font-size: 0.85em; color: #666; font-style: italic; } </style> <form id="cbsa-calc-form"> <fieldset> <legend>1. Province of entry</legend> <select name="province"> <option value="QC">Quebec (GST 5% + QST 9.975%)</option> <option value="ON">Ontario (HST 13%)</option> <option value="BC">British Columbia (GST 5% + PST 7%)</option> <option value="AB">Alberta (GST 5%)</option> <option value="MB">Manitoba (GST 5% + RST 7%)</option> <option value="SK">Saskatchewan (GST 5% + PST 6%)</option> <option value="NB">New Brunswick (HST 15%)</option> <option value="NS">Nova Scotia (HST 14%)</option> <option value="PE">Prince Edward Island (HST 15%)</option> <option value="NL">Newfoundland and Labrador (HST 15%)</option> <option value="YT">Yukon (GST 5%)</option> <option value="NT">Northwest Territories (GST 5%)</option> <option value="NU">Nunavut (GST 5%)</option> </select> </fieldset> <fieldset> <legend>2. Time absent from Canada</legend> <div class="radio-row"> <label><input type="radio" name="time" value="under24"> Less than 24 hours</label> <label><input type="radio" name="time" value="24to48"> 24 to 47 hours</label> <label><input type="radio" name="time" value="48plus" checked> 48 hours or more</label> </div> </fieldset> <fieldset> <legend>3. Goods and travelers</legend> <div class="row"> <label>Number of adult travelers (each with own exemption) <input type="number" name="travelers" value="1" min="1" max="10" step="1"> </label> <label>Total declared value of new US-origin goods (CAD) <input type="number" name="value" value="2000" min="0" step="50"> </label> </div> <label>Estimated customs duty rate (%) <input type="number" name="duty" value="0" min="0" max="100" step="0.5"> <small>Most finished consumer goods of US origin: 0% under CUSMA. Textiles, footwear, certain food may carry positive rates. Verify with CBSA tariff line.</small> </label> <label><input type="checkbox" name="surtax"> Goods are on the Canadian 25% surtax list (verify on the Department of Finance Canada page on the date of crossing)</label> </fieldset> </form> <div id="cbsa-calc-output"></div> <p class="disclaimer-note">Estimate only. Final assessment is at the discretion of the CBSA officer at the port of entry, based on the tariff classification of each item and the surtax list in force on that date. Provincial sales tax in BC, SK, and MB is not collected by CBSA at the border for personal imports; verify provincial self-assessment rules.</p> </div>
<script> (function() { if (!document.getElementById('cbsa-calc-form')) return; var RATES = { AB: {gst: 5, hst: 0, qst: 0, pst: 0}, BC: {gst: 5, hst: 0, qst: 0, pst: 7}, MB: {gst: 5, hst: 0, qst: 0, pst: 7}, NB: {gst: 0, hst: 15, qst: 0, pst: 0}, NL: {gst: 0, hst: 15, qst: 0, pst: 0}, NS: {gst: 0, hst: 14, qst: 0, pst: 0}, NT: {gst: 5, hst: 0, qst: 0, pst: 0}, NU: {gst: 5, hst: 0, qst: 0, pst: 0}, ON: {gst: 0, hst: 13, qst: 0, pst: 0}, PE: {gst: 0, hst: 15, qst: 0, pst: 0}, QC: {gst: 5, hst: 0, qst: 9.975, pst: 0}, SK: {gst: 5, hst: 0, qst: 0, pst: 6}, YT: {gst: 5, hst: 0, qst: 0, pst: 0} }; function fmt(n) { return n.toFixed(2); } function calc() { var f = document.getElementById('cbsa-calc-form'); var province = f.province.value; var time = f.time.value; var travelers = Math.max(1, parseInt(f.travelers.value, 10) || 1); var value = Math.max(0, parseFloat(f.value.value) || 0); var dutyRate = Math.max(0, parseFloat(f.duty.value) || 0) / 100; var surtax = f.surtax.checked; var r = RATES[province]; var exemption = 0, beneficialPool = 0; if (time === 'under24') { exemption = 0; } else if (time === '24to48') { exemption = 200 * travelers; } else { exemption = 800 * travelers; beneficialPool = 300 * travelers; } var above = Math.max(0, value - exemption); var beneficial = Math.min(beneficialPool, above); var beneficialDuty = beneficial * 0.07; var regular = above - beneficial; var regularDuty = regular * dutyRate; var surtaxAmt = surtax ? above * 0.25 : 0; var taxBase = above + beneficialDuty + regularDuty + surtaxAmt; var gst = 0, hst = 0, qst = 0; if (r.hst > 0) { hst = taxBase * (r.hst/100); } else if (r.gst > 0) { gst = taxBase * (r.gst/100); if (r.qst > 0) { qst = (taxBase + gst) * (r.qst/100); } } var total = beneficialDuty + regularDuty + surtaxAmt + gst + hst + qst; var rows = []; rows.push('<tr><th>Declared value</th><td>CAD ' + fmt(value) + '</td></tr>'); var perPerson = time === 'under24' ? 0 : (time === '24to48' ? 200 : 800); rows.push('<tr><th>Personal exemption (' + travelers + ' × CAD ' + perPerson + ')</th><td>CAD ' + fmt(exemption) + '</td></tr>'); rows.push('<tr><th>Above exemption (dutiable portion)</th><td>CAD ' + fmt(above) + '</td></tr>'); if (beneficial > 0) { rows.push('<tr><th>Beneficial 7% duty (next CAD ' + beneficialPool + ', applied to CAD ' + fmt(beneficial) + ')</th><td>CAD ' + fmt(beneficialDuty) + '</td></tr>'); } if (regular > 0) { rows.push('<tr><th>Regular customs duty (' + (dutyRate*100).toFixed(1) + '% on CAD ' + fmt(regular) + ')</th><td>CAD ' + fmt(regularDuty) + '</td></tr>'); } if (surtax && surtaxAmt > 0) { rows.push('<tr><th>25% Canadian surtax on CAD ' + fmt(above) + '</th><td>CAD ' + fmt(surtaxAmt) + '</td></tr>'); } if (hst > 0) { rows.push('<tr><th>HST (' + r.hst + '%) on CAD ' + fmt(taxBase) + '</th><td>CAD ' + fmt(hst) + '</td></tr>'); } if (gst > 0) { rows.push('<tr><th>GST (5%) on CAD ' + fmt(taxBase) + '</th><td>CAD ' + fmt(gst) + '</td></tr>'); } if (qst > 0) { rows.push('<tr><th>QST (9.975%) on CAD ' + fmt(taxBase + gst) + ' (cascading on GST)</th><td>CAD ' + fmt(qst) + '</td></tr>'); } rows.push('<tr class="total"><th>Total estimated payable to CBSA</th><td>CAD ' + fmt(total) + '</td></tr>'); var html = '<h4 style="margin-top:0">Estimated assessment</h4><table>' + rows.join('') + '</table>'; if ((province === 'BC' || province === 'SK' || province === 'MB') && above > 0) { var pName = {BC: 'BC PST', SK: 'Saskatchewan PST', MB: 'Manitoba RST'}[province]; html += '<p class="warning"><strong>Provincial PST not collected by CBSA at the border.</strong> ' + pName + ' (' + r.pst + '%) is owed on imports into the province but is not collected at the border by CBSA for personal travelers. Self-assessment rules vary; consult the provincial tax authority of ' + province + '.</p>'; } document.getElementById('cbsa-calc-output').innerHTML = html; } document.getElementById('cbsa-calc-form').addEventListener('input', calc); document.getElementById('cbsa-calc-form').addEventListener('change', calc); calc(); })(); </script>
Section 04How the calculation actually works, layer by layer
Layer 1: customs duty (often 0%)
Customs duty is the federal tax applied at the border on imported goods, set by the Customs Tariff Schedule and varying by tariff line (the 8- or 10-digit classification of each good). For Canadian travelers returning from the US, three rate regimes coexist:
- CUSMA preferential rate. Goods that satisfy CUSMA rules of origin (broadly: goods made in the US, Mexico, or Canada with sufficient regional value content) qualify for 0% duty in most categories. Personal travelers do not formally certify origin, but CBSA will accept origin claims for goods clearly produced in the US (made-in-US labelling, branded US manufacturer) without formal certificate.
- Most-Favoured-Nation rate. The default rate Canada applies. For many finished consumer goods, the MFN rate is also 0% (because Canada's general tariff structure on consumer electronics, apparel of certain types, books, etc. has converged toward zero). For other categories (textiles, footwear, certain agricultural items, certain wines), positive rates persist.
- Beneficial 7% rate on the next CAD 300. After the 48-hour CAD 800 exemption is exhausted, CBSA applies a flat 7% rate on the next CAD 300 of value, regardless of tariff line, provided the goods accompany you and are not tobacco or alcohol. This is the practical default for the first CAD 800 to CAD 1,100 above the exemption.
Practical reading: for a snowbird returning with a USD 1,500 set of golf clubs (a finished US-origin consumer good), customs duty is typically 0%. For a USD 800 leather jacket, the MFN rate is positive (in the order of 8 to 18% depending on the specific tariff line). The calculator above lets you input the duty rate; if you do not know it, leave 0% as the starting point and confirm with CBSA at the kiosk.
Layer 2: the 25% retaliatory surtax (since March 2025)
On 4 March 2025, the federal government imposed a 25% surtax on a list of US-origin goods under the Customs Tariff (United States Surtax Order). The surtax is the most significant change in the personal-import regime in recent decades and is the single layer most likely to surprise a Canadian traveler at the kiosk. Verified fact (Department of Finance Canada).
Key points:
- The surtax applies on the dutiable portion above the personal exemption, not on the whole purchase. Goods inside the CAD 800 exemption (after 48 hours) escape the surtax entirely.
- The list is periodically amended. Items that have appeared on successive lists include orange juice, certain wines, certain motorcycles, and selected household appliances. The list is published by the Department of Finance Canada and updated by Order-in-Council.
- The surtax is stacked on top of customs duty and forms part of the base for GST/HST. A USD 1,000 listed item with 0% MFN duty still attracts the 25% surtax above the exemption, plus GST/HST on the larger base.
- The 25% rate is fixed; there is no graduated or beneficial rate for personal travelers.
Layer 3: GST or HST (federal and harmonized provincial)
After customs duty and surtax are computed, the CBSA applies GST (5%) or HST (13%, 14%, or 15%) on the augmented base (declared value + customs duty + surtax). The choice between GST and HST depends on the province of entry, not on the province of residence (with one practical exception: in Quebec, CBSA collects QST in addition to GST, treating the importation as a Quebec-destined supply for QST purposes). Verified fact (Excise Tax Act, Part IX).
| Province / territory | What CBSA collects at the border |
|---|---|
| Ontario | HST 13% |
| New Brunswick | HST 15% |
| Newfoundland and Labrador | HST 15% |
| Nova Scotia | HST 14% (since 1 April 2025) |
| Prince Edward Island | HST 15% |
| Quebec | GST 5% + QST 9.975% (QST calculated on value + GST, cascading) |
| Alberta | GST 5% only |
| Yukon, Northwest Territories, Nunavut | GST 5% only |
| British Columbia | GST 5% only at the border (PST 7% owed but not collected by CBSA) |
| Saskatchewan | GST 5% only at the border (PST 6% owed but not collected by CBSA) |
| Manitoba | GST 5% only at the border (RST 7% owed but not collected by CBSA) |
Layer 4: provincial sales tax (BC, SK, MB) outside the border
In BC, SK, and MB, provincial sales tax is not collected by CBSA on personal imports at the border. The buyer remains liable for self-assessment under provincial law, but CBSA does not enforce or collect the provincial portion. In practice, this means a snowbird returning to Vancouver, Saskatoon, or Winnipeg pays only GST 5% (plus customs duty and surtax) at the kiosk, with provincial sales tax being a separate provincial-law obligation that few personal travelers self-assess.
In Quebec, the QST is collected by CBSA at the border under the federal-provincial Comprehensive Integrated Tax Coordination Agreement.
Section 05Worked example: snowbird returning to Quebec, USD 1,500 golf clubs
Inputs:
- Province: Quebec
- Time abroad: 5 months (≥ 48 hours)
- Travelers: 2 adults
- Value: USD 1,500 ≈ CAD 2,025 (at 1 USD = 1.35 CAD)
- Customs duty rate: 0% (golf equipment, US origin, CUSMA preferential)
- 25% surtax: assume not on list (verify on the date)
Calculation:
| Step | Amount |
|---|---|
| Declared value | CAD 2,025.00 |
| Personal exemption (2 × CAD 800) | CAD 1,600.00 |
| Above exemption | CAD 425.00 |
| Beneficial 7% duty on CAD 425 (within the next CAD 600 pool) | CAD 29.75 |
| Regular customs duty (0%) | CAD 0.00 |
| 25% surtax | CAD 0.00 (assume not listed) |
| GST 5% on (425 + 29.75) | CAD 22.74 |
| QST 9.975% on (454.75 + 22.74) | CAD 47.63 |
| Total CBSA assessment | CAD 100.12 |
If the same set of golf clubs were on the surtax list, the assessment would change to:
| Step | Amount |
|---|---|
| Declared value | CAD 2,025.00 |
| Personal exemption | CAD 1,600.00 |
| Above exemption | CAD 425.00 |
| Beneficial 7% duty | CAD 29.75 |
| 25% surtax on CAD 425 | CAD 106.25 |
| GST 5% on (425 + 29.75 + 106.25) | CAD 28.05 |
| QST 9.975% on (561.00 + 28.05) | CAD 58.76 |
| Total CBSA assessment with surtax | CAD 222.81 |
The surtax more than doubles the bill on this purchase. Typical range (estimate: actual rates depend on exact tariff classification and list status on date of crossing).
Section 06Exchange rate: how CBSA values USD purchases in CAD
The CBSA values goods at the purchase price in the currency of acquisition, converted to CAD at the Bank of Canada exchange rate published on the date of importation. Officers use the daily noon rate (or the closing rate, depending on time of day). For a high-value purchase, request a printed receipt with the USD amount: CBSA does the CAD conversion at the kiosk.
A sample for orientation:
- USD 1,000 at 1 USD = 1.35 CAD: CAD 1,350
- USD 1,000 at 1 USD = 1.40 CAD: CAD 1,400
- USD 1,000 at 1 USD = 1.45 CAD: CAD 1,450
A 5% swing in the rate matters: if your purchase is just above your exemption pool, the conversion can move the dutiable portion materially. The Bank of Canada exchange rate is published at bankofcanada.ca/rates/exchange/.
Section 07Common mistakes
- Assuming customs duty is the major cost. For most US-origin consumer goods, customs duty is 0%. The real cost is GST/HST (5 to 15%) plus, since March 2025, the 25% surtax on listed goods. Plan around the surtax list, not around duty.
- Forgetting to add duty to the GST/HST base. GST/HST is calculated on (value + duty + surtax), not on value alone. Cascading raises the base.
- Forgetting QST cascades on GST in Quebec. QST is calculated on (taxable amount + GST), not on taxable amount alone. The effective combined rate is 14.975%, slightly above 5% + 9.975%.
- Treating the CAD 200 / 24-hour exemption as available with alcohol or tobacco. It is not. The 24-hour exemption excludes alcohol and tobacco entirely.
- Believing that mailing a Florida purchase home avoids the surtax. Postal entries are assessed the same way as accompanied goods. The 25% surtax follows the goods, not the mode of entry.
- Splitting a single CAD 1,500 item between two spouses' exemptions. Each item belongs to one person and uses one exemption. The other spouse's CAD 800 cannot subsidise the same item.
- Trusting an outdated surtax list. Lists have been amended several times since March 2025. Always verify on the Department of Finance Canada page or via a Canadian customs broker on the date of intended purchase.
Section 08Checklist before crossing
- Estimate the assessment in advance using the calculator above for any purchase above CAD 800 per person.
- Verify the current surtax list on the Department of Finance Canada page on the date of crossing.
- Convert USD to CAD at the Bank of Canada rate of the day. Keep receipts in USD and the CAD equivalent.
- Identify the tariff line for high-value items. The CBSA tariff search tool is at the link in Sources. For most consumer goods, expect 0% MFN.
- Allocate items between spouses to maximise exemption use. Each item belongs to one spouse.
- Bring receipts for every purchase above CAD 100.
- Submit Advance Declaration in ArriveCAN if flying into a participating airport, with the declared value already populated.
- Have a payment method that works at the CBSA kiosk (most accept credit card, debit, or cash).
- Plan for QC entry on a major purchase: GST + QST cascading produces a higher effective rate than HST provinces above CAD 1,000.
Section 09FAQ
My golf clubs were made in China but sold by a US retailer. Does the 25% surtax apply? The surtax applies to goods of US origin. Goods made in China and sold via a US retailer are typically of Chinese origin under tariff rules, not US origin. Verify with CBSA at the kiosk; have the manufacturer's country-of-origin tag visible.
The website I bought from is in the US but the item shipped from a Canadian warehouse to my Florida hotel. Is this a US-origin purchase? No. If the item shipped from a Canadian warehouse and was simply delivered to your Florida address, it remained in Canadian commerce until your departure with it. The relevant question for CBSA is: where was the good when you exported it from Canada? If it was already yours and Canadian-bought before the trip, it is a returning Canadian good, not a new US-origin purchase.
My CUSMA-qualifying item shows 0% MFN. Why does the calculator still let me input a duty rate? For categories outside CUSMA's preferential coverage (or where the MFN rate is positive), the duty rate input matters. Textiles, footwear, certain agricultural goods, and tobacco follow positive MFN rates. Default is 0% as a starting hypothesis; raise it for the listed categories.
Does the calculator handle alcohol and tobacco above the personal exemption? No. Alcohol and tobacco above the personal exemption are subject to specific excise duties, special duty rates, and provincial liquor and tobacco-board rules that the calculator does not model. Consult the provincial liquor and tobacco authority of the province of entry.
What happens if the officer assesses a different amount than the calculator? The officer's assessment is the amount due. The calculator is a planning tool, not a substitute for the formal assessment. If you disagree with the assessment, you may request a review (Form B2, Adjustment Request) within 90 days.
Can I appeal a customs duty or surtax assessment after paying? Yes. Request a redetermination via the CBSA recourse process within 90 days of the assessment. Form B2 (Adjustment Request) is the standard mechanism. For commercial-scale disputes, the CITT (Canadian International Trade Tribunal) is the appellate body.
Does CBSA accept a customs broker's pre-clearance for a personal purchase? For commercial entries yes. For personal travelers, no formal pre-clearance exists. The kiosk or officer assessment is final unless contested via Form B2.
Every figure, rate, threshold, and deadline in this guide is drawn from a verifiable primary source listed at the bottom of the page. The article is updated whenever the underlying rules change, with a fresh review date stamped at the top.
Out of scope & related guides
Related guides and what this article does not cover
This guide covers a specific aspect of life in Florida for a Canadian. Adjacent topics (US federal income tax, immigration, health coverage) are covered in the banking, immigration, and health chapters.
Out of scope: county or municipal specifics in Florida (local taxes, zoning, specific HOA rules) that go beyond state-level rules. For those, consult the county tax collector or the relevant association directly.
Sources and references
Public sources verified as of the last review date.
- CBSA, Travellers - Paying duty and taxes. https://www.cbsa-asfc.gc.ca/travel-voyage/pdt-pdt-eng.html
- CBSA, Memorandum D2-3-1, Personal Exemptions for Residents Returning to Canada. https://www.cbsa-asfc.gc.ca/publications/dm-md/d2/d2-3-1-eng.html
- CBSA, Customs Tariff (consolidated schedule). https://www.cbsa-asfc.gc.ca/trade-commerce/tariff-tarif/menu-eng.html
- Department of Finance Canada, United States Surtax Order (March 2025). https://www.canada.ca/en/department-finance.html
- CBSA, Duty and Taxes Estimator. https://travel.gc.ca/returning/customs/duty-taxes-estimator
- Canada Revenue Agency, GST/HST rates and place-of-supply rules. https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/gst-hst-businesses/charge-collect-which-rate.html
- CRA, GST/HST Notice 342, Nova Scotia HST Rate Decrease (April 2025). https://www.canada.ca/en/revenue-agency.html
- Bank of Canada, Daily exchange rates. https://www.bankofcanada.ca/rates/exchange/
- CUSMA / Canada-United States-Mexico Agreement. https://www.international.gc.ca/trade-commerce/trade-agreements-accords-commerciaux/agr-acc/cusma-aceum/index.aspx
- CBSA, Form B2, Adjustment Request. https://www.cbsa-asfc.gc.ca/publications/forms-formulaires/b2-eng.html
- Excise Tax Act (R.S.C., 1985, c. E-15), Part IX. https://laws-lois.justice.gc.ca/eng/acts/e-15/
- Customs Tariff (S.C. 1997, c. 36). https://laws-lois.justice.gc.ca/eng/acts/c-54.011/
Source links have been verified as of the last review date shown at the top of the page. If you spot a broken link or outdated information, please write to editorial@canadaflorida.com. The page will be updated promptly.
Disclaimer
Educational purpose only. This guide is general information drawn from public sources (federal statutes, regulations, agency publications). It is in no way legal, tax, accounting, real estate, financial, immigration, medical, or any other regulated professional advice.
No professional relationship. The reading, downloading, or any use of this guide does not create any attorney-client, accountant-client, broker-client, advisor-client, or any other professional relationship between you and CanadaFlorida or its contributors.
Time validity. The figures, rates, thresholds, forms, timelines, and procedures cited are valid as of the last review date shown at the top of the page. U.S. and Canadian law evolve; the data may become inaccurate without notice.
Mandatory professional consultation. Before any concrete decision, you must consult, for your specific situation, a properly licensed professional (attorney, accountant, broker, insurer, physician) in the relevant jurisdiction.
Limitation of liability. CanadaFlorida, its contributors, and its editors disclaim all liability for any loss, damage, penalty, interest, or any other legal consequence resulting directly or indirectly from the use of this guide. You use this content at your sole and entire risk.
External links. Hyperlinks to third-party sites are provided for reference only. CanadaFlorida has no control over their content and endorses none of the opinions, services, or products that may appear on them.
Jurisdictions. This guide is intended for a Canadian audience (all provinces and territories) currently or potentially living, owning, or moving to Florida. For other situations, the federal U.S. rules remain applicable, but the state environment differs.