$City_1 = Boston-Quincy, MA (MSAD)
$e = bad
$City_2 = Los Angeles-Long Beach-Glendale, CA (MSAD)
$e =
function get_years(Array,Lawrence, KS,) {
1960
Selecting city: Lawrence, KS
Searching backwards from 2025 for most recent data.
0: Year 2025 not found in data for Lawrence, KS.
Most recent data for Lawrence, KS is from 2024.
2024
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
1985
The first year data is available for Lawrence, KS is : 1985 the most recent year of data is 2024.
return Array
}
function get_years(Array,Los Angeles-Long Beach-Glendale, CA (MSAD),) {
1960
Selecting city: Los Angeles-Long Beach-Glendale, CA (MSAD)
Searching backwards from 2025 for most recent data.
0: Year 2025 not found in data for Los Angeles-Long Beach-Glendale, CA (MSAD).
Most recent data for Los Angeles-Long Beach-Glendale, CA (MSAD) is from 2024.
2024
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
1975
The first year data is available for Los Angeles-Long Beach-Glendale, CA (MSAD) is : 1975 the most recent year of data is 2024.
return Array
}

Inputs:

City_1 Lawrence, KS
City_2 Los Angeles-Long Beach-Glendale, CA (MSAD)
Price 185000
YearStart 1996
QuarterStart 1
YearEnd 2006
QuarterEnd 3

function check_year(Lawrence, KS,1996):

Data for 1996 is in the $c[Lawrence, KS] element.

function check_quarter():

Data for the 1 quarter is in the $c[Lawrence, KS][1996] element.
START $v_year = 2006

function check_year(Lawrence, KS,2006):

Data for 2006 is in the $c[Lawrence, KS] element.
END $v_year = 2006

function check_quarter():

Data for the 3 quarter is in the $c[Lawrence, KS][2006] element.

function check_year(Los Angeles-Long Beach-Glendale, CA (MSAD),1996):

Data for 1996 is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)] element.

function check_quarter():

Data for the 1 quarter is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)][1996] element.

function check_year(Los Angeles-Long Beach-Glendale, CA (MSAD),2006):

Data for 2006 is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)] element.

function check_quarter():

Data for the 3 quarter is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)][2006] element.

function get_valuation():

Purchase price: $185000
Purchase year: 1996
Purchase quarter: 1
Start price index:106.18
Current price index:181.15
Based on HPI the home has appreciated 70.61% in 10.5 years at an average rate of 6.72% per year.
The current appreciations value is: $315622.06
Evaluation year: 2006
Evaluation quarter: 3
Evaluation period: 10.5 years (42 quarters or 126 months).


