Price Per Area
Prices per area statistics
Properties Analytics
- Basic
Market Analytics
- Price Per Area
- Tension
Price Per Area
Prices per area statistics
Obtain city’s live prices per area statistics.
POST
/
v2
/
protected
/
analytics
/
market
/
price_per_area
/
statistics
curl --request POST \
--url https://api.fluximmo.io/v2/protected/analytics/market/price_per_area/statistics \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"studiedData": [
{
"inseeCode": "75001",
"propertyClass": "CLASS_HOUSE",
"offerType": "OFFER_BUY"
}
]
}'
{
"data": [
{
"average": 250000,
"median": 240000,
"limits": {
"upperBound": 500000,
"lowerBound": 100000,
"count": 50
},
"confidence": {
"upperBound": 550000,
"lowerBound": 90000,
"count": 40
}
}
]
}
Authorizations
Body
application/json
Array of studied data items
INSEE code of the location
Example:
"75001"
Class of the property
Available options:
CLASS_UNKNOWN
, CLASS_HOUSE
, CLASS_FLAT
, CLASS_PROGRAM
, CLASS_SHOP
, CLASS_PREMISES
, CLASS_OFFICE
, CLASS_LAND
, CLASS_BUILDING
, CLASS_PARKING
Type of offer for the property
Available options:
OFFER_UNKNOWN
, OFFER_BUY
, OFFER_RENT
, OFFER_BUSINESS_TAKE_OVER
, OFFER_LEASE_BACK
, OFFER_LIFE_ANNUITY_SALE
, OFFER_HOLIDAYS
Response
200
application/json
Array of data items in the response
Average value for the data
Example:
250000
Median value for the data
Example:
240000
Was this page helpful?
curl --request POST \
--url https://api.fluximmo.io/v2/protected/analytics/market/price_per_area/statistics \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"studiedData": [
{
"inseeCode": "75001",
"propertyClass": "CLASS_HOUSE",
"offerType": "OFFER_BUY"
}
]
}'
{
"data": [
{
"average": 250000,
"median": 240000,
"limits": {
"upperBound": 500000,
"lowerBound": 100000,
"count": 50
},
"confidence": {
"upperBound": 550000,
"lowerBound": 90000,
"count": 40
}
}
]
}