원클릭으로
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.