Skip to main content
GET
/
portfolio-entries
List portfolio entries
curl --request GET \
  --url https://mkk.celebi.me/api/portfolio-entries
{
  "total": 123,
  "limit": 123,
  "offset": 123,
  "portfolio_entries": [
    {
      "id": 123,
      "document_id": 123,
      "disclosure_index": "<string>",
      "file_name": "<string>",
      "fund_code": "<string>",
      "fund_title": "<string>",
      "period": "<string>",
      "section": "<string>",
      "security": "<string>",
      "isin": "<string>",
      "issuer": "<string>",
      "bank": "<string>",
      "maturity_date": "<string>",
      "transaction_date": "<string>",
      "price": "<string>",
      "numeric_price": 123,
      "transaction_value": "<string>",
      "numeric_transaction_value": 123,
      "nominal_value": "<string>",
      "numeric_nominal_value": 123,
      "market_value": "<string>",
      "numeric_market_value": 123,
      "rate": "<string>",
      "numeric_rate": 123,
      "amount": "<string>",
      "numeric_amount": 123,
      "currency": "<string>",
      "raw_row": "<string>",
      "columns": [
        {
          "header": "<string>",
          "key": "<string>",
          "value": "<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.

Query Parameters

fund_id
string

Filter by fund code.

fund_code
string

Filter by fund code.

period
string

Filter by report period.

document_id
integer

Filter by internal document id.

Required range: x >= 1
section
string

Filter by portfolio section.

q
string

Text search query.

limit
integer

Maximum number of rows to return.

Required range: 1 <= x <= 500
offset
integer

Number of rows to skip.

Required range: x >= 0

Response

200 - application/json

Paged normalized portfolio entries.

total
integer
required
limit
integer
required
offset
integer
required
portfolio_entries
object[]
required