curl --request GET \
--url https://mkk.celebi.me/api/funds{
"funds": [
{
"id": "<string>",
"fund_code": "<string>",
"document_count": 123,
"period_count": 123,
"line_item_count": 123,
"first_period": "<string>",
"last_period": "<string>",
"fund_title": "<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.
Funds available in the structured database.
Show child attributes
curl --request GET \
--url https://mkk.celebi.me/api/funds{
"funds": [
{
"id": "<string>",
"fund_code": "<string>",
"document_count": 123,
"period_count": 123,
"line_item_count": 123,
"first_period": "<string>",
"last_period": "<string>",
"fund_title": "<string>"
}
]
}