Financial DataRead-only

Get Trades

get_trades

Get investment transactions (buys, sells, dividends) for an investment account over a date range.

Try asking

List my investment trades from the last 90 days.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
bankIdstringrequiredBank connection ID — get from list_banks
accountIdstringrequiredAccount ID — get from list_accounts or get_bank
fromstringoptionalStart date YYYY-MM-DD
tostringoptionalEnd date YYYY-MM-DD

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "get_trades",
"arguments": {
"workspaceId": "workspaceId_123",
"bankId": "bankId_123",
"accountId": "accountId_123"
}
}

Use this tool in

Related Financial Data tools