Market Context

Returns simplified contextual metrics about relevant stages and market activity for the given segmentation slug.

Path parameters

segmentationstringRequired
slugstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response
stagestring
The stage of the weather gauge
datestringformat: "date"
The date of the data point
total_amount_raised_annualizeddouble or null
A simple estimate of total amount of fundraising in the market at the stage in a rolling window
rounds_annualizeddouble or null
A simple estimate of total count of rounds in the market at the stage in a rolling window
average_raise_yearsdouble or null
The average number of years between raises in the market at the stage in a rolling window
average_amount_raiseddouble or null
The average amount raised in the market at the stage in a rolling window

Errors