Array ( [0] => Lawrence, KS [1] => 185000 [2] => 1996 [3] => 1 [4] => 2006 [5] => 3 [6] => 10.5 [7] => 42 [8] => 126 [9] => 315622.06 [10] => 0.70606517234884 [11] => 0.067244302128461 ) 1
Lawrence, KS
185000
1996
1
2006
3
10.5
42
126
315622.06
0.70606517234884
0.067244302128461
Lawrence, KS
185000
1996
1
2006
3
10.5
42
126
315622.06
0.70606517234884
0.067244302128461
106.18
181.15
p_year=1996 / ycount=1996 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
185000
1996(1) : Array[1996][1] : Value = 185000 (185000 / 185000)
qcount=2 / qend=4 / v_quarter=3
187335
1996(2) : Array[1996][2] : Value = 187335 (185000 / 187335)
qcount=3 / qend=4 / v_quarter=3
191464
1996(3) : Array[1996][3] : Value = 191464 (185000 / 191464)
qcount=4 / qend=4 / v_quarter=3
189495
1996(4) : Array[1996][4] : Value = 189495 (185000 / 191464)
p_year=1996 / ycount=1997 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
192806
1997(1) : Array[1997][1] : Value = 192806 (185000 / 192806)
qcount=2 / qend=4 / v_quarter=3
195140
1997(2) : Array[1997][2] : Value = 195140 (185000 / 195140)
qcount=3 / qend=4 / v_quarter=3
199914
1997(3) : Array[1997][3] : Value = 199914 (185000 / 199914)
qcount=4 / qend=4 / v_quarter=3
199583
1997(4) : Array[1997][4] : Value = 199583 (185000 / 199914)
p_year=1996 / ycount=1998 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
203120
1998(1) : Array[1998][1] : Value = 203120 (185000 / 203120)
qcount=2 / qend=4 / v_quarter=3
205647
1998(2) : Array[1998][2] : Value = 205647 (185000 / 205647)
qcount=3 / qend=4 / v_quarter=3
209880
1998(3) : Array[1998][3] : Value = 209880 (185000 / 209880)
qcount=4 / qend=4 / v_quarter=3
212442
1998(4) : Array[1998][4] : Value = 212442 (185000 / 212442)
p_year=1996 / ycount=1999 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
214585
1999(1) : Array[1999][1] : Value = 214585 (185000 / 214585)
qcount=2 / qend=4 / v_quarter=3
216763
1999(2) : Array[1999][2] : Value = 216763 (185000 / 216763)
qcount=3 / qend=4 / v_quarter=3
221380
1999(3) : Array[1999][3] : Value = 221380 (185000 / 221380)
qcount=4 / qend=4 / v_quarter=3
224167
1999(4) : Array[1999][4] : Value = 224167 (185000 / 224167)
p_year=1996 / ycount=2000 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
231363
2000(1) : Array[2000][1] : Value = 231363 (185000 / 231363)
qcount=2 / qend=4 / v_quarter=3
231450
2000(2) : Array[2000][2] : Value = 231450 (185000 / 231450)
qcount=3 / qend=4 / v_quarter=3
233924
2000(3) : Array[2000][3] : Value = 233924 (185000 / 233924)
qcount=4 / qend=4 / v_quarter=3
238472
2000(4) : Array[2000][4] : Value = 238472 (185000 / 238472)
p_year=1996 / ycount=2001 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
241660
2001(1) : Array[2001][1] : Value = 241660 (185000 / 241660)
qcount=2 / qend=4 / v_quarter=3
245441
2001(2) : Array[2001][2] : Value = 245441 (185000 / 245441)
qcount=3 / qend=4 / v_quarter=3
249152
2001(3) : Array[2001][3] : Value = 249152 (185000 / 249152)
qcount=4 / qend=4 / v_quarter=3
250738
2001(4) : Array[2001][4] : Value = 250738 (185000 / 250738)
p_year=1996 / ycount=2002 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
256557
2002(1) : Array[2002][1] : Value = 256557 (185000 / 256557)
qcount=2 / qend=4 / v_quarter=3
258125
2002(2) : Array[2002][2] : Value = 258125 (185000 / 258125)
qcount=3 / qend=4 / v_quarter=3
261802
2002(3) : Array[2002][3] : Value = 261802 (185000 / 261802)
qcount=4 / qend=4 / v_quarter=3
263335
2002(4) : Array[2002][4] : Value = 263335 (185000 / 263335)
p_year=1996 / ycount=2003 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
265583
2003(1) : Array[2003][1] : Value = 265583 (185000 / 265583)
qcount=2 / qend=4 / v_quarter=3
269102
2003(2) : Array[2003][2] : Value = 269102 (185000 / 269102)
qcount=3 / qend=4 / v_quarter=3
272900
2003(3) : Array[2003][3] : Value = 272900 (185000 / 272900)
qcount=4 / qend=4 / v_quarter=3
279260
2003(4) : Array[2003][4] : Value = 279260 (185000 / 279260)
p_year=1996 / ycount=2004 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
284051
2004(1) : Array[2004][1] : Value = 284051 (185000 / 284051)
qcount=2 / qend=4 / v_quarter=3
287431
2004(2) : Array[2004][2] : Value = 287431 (185000 / 287431)
qcount=3 / qend=4 / v_quarter=3
291073
2004(3) : Array[2004][3] : Value = 291073 (185000 / 291073)
qcount=4 / qend=4 / v_quarter=3
295847
2004(4) : Array[2004][4] : Value = 295847 (185000 / 295847)
p_year=1996 / ycount=2005 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
303443
2005(1) : Array[2005][1] : Value = 303443 (185000 / 303443)
qcount=2 / qend=4 / v_quarter=3
307241
2005(2) : Array[2005][2] : Value = 307241 (185000 / 307241)
qcount=3 / qend=4 / v_quarter=3
310081
2005(3) : Array[2005][3] : Value = 310081 (185000 / 310081)
qcount=4 / qend=4 / v_quarter=3
310587
2005(4) : Array[2005][4] : Value = 310587 (185000 / 310587)
p_year=1996 / ycount=2006 / v_year=2006

