fiken_get_account
Retrieve a specific account by its account code for a given company and fiscal year. Use this to access accounting data without needing to list all accounts.
Instructions
Get a specific account by account code for a company
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Fiscal year | |
| accountCode | Yes | Account code (e.g. '1920' or '1500:10001') | |
| companySlug | Yes | Company slug identifier. Use fiken_list_companies to discover available slugs. |