Skip to main content
GET
/
funds
List funds
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.

Response

200 - application/json

Funds available in the structured database.

funds
object[]
required