Market measure by dimension breakdown
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/market/analytics/chart" \ -H "Content-Type: application/json" \ -d '{ "slice": "state" }'{
"data": [
{
"count": 0,
"excluded": 0,
"id": "string",
"label": "string",
"segments": [
{
"label": "string",
"value": 0
}
],
"value": 0
}
],
"measure": "string",
"segment": "string",
"slice": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string",
"limit": 0,
"size": 0
}Search aggregated market data with filters POST
Search aggregated loan origination market data. Filterable dimensions cover geography (state, county, zip), product (loan purpose / type / amortization), borrower demographics, and loan numerics.
Market summary (volume, units, rate, loan amount, credit score, LTV, DTI, income, etc.) with previous-period comparison POST
Next Page