Krosos
Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Список инструментов сервера (12)
Технические названия из tools/list. Нужны только разработчикам.
| get_dashboard | Net worth, balance sheet and current holdings, in the ledger's base currency. |
| get_net_worth_history | Historical net-worth snapshots (one point per day where recorded). |
| list_transactions | Transaction history as a human-friendly list, newest first. |
| get_reference_data | Valid accounts, providers, tickers, asset classes and categories. Read this before writing: trades and adjustments must use these values unless allow_new_values is set. |
| get_tax_report | Capital-gains / income tax estimate for a year: gains, losses, exemption (including any carried-forward amount), taxable base and estimated tax. |
| get_projection_config | The forecast/FIRE plan's assumptions (salary, expenses, inflation, retirement dates, tax mode). The projection itself is computed client-side. |
| get_prices | Current price per ticker with its source, quote currency and recent change, plus any manual overrides. |
| refresh_prices | Fetch fresh market prices now. With no ticker this refreshes every priced holding; with one it refreshes just that ticker. |
| list_connections | Linked exchange, bank and wallet connections, each with its sync mode (balance updates, or transactions staged for review) and when it last synced. |
| sync_connections | Sync every linked connection in one pass: push the latest balance into each linked holding, and stage new transactions into the review queue. Reports what was written, what was staged and any per-provider errors. |
| log_trade | Log a trade (buy / sell / swap), expressed as from-asset to to-asset. Same body and validation as POST /api/transactions. |
| record_balance_adjustment | Record a signed quantity change on one holding (a balance update that is not a trade). Same body and validation as POST /api/position-adjustments. |