Skip to main content
GET
/
exports
/
portfolio-entries.csv
Export portfolio entries as CSV
curl --request GET \
  --url https://mkk.celebi.me/api/exports/portfolio-entries.csv
"<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.

export_limit
integer

Maximum number of rows per export query. Defaults to 50000.

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

Number of rows to skip.

Required range: x >= 0

Response

200 - text/csv

CSV export of normalized portfolio entries with document provenance.

The response is of type string.