Skip to main content

Valuation

Valuation at a given date

type Valuation {
date: String!
valuation: Long!
}

Fields

date ● String!

Date of the valuation

valuation ● Long!

Valuation in the currency of the company

Example

{
"date": "2020-01-01",
"valuation": 1000000
}

Member Of

ValuationHistory object