Caplight
Supported Asset Type
Private Equity
About Caplight
Caplight’s market data and price discovery tools enable institutional investors, shareholders, and brokers to trade the pre-IPO asset class with more confidence.
API Structure and Data Specification
Companies are identified by their pitchbookID for the testnet proxy. Price data is updated every four hours at the following daily timestamps: UTC timestamps
00:00,
04:00,
08:00,
12:00,
16:00,
20:00
API Format
Endpoint (Testnet):
http://104.155.34.32:5384/proxy/projectId
Response Format
Data is returned as a JSON with the following structure:
Successful response:
{
"date": "2022-09-10",
"price": 15.9,
"estimatedValuation": 2150000000,
"priceStandardError": 1.35,
"generatedAtTimestamp": 1690000000,
"daysSinceLastDataPoint": 10,
"numberOfPoints6mo": 12,
"orderImbalance": {
"bidContribution": 0.53,
"offerContribution": 0.25
}
}
Proxy Implementations
Caplight Testnet ProxyCaplight Mainnet ProxyLast updated
Was this helpful?