UpshiftDocs
REST APIInstitutional API

Historical Asset Share Ratio

Time series of the asset-per-share ratio behind NAV.

Get Historical Asset Ratio

Returns the time-series of asset share ratio for a given vault address. Use days_ago = -1 for the full timeseries since inception.

GET
/upshift/historical_asset_share_ratio/chart/{vault_address}

Path Parameters

vault_addressVault Address

Query Parameters

days_ago?Days Ago

If provided, must be at least 7; leave empty for full history

Response Body

curl -X GET "https://api.upshift.finance/api/v1/upshift/historical_asset_share_ratio/chart/string?days_ago=7"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}