Market trends
Read public Redfin Data Center regional trend rows from JSON or CSV downloads.
redfin.market.trends
/execute
Shared execution endpoint
Input parameters
end_date
string
optional
Optional inclusive period end in YYYY-MM-DD format.
limit
integer
optional
Maximum matching monthly rows to return.
12
metric
string
optional
Normalized market metric returned in each row value.
median_sale_price
region
string
required
Exact Redfin Data Center region name, for example Seattle, WA.
Seattle, WA
start_date
string
optional
Optional inclusive period start in YYYY-MM-DD format.
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
metric |
string |
median_sale_price |
region |
string |
Seattle, WA |
rows |
array |
3 items |
rows |
array |
3 items |
source |
string |
Redfin Data Center S3 housing_market/monthly/top_50_cities.csv |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.