7ed0083c9099

latestOpenAPI 3.0.12026-08-0672227.5 KB

Get sector, country, and holding exposures for the given portfolio and the markdown of respective charts

post/portfolio_exposures

Request body

Example request

{
  "portfolio": [
    {
      "T": "AAPL",
      "A": 5000
    },
    {
      "T": "VWO",
      "A": 3000
    },
    {
      "T": "CUR:USD",
      "A": 2000
    }
  ]
}

Response

OK

country_exposure_chart_markdownstring

Markdown for displaying the country exposure pie chart

sector_exposure_chart_markdownstring

Markdown for displaying the sector exposure pie chart

holding_exposure_chart_markdownstring

Markdown for displaying the holding exposure pie chart