$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 110000
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: $110000
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: $187667.17
Evaluation year: 2006
Evaluation quarter: 3
Evaluation period: 10.5 years (42 quarters or 126 months).


Array ( [0] => Lawrence, KS [1] => 110000 [2] => 1996 [3] => 1 [4] => 2006 [5] => 3 [6] => 10.5 [7] => 42 [8] => 126 [9] => 187667.17 [10] => 0.70606517234884 [11] => 0.067244302128461 ) 1
Lawrence, KS
110000
1996
1
2006
3
10.5
42
126
187667.17
0.70606517234884
0.067244302128461
Lawrence, KS
110000
1996
1
2006
3
10.5
42
126
187667.17
0.70606517234884
0.067244302128461
106.18
181.15
p_year=1996 / ycount=1996 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
110000
1996(1) : Array[1996][1] : Value = 110000 (110000 / 110000)
qcount=2 / qend=4 / v_quarter=3
111388
1996(2) : Array[1996][2] : Value = 111388 (110000 / 111388)
qcount=3 / qend=4 / v_quarter=3
113843
1996(3) : Array[1996][3] : Value = 113843 (110000 / 113843)
qcount=4 / qend=4 / v_quarter=3
112673
1996(4) : Array[1996][4] : Value = 112673 (110000 / 113843)
p_year=1996 / ycount=1997 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
114641
1997(1) : Array[1997][1] : Value = 114641 (110000 / 114641)
qcount=2 / qend=4 / v_quarter=3
116029
1997(2) : Array[1997][2] : Value = 116029 (110000 / 116029)
qcount=3 / qend=4 / v_quarter=3
118868
1997(3) : Array[1997][3] : Value = 118868 (110000 / 118868)
qcount=4 / qend=4 / v_quarter=3
118671
1997(4) : Array[1997][4] : Value = 118671 (110000 / 118868)
p_year=1996 / ycount=1998 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
120774
1998(1) : Array[1998][1] : Value = 120774 (110000 / 120774)
qcount=2 / qend=4 / v_quarter=3
122276
1998(2) : Array[1998][2] : Value = 122276 (110000 / 122276)
qcount=3 / qend=4 / v_quarter=3
124794
1998(3) : Array[1998][3] : Value = 124794 (110000 / 124794)
qcount=4 / qend=4 / v_quarter=3
126317
1998(4) : Array[1998][4] : Value = 126317 (110000 / 126317)
p_year=1996 / ycount=1999 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
127591
1999(1) : Array[1999][1] : Value = 127591 (110000 / 127591)
qcount=2 / qend=4 / v_quarter=3
128886
1999(2) : Array[1999][2] : Value = 128886 (110000 / 128886)
qcount=3 / qend=4 / v_quarter=3
131631
1999(3) : Array[1999][3] : Value = 131631 (110000 / 131631)
qcount=4 / qend=4 / v_quarter=3
133289
1999(4) : Array[1999][4] : Value = 133289 (110000 / 133289)
p_year=1996 / ycount=2000 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
137567
2000(1) : Array[2000][1] : Value = 137567 (110000 / 137567)
qcount=2 / qend=4 / v_quarter=3
137619
2000(2) : Array[2000][2] : Value = 137619 (110000 / 137619)
qcount=3 / qend=4 / v_quarter=3
139090
2000(3) : Array[2000][3] : Value = 139090 (110000 / 139090)
qcount=4 / qend=4 / v_quarter=3
141794
2000(4) : Array[2000][4] : Value = 141794 (110000 / 141794)
p_year=1996 / ycount=2001 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
143690
2001(1) : Array[2001][1] : Value = 143690 (110000 / 143690)
qcount=2 / qend=4 / v_quarter=3
145938
2001(2) : Array[2001][2] : Value = 145938 (110000 / 145938)
qcount=3 / qend=4 / v_quarter=3
148145
2001(3) : Array[2001][3] : Value = 148145 (110000 / 148145)
qcount=4 / qend=4 / v_quarter=3
149087
2001(4) : Array[2001][4] : Value = 149087 (110000 / 149087)
p_year=1996 / ycount=2002 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
152548
2002(1) : Array[2002][1] : Value = 152548 (110000 / 152548)
qcount=2 / qend=4 / v_quarter=3
153480
2002(2) : Array[2002][2] : Value = 153480 (110000 / 153480)
qcount=3 / qend=4 / v_quarter=3
155666
2002(3) : Array[2002][3] : Value = 155666 (110000 / 155666)
qcount=4 / qend=4 / v_quarter=3
156578
2002(4) : Array[2002][4] : Value = 156578 (110000 / 156578)
p_year=1996 / ycount=2003 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
157914
2003(1) : Array[2003][1] : Value = 157914 (110000 / 157914)
qcount=2 / qend=4 / v_quarter=3
160007
2003(2) : Array[2003][2] : Value = 160007 (110000 / 160007)
qcount=3 / qend=4 / v_quarter=3
162265
2003(3) : Array[2003][3] : Value = 162265 (110000 / 162265)
qcount=4 / qend=4 / v_quarter=3
166046
2003(4) : Array[2003][4] : Value = 166046 (110000 / 166046)
p_year=1996 / ycount=2004 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
168895
2004(1) : Array[2004][1] : Value = 168895 (110000 / 168895)
qcount=2 / qend=4 / v_quarter=3
170905
2004(2) : Array[2004][2] : Value = 170905 (110000 / 170905)
qcount=3 / qend=4 / v_quarter=3
173070
2004(3) : Array[2004][3] : Value = 173070 (110000 / 173070)
qcount=4 / qend=4 / v_quarter=3
175909
2004(4) : Array[2004][4] : Value = 175909 (110000 / 175909)
p_year=1996 / ycount=2005 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
180426
2005(1) : Array[2005][1] : Value = 180426 (110000 / 180426)
qcount=2 / qend=4 / v_quarter=3
182684
2005(2) : Array[2005][2] : Value = 182684 (110000 / 182684)
qcount=3 / qend=4 / v_quarter=3
184373
2005(3) : Array[2005][3] : Value = 184373 (110000 / 184373)
qcount=4 / qend=4 / v_quarter=3
184673
2005(4) : Array[2005][4] : Value = 184673 (110000 / 184673)
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
184663
2006(1) : Array[2006][1] : Value = 184663 (110000 / 184673)
qcount=2 / qend=3 / v_quarter=3
188475
2006(2) : Array[2006][2] : Value = 188475 (110000 / 188475)
qcount=3 / qend=3 / v_quarter=3
187667
2006(3) : Array[2006][3] : Value = 187667 (110000 / 188475)

