Skip to main content
Glama

kospi-kosdaq

get_stock_market_cap

Retrieve market capitalization data for a specific stock within a defined date range, including trading volume, value, and listed shares. Use for analyzing KOSPI/KOSDAQ stocks efficiently.

Instructions

Retrieves market capitalization data 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:
        >> get_stock_market_cap("20150720", "20150724", "005930")
                          Market Cap  Volume      Trading Value  Listed Shares
        Date
        2015-07-24  181030885173000  196584  241383636000  147299337
        2015-07-23  181767381858000  208965  259446564000  147299337
        2015-07-22  184566069261000  268323  333813094000  147299337
        2015-07-21  186039062631000  194055  244129106000  147299337
        2015-07-20  187806654675000  128928  165366199000  147299337

Input Schema

NameRequiredDescriptionDefault
fromdateYes
tickerYes
todateYes

Input Schema (JSON Schema)

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

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