cURL
curl --request POST \ --url https://tilt.io/api/v1/backchannel/risk/sensitivities \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "portfolio_weights": {}, "tilt_ids": [ "<string>" ], "limit": 50 } '
{ "success": true, "type": "portfolio", "portfolio_macro_exposures": [ { "macro_factor": "<string>", "description": "<string>", "portfolio_exposure": 123, "top_contributors": [ {} ] } ], "results": [ { "tilt_id": "<string>", "sensitivities": {}, "weight": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Macro sensitivities for portfolio or individual stocks
portfolio
individual