function check_quarter():

Data for the 1 quarter is in the $c[Lawrence, KS][2006] element.
qcount=1 / qend=3 / v_quarter=3
310569
2006(1) : Array[2006][1] : Value = 310569 (185000 / 310587)
qcount=2 / qend=3 / v_quarter=3
316981
2006(2) : Array[2006][2] : Value = 316981 (185000 / 316981)
qcount=3 / qend=3 / v_quarter=3
315622
2006(3) : Array[2006][3] : Value = 315622 (185000 / 316981)

function get_valuation():

Purchase price: $185000
Purchase year: 1996
Purchase quarter: 1
Start price index:102.80
Current price index:339.81
Based on HPI the home has appreciated 230.55% in 10.5 years at an average rate of 21.96% per year.
The current appreciations value is: $611525.78
Evaluation year: 2006
Evaluation quarter: 3
Evaluation period: 10.5 years (42 quarters or 126 months).


Los Angeles-Long Beach-Glendale, CA (MSAD)
185000
1996
1
2006
3
10.5
42
126
611525.78
2.3055447470817
0.21957569019826
102.80
339.81
p_year=1996 / ycount=1996 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
185000
1996(1) : Array[1996][1] : Value = 185000 (185000 / 185000)
qcount=2 / qend=4 / v_quarter=3
180357
1996(2) : Array[1996][2] : Value = 180357 (180357 / 185000)
qcount=3 / qend=4 / v_quarter=3
179313
1996(3) : Array[1996][3] : Value = 179313 (179313 / 185000)
qcount=4 / qend=4 / v_quarter=3
180663
1996(4) : Array[1996][4] : Value = 180663 (179313 / 185000)
p_year=1996 / ycount=1997 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
180933
1997(1) : Array[1997][1] : Value = 180933 (179313 / 185000)
qcount=2 / qend=4 / v_quarter=3
181311
1997(2) : Array[1997][2] : Value = 181311 (179313 / 185000)
qcount=3 / qend=4 / v_quarter=3
185180
1997(3) : Array[1997][3] : Value = 185180 (179313 / 185180)
qcount=4 / qend=4 / v_quarter=3
189535
1997(4) : Array[1997][4] : Value = 189535 (179313 / 189535)
p_year=1996 / ycount=1998 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
194394
1998(1) : Array[1998][1] : Value = 194394 (179313 / 194394)
qcount=2 / qend=4 / v_quarter=3
198749
1998(2) : Array[1998][2] : Value = 198749 (179313 / 198749)
qcount=3 / qend=4 / v_quarter=3
203914
1998(3) : Array[1998][3] : Value = 203914 (179313 / 203914)
qcount=4 / qend=4 / v_quarter=3
208647
1998(4) : Array[1998][4] : Value = 208647 (179313 / 208647)
p_year=1996 / ycount=1999 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
212102
1999(1) : Array[1999][1] : Value = 212102 (179313 / 212102)
qcount=2 / qend=4 / v_quarter=3
214244
1999(2) : Array[1999][2] : Value = 214244 (179313 / 214244)
qcount=3 / qend=4 / v_quarter=3
217465
1999(3) : Array[1999][3] : Value = 217465 (179313 / 217465)
qcount=4 / qend=4 / v_quarter=3
220758
1999(4) : Array[1999][4] : Value = 220758 (179313 / 220758)
p_year=1996 / ycount=2000 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
227111
2000(1) : Array[2000][1] : Value = 227111 (179313 / 227111)
qcount=2 / qend=4 / v_quarter=3
230116
2000(2) : Array[2000][2] : Value = 230116 (179313 / 230116)
qcount=3 / qend=4 / v_quarter=3
235317
2000(3) : Array[2000][3] : Value = 235317 (179313 / 235317)
qcount=4 / qend=4 / v_quarter=3
240608
2000(4) : Array[2000][4] : Value = 240608 (179313 / 240608)
p_year=1996 / ycount=2001 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
247339
2001(1) : Array[2001][1] : Value = 247339 (179313 / 247339)
qcount=2 / qend=4 / v_quarter=3
252971
2001(2) : Array[2001][2] : Value = 252971 (179313 / 252971)
qcount=3 / qend=4 / v_quarter=3
258730
2001(3) : Array[2001][3] : Value = 258730 (179313 / 258730)
qcount=4 / qend=4 / v_quarter=3
264669
2001(4) : Array[2001][4] : Value = 264669 (179313 / 264669)
p_year=1996 / ycount=2002 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
273559
2002(1) : Array[2002][1] : Value = 273559 (179313 / 273559)
qcount=2 / qend=4 / v_quarter=3
284464
2002(2) : Array[2002][2] : Value = 284464 (179313 / 284464)
qcount=3 / qend=4 / v_quarter=3
295388
2002(3) : Array[2002][3] : Value = 295388 (179313 / 295388)
qcount=4 / qend=4 / v_quarter=3
304764
2002(4) : Array[2002][4] : Value = 304764 (179313 / 304764)
p_year=1996 / ycount=2003 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
313078
2003(1) : Array[2003][1] : Value = 313078 (179313 / 313078)
qcount=2 / qend=4 / v_quarter=3
320799
2003(2) : Array[2003][2] : Value = 320799 (179313 / 320799)
qcount=3 / qend=4 / v_quarter=3
334116
2003(3) : Array[2003][3] : Value = 334116 (179313 / 334116)
qcount=4 / qend=4 / v_quarter=3
359634
2003(4) : Array[2003][4] : Value = 359634 (179313 / 359634)
p_year=1996 / ycount=2004 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
374607
2004(1) : Array[2004][1] : Value = 374607 (179313 / 374607)
qcount=2 / qend=4 / v_quarter=3
398974
2004(2) : Array[2004][2] : Value = 398974 (179313 / 398974)
qcount=3 / qend=4 / v_quarter=3
442056
2004(3) : Array[2004][3] : Value = 442056 (179313 / 442056)
qcount=4 / qend=4 / v_quarter=3
458109
2004(4) : Array[2004][4] : Value = 458109 (179313 / 458109)
p_year=1996 / ycount=2005 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
476699
2005(1) : Array[2005][1] : Value = 476699 (179313 / 476699)
qcount=2 / qend=4 / v_quarter=3
504287
2005(2) : Array[2005][2] : Value = 504287 (179313 / 504287)
qcount=3 / qend=4 / v_quarter=3
532667
2005(3) : Array[2005][3] : Value = 532667 (179313 / 532667)
qcount=4 / qend=4 / v_quarter=3
566805
2005(4) : Array[2005][4] : Value = 566805 (179313 / 566805)
p_year=1996 / ycount=2006 / v_year=2006

