mmex_stocks_get
Retrieve a stock record by its ID from a Money Manager EX database. Provide the stock ID and optional database path and encryption key.
Instructions
Get a stock by its ID.
Args:
id: The stock ID.
db_path: Path to the .mmb database file. Optional if MMEX_DB_PATH env var is set.
db_key: Encryption key for SQLCipher databases. Optional if MMEX_DB_KEY env var is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |