بنقرة واحدة
wise-import
Import Wise (TransferWise) CSV exports with multi-currency handling.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Import Wise (TransferWise) CSV exports with multi-currency handling.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | wise-import |
| description | Import Wise (TransferWise) CSV exports with multi-currency handling. |
Import transaction data from Wise (formerly TransferWise) CSV statement exports. Handles multi-currency accounts, conversion fees, and international transfers. Maps Wise's transfer-centric format into Open Accountant transactions.
transaction_search — check for existing Wise transactions to prevent duplicatescategorize — assign categories to imported Wise transactionsexport_transactions — export reconciled Wise data| Wise CSV Column | Open Accountant Field | Notes |
|---|---|---|
TransferWise ID or ID | reference_id | Unique transfer ID for dedup |
Date | date | Completion date |
Description | description | Transfer description / recipient |
Amount | amount | Transaction amount (signed) |
Currency | currency | Source currency ISO code |
Running Balance | — | Not stored |
Exchange Rate | notes | Stored in notes for reference |
Total fees | amount (separate row) | Wise fee (negative = expense) |
To work with Wise exports manually:
Total fees column — use this directly.=Amount * ExchangeRate (use the rate from the Wise statement, not a live rate).Total Inflows: =SUMIFS(Amount, Amount, ">0", Currency, "USD")
Total Outflows: =ABS(SUMIFS(Amount, Amount, "<0", Currency, "USD"))
Total Fees: =ABS(SUMIFS(TotalFees, Currency, "USD"))
Net: =Inflows - Outflows
For developers, Wise has a public API at api.transferwise.com that can pull statements programmatically. Requires an API key from your Wise business account settings.
Batch ID and Reference.