get_directory_list
Retrieve structured directory lists for financial data, including stocks, ETFs, exchanges, sectors, industries, and more. Specify list_type to access targeted market or company information directly from Yahoo Finance.
Instructions
获取市场或公司目录列表。
参数说明: list_type: str 可选值:stock、financial_statement_symbol、cik、symbol_change、etf、 actively_trading、earnings_transcript、available_exchanges、 available_sectors、available_industries、available_countries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
list_type | Yes |
Input Schema (JSON Schema)
{
"properties": {
"list_type": {
"title": "List Type",
"type": "string"
}
},
"required": [
"list_type"
],
"title": "get_directory_listArguments",
"type": "object"
}