Field | Type | Description |
date | String | ISO 8601 formatted date |
fundingRound | ​FundingRound​ | Funding round associated with the valuation |
postMoneyValuation | ​Money​ | Post-Money Valuation |
preMoneyValuation | ​Money​ | Pre-Money Valuation |
source | ​Source​ | URL of Source |
valuationStepUp | Float | Increase in Valuation since Last Funding |
# queryquery findCompanyByDomain($domain: String!) {company(domain: $domain) {privateValuations {commentsdatefundingRound {date}postMoneyValuation {amountcurrency}preMoneyValuation {amountcurrency}source {url}valuationStepUp}}}​# variables{ "domain": "stripe.com" }