curl --request GET \
--url https://mkk.celebi.me/api/stocks{
"total": 123,
"limit": 123,
"offset": 123,
"stocks": [
{
"key": "<string>",
"security": "<string>",
"issuer": "<string>",
"isin": "<string>",
"sections": [
"<string>"
],
"entry_count": 123,
"document_count": 123,
"fund_count": 123,
"latest_holder_count": 123,
"latest_market_value": 123,
"average_weight": 123,
"max_weight": 123,
"latest_period": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.mkk.celebi.me/llms.txt
Use this file to discover all available pages before exploring further.
Text search query.
Maximum number of stocks to return.
1 <= x <= 1000Number of rows to skip.
x >= 0curl --request GET \
--url https://mkk.celebi.me/api/stocks{
"total": 123,
"limit": 123,
"offset": 123,
"stocks": [
{
"key": "<string>",
"security": "<string>",
"issuer": "<string>",
"isin": "<string>",
"sections": [
"<string>"
],
"entry_count": 123,
"document_count": 123,
"fund_count": 123,
"latest_holder_count": 123,
"latest_market_value": 123,
"average_weight": 123,
"max_weight": 123,
"latest_period": "<string>"
}
]
}