get_instrument_by_order_book_id
Retrieve detailed financial instrument information from Avanza's market data using a unique order book ID to identify stocks, funds, or other securities.
Instructions
Look up a financial instrument by its order book ID.
The order book ID is the unique identifier returned from search results.
Args: ctx: MCP context for logging order_book_id: Order book ID to search for
Returns: First matching search hit if found, None otherwise
Examples: Look up by order book ID: >>> get_instrument_by_order_book_id(order_book_id="878733")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_book_id | Yes |