extract_entities_code
Extract financial entities and their codes from natural language queries to identify stocks, bonds, funds, cryptocurrencies, and other investment instruments for financial analysis.
Instructions
Extract financial entities from the query, including types such as "stock", "bond", "fund", "cryptocurrency", "index", "commodity", "etf", etc. For entities like stocks or ETF funds, search for their corresponding codes. Finally, return the financial entities appearing in the query, including their types and codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query about financial entities. |