Search Deposits
SearchDepositsSearch and compare bank deposits (lokaty) in Poland. Returns interest rates by amount and period. Call with no filters to get all deposits sorted by interest rate. If no results for a specific period, try without the period filter or try adjacent periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-50). Default 10. | |
| period | No | Filter by deposit period (exact match, case-insensitive). Values: '1M', '3M', '6M', '12M', '18M', '24M', '36M', '48M', '60M'. Leave empty to show all periods. If a specific period returns no results, try without this filter. | |
| sortBy | No | Sort by: 'rate' (default, highest interest first), 'score' (overall ranking). | rate |
| bankName | No | Filter by bank name (substring match, case-insensitive). Use GetBanks to see all available bank names. Leave empty to show all banks. | |
| currency | No | Filter by currency (exact match, case-insensitive). Values: 'PLN', 'EUR', 'USD'. Leave empty to show all currencies. | |
| minInterestRate | No | Minimum interest rate in percent (e.g. 5.0 for 5%). Default 0 = no filter. |