Skip to main content
Glama

kospi-kosdaq

get_stock_trading_volume

Retrieve detailed trading volume and value for a specific stock by investor type on the KOSPI/KOSDAQ markets. Specify a date range and ticker symbol to analyze sell/buy/net buy activity for Financial Investment, Insurance, Trust, and more.

Instructions

Retrieves trading volume by investor type for a specific stock.

Args: fromdate (str): Start date for retrieval (YYYYMMDD) todate (str): End date for retrieval (YYYYMMDD) ticker (str): Stock ticker symbol Returns: DataFrame with columns: - Volume (Sell/Buy/Net Buy) - Trading Value (Sell/Buy/Net Buy) Broken down by investor types (Financial Investment, Insurance, Trust, etc.)

Input Schema

NameRequiredDescriptionDefault
fromdateYes
tickerYes
todateYes

Input Schema (JSON Schema)

{ "properties": { "fromdate": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Fromdate" }, "ticker": { "title": "Ticker", "type": "string" }, "todate": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Todate" } }, "required": [ "fromdate", "todate", "ticker" ], "title": "get_stock_trading_volumeArguments", "type": "object" }

You must be authenticated.

Other Tools from kospi-kosdaq

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dragon1086/kospi-kosdaq-stock-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server