Investor portfolio breakdown by geography

GET/api/portfolio/graphs/investor/{investor}/geography

Path parameters

  • investorintegerRequired#
    The investor ID

Query parameters

  • pre_datestring#
  • currencystringRequired#

Responses

200
{}
404Not found.Error
422Validation error.Error
curl https://your-url.com/kong/core/api/gateway/api/portfolio/graphs/investor/{investor}/geography?pre_date={pre_date}&currency={currency}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"