function check_quarter():

Data for the 1 quarter is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)][2006] element.
qcount=1 / qend=3 / v_quarter=3
587843
2006(1) : Array[2006][1] : Value = 587843 (179313 / 587843)
qcount=2 / qend=3 / v_quarter=3
600962
2006(2) : Array[2006][2] : Value = 600962 (179313 / 600962)
qcount=3 / qend=3 / v_quarter=3
611526
2006(3) : Array[2006][3] : Value = 611526 (179313 / 611526)
HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+1996+to+2006++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%24130%2C622%2870.61%25%29+++Start%3A+%24185%2C000+End%3A+%24315%2C622
t:185000,187335,191464,189495,192806,195140,199914,199583,203120,205647,209880,212442,214585,216763,221380,224167,231363,231450,233924,238472,241660,245441,249152,250738,256557,258125,261802,263335,265583,269102,272900,279260,284051,287431,291073,295847,303443,307241,310081,310587,310569,316981,315622|185000,180357,179313,180663,180933,181311,185180,189535,194394,198749,203914,208647,212102,214244,217465,220758,227111,230116,235317,240608,247339,252971,258730,264669,273559,284464,295388,304764,313078,320799,334116,359634,374607,398974,442056,458109,476699,504287,532667,566805,587843,600962,611526
96|.|.|.|97|.|.|.|98|.|.|.|99|.|.|.|00|.|.|.|01|.|.|.|02|.|.|.|03|.|.|.|04|.|.|.|05|.|.|.|06|.|.|
160000
630000
100000
160000
630000
Lawrence, KS|Los Angeles-Long Beach-Glendale, CA (MSAD)
0
41
1996
2006
1
2
185000
316981

