Skip to main content
POST
/
quantlib
/
analysis
/
valuation
/
dcf
/
wacc
Calculate Weighted Average Cost of Capital
curl --request POST \
  --url https://finceptbackend.share.zrok.io/quantlib/analysis/valuation/dcf/wacc \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "success": true,
  "data": {}
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register

Body

application/json

The body is of type object.

Response

200 - application/json

Success

success
boolean
data
object