get https://api.bavest.co/v0/etf/kid/
This endpoint returns a Base64-encoded string containing the ETF Key Information Document (KID) PDF.
Example
You can use curl
and base64
to directly download and decode the document:
curl <> | base64 -d > kid.pdf