function graph():

post_chtt HomePriceGraph.com Price appreciation in Lawrence, KS for years 1996 to 2006 |Total appreciation = $130,622(70.61%) Start: $185,000 End: $315,622
post_cht ls
post_chd t:185000,187335,191464,189495,192806,195140,199914,199583,203120,205647,209880,212442,214585,216763,221380,224167,231363,231450,233924,238472,241660,245441,249152,250738,256557,258125,261802,263335,265583,269102,272900,279260,284051,287431,291073,295847,303443,307241,310081,310587,310569,316981,315622|185000,180357,179313,180663,180933,181311,185180,189535,194394,198749,203914,208647,212102,214244,217465,220758,227111,230116,235317,240608,247339,252971,258730,264669,273559,284464,295388,304764,313078,320799,334116,359634,374607,398974,442056,458109,476699,504287,532667,566805,587843,600962,611526
post_chl 96|.|.|.|97|.|.|.|98|.|.|.|99|.|.|.|00|.|.|.|01|.|.|.|02|.|.|.|03|.|.|.|04|.|.|.|05|.|.|.|06|.|.|
post_chxl
post_chbh a
post_chco 3972cc,cccccc
post_chs 800x375
post_chdl Lawrence, KS|Los Angeles-Long Beach-Glendale, CA (MSAD)
post_chxt x,y
post_chxr 1,160000,630000,100000
post_chxs 1,0000DD,18,0,lt,0000DD|2,0000DD,0,l
post_chxtc 1,-800|2,-800
post_chds 160000,630000
post_chf
http://chart.apis.google.com/chart?chid=e5adfedfcb3b7a7a5588ba10ccacde8f+chtt=HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+1996+to+2006++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%24130%2C622%2870.61%25%29+++Start%3A+%24185%2C000+End%3A+%24315%2C622&cht=ls&chd=t%3A185000%2C187335%2C191464%2C189495%2C192806%2C195140%2C199914%2C199583%2C203120%2C205647%2C209880%2C212442%2C214585%2C216763%2C221380%2C224167%2C231363%2C231450%2C233924%2C238472%2C241660%2C245441%2C249152%2C250738%2C256557%2C258125%2C261802%2C263335%2C265583%2C269102%2C272900%2C279260%2C284051%2C287431%2C291073%2C295847%2C303443%2C307241%2C310081%2C310587%2C310569%2C316981%2C315622%7C185000%2C180357%2C179313%2C180663%2C180933%2C181311%2C185180%2C189535%2C194394%2C198749%2C203914%2C208647%2C212102%2C214244%2C217465%2C220758%2C227111%2C230116%2C235317%2C240608%2C247339%2C252971%2C258730%2C264669%2C273559%2C284464%2C295388%2C304764%2C313078%2C320799%2C334116%2C359634%2C374607%2C398974%2C442056%2C458109%2C476699%2C504287%2C532667%2C566805%2C587843%2C600962%2C611526&chl=96%7C.%7C.%7C.%7C97%7C.%7C.%7C.%7C98%7C.%7C.%7C.%7C99%7C.%7C.%7C.%7C00%7C.%7C.%7C.%7C01%7C.%7C.%7C.%7C02%7C.%7C.%7C.%7C03%7C.%7C.%7C.%7C04%7C.%7C.%7C.%7C05%7C.%7C.%7C.%7C06%7C.%7C.%7C&chbh=a&chco=3972cc%2Ccccccc&chs=800x375&chxt=x%2Cy&chxr=1%2C160000%2C630000%2C100000&chxs=1%2C0000DD%2C18%2C0%2Clt%2C0000DD%7C2%2C0000DD%2C0%2Cl&chxtc=1%2C-800%7C2%2C-800&chds=160000%2C630000&chdl=Lawrence%2C+KS%7CLos+Angeles-Long+Beach-Glendale%2C+CA++%28MSAD%29&chdlp=b&chm=tLOW+%3A+%24185%5C%2C000+in+1996%2C3972dd%2C0%2C0%2C16%2C%2Cl%3A%3A-10%7CtHIGH+%3A+%24316%5C%2C981+in+2006%2C3972dd%2C0%2C41%2C16%2C%2Cl%3A%3A1&chma=70%2C30%2C30%2C30DEBUGGING so... exiting before image dump...