function get_valuation():

Purchase price: $110000
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: $363609.92
Evaluation year: 2006
Evaluation quarter: 3
Evaluation period: 10.5 years (42 quarters or 126 months).


Los Angeles-Long Beach-Glendale, CA (MSAD)
110000
1996
1
2006
3
10.5
42
126
363609.92
2.3055447470817
0.21957569019826
102.80
339.81
p_year=1996 / ycount=1996 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
110000
1996(1) : Array[1996][1] : Value = 110000 (110000 / 110000)
qcount=2 / qend=4 / v_quarter=3
107239
1996(2) : Array[1996][2] : Value = 107239 (107239 / 110000)
qcount=3 / qend=4 / v_quarter=3
106619
1996(3) : Array[1996][3] : Value = 106619 (106619 / 110000)
qcount=4 / qend=4 / v_quarter=3
107421
1996(4) : Array[1996][4] : Value = 107421 (106619 / 110000)
p_year=1996 / ycount=1997 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
107582
1997(1) : Array[1997][1] : Value = 107582 (106619 / 110000)
qcount=2 / qend=4 / v_quarter=3
107806
1997(2) : Array[1997][2] : Value = 107806 (106619 / 110000)
qcount=3 / qend=4 / v_quarter=3
110107
1997(3) : Array[1997][3] : Value = 110107 (106619 / 110107)
qcount=4 / qend=4 / v_quarter=3
112696
1997(4) : Array[1997][4] : Value = 112696 (106619 / 112696)
p_year=1996 / ycount=1998 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
115586
1998(1) : Array[1998][1] : Value = 115586 (106619 / 115586)
qcount=2 / qend=4 / v_quarter=3
118175
1998(2) : Array[1998][2] : Value = 118175 (106619 / 118175)
qcount=3 / qend=4 / v_quarter=3
121246
1998(3) : Array[1998][3] : Value = 121246 (106619 / 121246)
qcount=4 / qend=4 / v_quarter=3
124060
1998(4) : Array[1998][4] : Value = 124060 (106619 / 124060)
p_year=1996 / ycount=1999 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
126115
1999(1) : Array[1999][1] : Value = 126115 (106619 / 126115)
qcount=2 / qend=4 / v_quarter=3
127388
1999(2) : Array[1999][2] : Value = 127388 (106619 / 127388)
qcount=3 / qend=4 / v_quarter=3
129304
1999(3) : Array[1999][3] : Value = 129304 (106619 / 129304)
qcount=4 / qend=4 / v_quarter=3
131262
1999(4) : Array[1999][4] : Value = 131262 (106619 / 131262)
p_year=1996 / ycount=2000 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
135039
2000(1) : Array[2000][1] : Value = 135039 (106619 / 135039)
qcount=2 / qend=4 / v_quarter=3
136826
2000(2) : Array[2000][2] : Value = 136826 (106619 / 136826)
qcount=3 / qend=4 / v_quarter=3
139918
2000(3) : Array[2000][3] : Value = 139918 (106619 / 139918)
qcount=4 / qend=4 / v_quarter=3
143064
2000(4) : Array[2000][4] : Value = 143064 (106619 / 143064)
p_year=1996 / ycount=2001 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
147066
2001(1) : Array[2001][1] : Value = 147066 (106619 / 147066)
qcount=2 / qend=4 / v_quarter=3
150415
2001(2) : Array[2001][2] : Value = 150415 (106619 / 150415)
qcount=3 / qend=4 / v_quarter=3
153839
2001(3) : Array[2001][3] : Value = 153839 (106619 / 153839)
qcount=4 / qend=4 / v_quarter=3
157371
2001(4) : Array[2001][4] : Value = 157371 (106619 / 157371)
p_year=1996 / ycount=2002 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
162657
2002(1) : Array[2002][1] : Value = 162657 (106619 / 162657)
qcount=2 / qend=4 / v_quarter=3
169141
2002(2) : Array[2002][2] : Value = 169141 (106619 / 169141)
qcount=3 / qend=4 / v_quarter=3
175636
2002(3) : Array[2002][3] : Value = 175636 (106619 / 175636)
qcount=4 / qend=4 / v_quarter=3
181211
2002(4) : Array[2002][4] : Value = 181211 (106619 / 181211)
p_year=1996 / ycount=2003 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
186155
2003(1) : Array[2003][1] : Value = 186155 (106619 / 186155)
qcount=2 / qend=4 / v_quarter=3
190745
2003(2) : Array[2003][2] : Value = 190745 (106619 / 190745)
qcount=3 / qend=4 / v_quarter=3
198663
2003(3) : Array[2003][3] : Value = 198663 (106619 / 198663)
qcount=4 / qend=4 / v_quarter=3
213837
2003(4) : Array[2003][4] : Value = 213837 (106619 / 213837)
p_year=1996 / ycount=2004 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
222739
2004(1) : Array[2004][1] : Value = 222739 (106619 / 222739)
qcount=2 / qend=4 / v_quarter=3
237228
2004(2) : Array[2004][2] : Value = 237228 (106619 / 237228)
qcount=3 / qend=4 / v_quarter=3
262844
2004(3) : Array[2004][3] : Value = 262844 (106619 / 262844)
qcount=4 / qend=4 / v_quarter=3
272389
2004(4) : Array[2004][4] : Value = 272389 (106619 / 272389)
p_year=1996 / ycount=2005 / v_year=2006
qcount=1 / qend=4 / v_quarter=3
283443
2005(1) : Array[2005][1] : Value = 283443 (106619 / 283443)
qcount=2 / qend=4 / v_quarter=3
299846
2005(2) : Array[2005][2] : Value = 299846 (106619 / 299846)
qcount=3 / qend=4 / v_quarter=3
316721
2005(3) : Array[2005][3] : Value = 316721 (106619 / 316721)
qcount=4 / qend=4 / v_quarter=3
337019
2005(4) : Array[2005][4] : Value = 337019 (106619 / 337019)
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
349528
2006(1) : Array[2006][1] : Value = 349528 (106619 / 349528)
qcount=2 / qend=3 / v_quarter=3
357329
2006(2) : Array[2006][2] : Value = 357329 (106619 / 357329)
qcount=3 / qend=3 / v_quarter=3
363610
2006(3) : Array[2006][3] : Value = 363610 (106619 / 363610)
HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+1996+to+2006++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%2477%2C667%2870.61%25%29+++Start%3A+%24110%2C000+End%3A+%24187%2C667
t:110000,111388,113843,112673,114641,116029,118868,118671,120774,122276,124794,126317,127591,128886,131631,133289,137567,137619,139090,141794,143690,145938,148145,149087,152548,153480,155666,156578,157914,160007,162265,166046,168895,170905,173070,175909,180426,182684,184373,184673,184663,188475,187667|110000,107239,106619,107421,107582,107806,110107,112696,115586,118175,121246,124060,126115,127388,129304,131262,135039,136826,139918,143064,147066,150415,153839,157371,162657,169141,175636,181211,186155,190745,198663,213837,222739,237228,262844,272389,283443,299846,316721,337019,349528,357329,363610
96|.|.|.|97|.|.|.|98|.|.|.|99|.|.|.|00|.|.|.|01|.|.|.|02|.|.|.|03|.|.|.|04|.|.|.|05|.|.|.|06|.|.|
94000
376000
50000
94000
376000
Lawrence, KS|Los Angeles-Long Beach-Glendale, CA (MSAD)
0
41
1996
2006
1
2
110000
188475

