Skip to main content
GET
/
api
/
segments
Market segmentation overview
curl --request GET \
  --url https://api.carterascolectivas.co/api/segments \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "segments": [
      {
        "segment_key": "<string>",
        "segment_name": "<string>",
        "num_funds": 123,
        "total_aum": 123,
        "total_aum_formatted": "<string>",
        "total_investors": 123,
        "market_share_aum": 123,
        "market_share_investors": 123
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

segment
enum<string>
Available options:
pn,
pj,
institucional,
especiales

Response

200 - application/json

Segment statistics

success
boolean
data
object