function graph():

post_chtt HomePriceGraph.com Price appreciation in Lawrence, KS for years 1996 to 2006 |Total appreciation = $77,667(70.61%) Start: $110,000 End: $187,667
post_cht ls
post_chd t:110000,111388,113843,112673,114641,116029,118868,118671,120774,122276,124794,126317,127591,128886,131631,133289,137567,137619,139090,141794,143690,145938,148145,149087,152548,153480,155666,156578,157914,160007,162265,166046,168895,170905,173070,175909,180426,182684,184373,184673,184663,188475,187667|110000,107239,106619,107421,107582,107806,110107,112696,115586,118175,121246,124060,126115,127388,129304,131262,135039,136826,139918,143064,147066,150415,153839,157371,162657,169141,175636,181211,186155,190745,198663,213837,222739,237228,262844,272389,283443,299846,316721,337019,349528,357329,363610
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,94000,376000,50000
post_chxs 1,0000DD,18,0,lt,0000DD|2,0000DD,0,l
post_chxtc 1,-800|2,-800
post_chds 94000,376000
post_chf
http://chart.apis.google.com/chart?chid=1e519d6ad50281692fd2fa70b666fe01+chtt=HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+1996+to+2006++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%2477%2C667%2870.61%25%29+++Start%3A+%24110%2C000+End%3A+%24187%2C667&cht=ls&chd=t%3A110000%2C111388%2C113843%2C112673%2C114641%2C116029%2C118868%2C118671%2C120774%2C122276%2C124794%2C126317%2C127591%2C128886%2C131631%2C133289%2C137567%2C137619%2C139090%2C141794%2C143690%2C145938%2C148145%2C149087%2C152548%2C153480%2C155666%2C156578%2C157914%2C160007%2C162265%2C166046%2C168895%2C170905%2C173070%2C175909%2C180426%2C182684%2C184373%2C184673%2C184663%2C188475%2C187667%7C110000%2C107239%2C106619%2C107421%2C107582%2C107806%2C110107%2C112696%2C115586%2C118175%2C121246%2C124060%2C126115%2C127388%2C129304%2C131262%2C135039%2C136826%2C139918%2C143064%2C147066%2C150415%2C153839%2C157371%2C162657%2C169141%2C175636%2C181211%2C186155%2C190745%2C198663%2C213837%2C222739%2C237228%2C262844%2C272389%2C283443%2C299846%2C316721%2C337019%2C349528%2C357329%2C363610&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%2C94000%2C376000%2C50000&chxs=1%2C0000DD%2C18%2C0%2Clt%2C0000DD%7C2%2C0000DD%2C0%2Cl&chxtc=1%2C-800%7C2%2C-800&chds=94000%2C376000&chdl=Lawrence%2C+KS%7CLos+Angeles-Long+Beach-Glendale%2C+CA++%28MSAD%29&chdlp=b&chm=tLOW+%3A+%24110%5C%2C000+in+1996%2C3972dd%2C0%2C0%2C16%2C%2Cl%3A%3A-10%7CtHIGH+%3A+%24188%5C%2C475+in+2006%2C3972dd%2C0%2C41%2C16%2C%2Cl%3A%3A1&chma=70%2C30%2C30%2C30DEBUGGING so... exiting before image dump...