$City_1 = Honolulu, HI
$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 150000
YearStart 2000
QuarterStart 1
YearEnd 2010
QuarterEnd 3

function check_year(Lawrence, KS,2000):

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

function check_quarter():

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

function check_year(Lawrence, KS,2010):

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

function check_quarter():

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

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

Data for 2000 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)][2000] element.

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

Data for 2010 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)][2010] element.

function get_valuation():

Purchase price: $150000
Purchase year: 2000
Purchase quarter: 1
Start price index:132.79
Current price index:176.47
Based on HPI the home has appreciated 32.89% in 10.5 years at an average rate of 3.13% per year.
The current appreciations value is: $199341.06
Evaluation year: 2010
Evaluation quarter: 3
Evaluation period: 10.5 years (42 quarters or 126 months).


Array ( [0] => Lawrence, KS [1] => 150000 [2] => 2000 [3] => 1 [4] => 2010 [5] => 3 [6] => 10.5 [7] => 42 [8] => 126 [9] => 199341.06 [10] => 0.32894043226147 [11] => 0.031327660215378 ) 1
Lawrence, KS
150000
2000
1
2010
3
10.5
42
126
199341.06
0.32894043226147
0.031327660215378
Lawrence, KS
150000
2000
1
2010
3
10.5
42
126
199341.06
0.32894043226147
0.031327660215378
132.79
176.47
p_year=2000 / ycount=2000 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
150000
2000(1) : Array[2000][1] : Value = 150000 (150000 / 150000)
qcount=2 / qend=4 / v_quarter=3
150056
2000(2) : Array[2000][2] : Value = 150056 (150000 / 150056)
qcount=3 / qend=4 / v_quarter=3
151661
2000(3) : Array[2000][3] : Value = 151661 (150000 / 151661)
qcount=4 / qend=4 / v_quarter=3
154609
2000(4) : Array[2000][4] : Value = 154609 (150000 / 154609)
p_year=2000 / ycount=2001 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
156676
2001(1) : Array[2001][1] : Value = 156676 (150000 / 156676)
qcount=2 / qend=4 / v_quarter=3
159127
2001(2) : Array[2001][2] : Value = 159127 (150000 / 159127)
qcount=3 / qend=4 / v_quarter=3
161533
2001(3) : Array[2001][3] : Value = 161533 (150000 / 161533)
qcount=4 / qend=4 / v_quarter=3
162561
2001(4) : Array[2001][4] : Value = 162561 (150000 / 162561)
p_year=2000 / ycount=2002 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
166334
2002(1) : Array[2002][1] : Value = 166334 (150000 / 166334)
qcount=2 / qend=4 / v_quarter=3
167351
2002(2) : Array[2002][2] : Value = 167351 (150000 / 167351)
qcount=3 / qend=4 / v_quarter=3
169734
2002(3) : Array[2002][3] : Value = 169734 (150000 / 169734)
qcount=4 / qend=4 / v_quarter=3
170728
2002(4) : Array[2002][4] : Value = 170728 (150000 / 170728)
p_year=2000 / ycount=2003 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
172185
2003(1) : Array[2003][1] : Value = 172185 (150000 / 172185)
qcount=2 / qend=4 / v_quarter=3
174467
2003(2) : Array[2003][2] : Value = 174467 (150000 / 174467)
qcount=3 / qend=4 / v_quarter=3
176930
2003(3) : Array[2003][3] : Value = 176930 (150000 / 176930)
qcount=4 / qend=4 / v_quarter=3
181053
2003(4) : Array[2003][4] : Value = 181053 (150000 / 181053)
p_year=2000 / ycount=2004 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
184159
2004(1) : Array[2004][1] : Value = 184159 (150000 / 184159)
qcount=2 / qend=4 / v_quarter=3
186351
2004(2) : Array[2004][2] : Value = 186351 (150000 / 186351)
qcount=3 / qend=4 / v_quarter=3
188711
2004(3) : Array[2004][3] : Value = 188711 (150000 / 188711)
qcount=4 / qend=4 / v_quarter=3
191807
2004(4) : Array[2004][4] : Value = 191807 (150000 / 191807)
p_year=2000 / ycount=2005 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
196732
2005(1) : Array[2005][1] : Value = 196732 (150000 / 196732)
qcount=2 / qend=4 / v_quarter=3
199194
2005(2) : Array[2005][2] : Value = 199194 (150000 / 199194)
qcount=3 / qend=4 / v_quarter=3
201035
2005(3) : Array[2005][3] : Value = 201035 (150000 / 201035)
qcount=4 / qend=4 / v_quarter=3
201363
2005(4) : Array[2005][4] : Value = 201363 (150000 / 201363)
p_year=2000 / ycount=2006 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
201352
2006(1) : Array[2006][1] : Value = 201352 (150000 / 201363)
qcount=2 / qend=4 / v_quarter=3
205509
2006(2) : Array[2006][2] : Value = 205509 (150000 / 205509)
qcount=3 / qend=4 / v_quarter=3
204628
2006(3) : Array[2006][3] : Value = 204628 (150000 / 205509)
qcount=4 / qend=4 / v_quarter=3
207915
2006(4) : Array[2006][4] : Value = 207915 (150000 / 207915)
p_year=2000 / ycount=2007 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
209474
2007(1) : Array[2007][1] : Value = 209474 (150000 / 209474)
qcount=2 / qend=4 / v_quarter=3
207870
2007(2) : Array[2007][2] : Value = 207870 (150000 / 209474)
qcount=3 / qend=4 / v_quarter=3
206887
2007(3) : Array[2007][3] : Value = 206887 (150000 / 209474)
qcount=4 / qend=4 / v_quarter=3
207644
2007(4) : Array[2007][4] : Value = 207644 (150000 / 209474)
p_year=2000 / ycount=2008 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
210038
2008(1) : Array[2008][1] : Value = 210038 (150000 / 210038)
qcount=2 / qend=4 / v_quarter=3
207553
2008(2) : Array[2008][2] : Value = 207553 (150000 / 210038)
qcount=3 / qend=4 / v_quarter=3
203837
2008(3) : Array[2008][3] : Value = 203837 (150000 / 210038)
qcount=4 / qend=4 / v_quarter=3
206141
2008(4) : Array[2008][4] : Value = 206141 (150000 / 210038)
p_year=2000 / ycount=2009 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
205576
2009(1) : Array[2009][1] : Value = 205576 (150000 / 210038)
qcount=2 / qend=4 / v_quarter=3
201917
2009(2) : Array[2009][2] : Value = 201917 (150000 / 210038)
qcount=3 / qend=4 / v_quarter=3
202549
2009(3) : Array[2009][3] : Value = 202549 (150000 / 210038)
qcount=4 / qend=4 / v_quarter=3
200674
2009(4) : Array[2009][4] : Value = 200674 (150000 / 210038)
p_year=2000 / ycount=2010 / v_year=2010

function check_quarter():

Data for the 1 quarter is in the $c[Lawrence, KS][2010] element.
qcount=1 / qend=3 / v_quarter=3
199138
2010(1) : Array[2010][1] : Value = 199138 (150000 / 210038)
qcount=2 / qend=3 / v_quarter=3
198516
2010(2) : Array[2010][2] : Value = 198516 (150000 / 210038)
qcount=3 / qend=3 / v_quarter=3
199341
2010(3) : Array[2010][3] : Value = 199341 (150000 / 210038)

function get_valuation():

Purchase price: $150000
Purchase year: 2000
Purchase quarter: 1
Start price index:126.20
Current price index:232.41
Based on HPI the home has appreciated 84.16% in 10.5 years at an average rate of 8.02% per year.
The current appreciations value is: $276240.1
Evaluation year: 2010
Evaluation quarter: 3
Evaluation period: 10.5 years (42 quarters or 126 months).


Los Angeles-Long Beach-Glendale, CA (MSAD)
150000
2000
1
2010
3
10.5
42
126
276240.1
0.84160063391442
0.080152441325183
126.20
232.41
p_year=2000 / ycount=2000 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
150000
2000(1) : Array[2000][1] : Value = 150000 (150000 / 150000)
qcount=2 / qend=4 / v_quarter=3
151985
2000(2) : Array[2000][2] : Value = 151985 (150000 / 151985)
qcount=3 / qend=4 / v_quarter=3
155420
2000(3) : Array[2000][3] : Value = 155420 (150000 / 155420)
qcount=4 / qend=4 / v_quarter=3
158914
2000(4) : Array[2000][4] : Value = 158914 (150000 / 158914)
p_year=2000 / ycount=2001 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
163360
2001(1) : Array[2001][1] : Value = 163360 (150000 / 163360)
qcount=2 / qend=4 / v_quarter=3
167080
2001(2) : Array[2001][2] : Value = 167080 (150000 / 167080)
qcount=3 / qend=4 / v_quarter=3
170884
2001(3) : Array[2001][3] : Value = 170884 (150000 / 170884)
qcount=4 / qend=4 / v_quarter=3
174806
2001(4) : Array[2001][4] : Value = 174806 (150000 / 174806)
p_year=2000 / ycount=2002 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
180677
2002(1) : Array[2002][1] : Value = 180677 (150000 / 180677)
qcount=2 / qend=4 / v_quarter=3
187880
2002(2) : Array[2002][2] : Value = 187880 (150000 / 187880)
qcount=3 / qend=4 / v_quarter=3
195095
2002(3) : Array[2002][3] : Value = 195095 (150000 / 195095)
qcount=4 / qend=4 / v_quarter=3
201288
2002(4) : Array[2002][4] : Value = 201288 (150000 / 201288)
p_year=2000 / ycount=2003 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
206779
2003(1) : Array[2003][1] : Value = 206779 (150000 / 206779)
qcount=2 / qend=4 / v_quarter=3
211878
2003(2) : Array[2003][2] : Value = 211878 (150000 / 211878)
qcount=3 / qend=4 / v_quarter=3
220674
2003(3) : Array[2003][3] : Value = 220674 (150000 / 220674)
qcount=4 / qend=4 / v_quarter=3
237528
2003(4) : Array[2003][4] : Value = 237528 (150000 / 237528)
p_year=2000 / ycount=2004 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
247417
2004(1) : Array[2004][1] : Value = 247417 (150000 / 247417)
qcount=2 / qend=4 / v_quarter=3
263510
2004(2) : Array[2004][2] : Value = 263510 (150000 / 263510)
qcount=3 / qend=4 / v_quarter=3
291965
2004(3) : Array[2004][3] : Value = 291965 (150000 / 291965)
qcount=4 / qend=4 / v_quarter=3
302567
2004(4) : Array[2004][4] : Value = 302567 (150000 / 302567)
p_year=2000 / ycount=2005 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
314845
2005(1) : Array[2005][1] : Value = 314845 (150000 / 314845)
qcount=2 / qend=4 / v_quarter=3
333067
2005(2) : Array[2005][2] : Value = 333067 (150000 / 333067)
qcount=3 / qend=4 / v_quarter=3
351811
2005(3) : Array[2005][3] : Value = 351811 (150000 / 351811)
qcount=4 / qend=4 / v_quarter=3
374358
2005(4) : Array[2005][4] : Value = 374358 (150000 / 374358)
p_year=2000 / ycount=2006 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
388253
2006(1) : Array[2006][1] : Value = 388253 (150000 / 388253)
qcount=2 / qend=4 / v_quarter=3
396918
2006(2) : Array[2006][2] : Value = 396918 (150000 / 396918)
qcount=3 / qend=4 / v_quarter=3
403895
2006(3) : Array[2006][3] : Value = 403895 (150000 / 403895)
qcount=4 / qend=4 / v_quarter=3
404334
2006(4) : Array[2006][4] : Value = 404334 (150000 / 404334)
p_year=2000 / ycount=2007 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
401898
2007(1) : Array[2007][1] : Value = 401898 (150000 / 404334)
qcount=2 / qend=4 / v_quarter=3
399307
2007(2) : Array[2007][2] : Value = 399307 (150000 / 404334)
qcount=3 / qend=4 / v_quarter=3
390998
2007(3) : Array[2007][3] : Value = 390998 (150000 / 404334)
qcount=4 / qend=4 / v_quarter=3
377960
2007(4) : Array[2007][4] : Value = 377960 (150000 / 404334)
p_year=2000 / ycount=2008 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
356185
2008(1) : Array[2008][1] : Value = 356185 (150000 / 404334)
qcount=2 / qend=4 / v_quarter=3
327991
2008(2) : Array[2008][2] : Value = 327991 (150000 / 404334)
qcount=3 / qend=4 / v_quarter=3
303792
2008(3) : Array[2008][3] : Value = 303792 (150000 / 404334)
qcount=4 / qend=4 / v_quarter=3
291894
2008(4) : Array[2008][4] : Value = 291894 (150000 / 404334)
p_year=2000 / ycount=2009 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
288114
2009(1) : Array[2009][1] : Value = 288114 (150000 / 404334)
qcount=2 / qend=4 / v_quarter=3
276739
2009(2) : Array[2009][2] : Value = 276739 (150000 / 404334)
qcount=3 / qend=4 / v_quarter=3
272484
2009(3) : Array[2009][3] : Value = 272484 (150000 / 404334)
qcount=4 / qend=4 / v_quarter=3
275717
2009(4) : Array[2009][4] : Value = 275717 (150000 / 404334)
p_year=2000 / ycount=2010 / v_year=2010

function check_quarter():

Data for the 1 quarter is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)][2010] element.
qcount=1 / qend=3 / v_quarter=3
274208
2010(1) : Array[2010][1] : Value = 274208 (150000 / 404334)
qcount=2 / qend=3 / v_quarter=3
273803
2010(2) : Array[2010][2] : Value = 273803 (150000 / 404334)
qcount=3 / qend=3 / v_quarter=3
276240
2010(3) : Array[2010][3] : Value = 276240 (150000 / 404334)
HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+2000+to+2010++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%2449%2C341%2832.89%25%29+++Start%3A+%24150%2C000+End%3A+%24199%2C341
t:150000,150056,151661,154609,156676,159127,161533,162561,166334,167351,169734,170728,172185,174467,176930,181053,184159,186351,188711,191807,196732,199194,201035,201363,201352,205509,204628,207915,209474,207870,206887,207644,210038,207553,203837,206141,205576,201917,202549,200674,199138,198516,199341|150000,151985,155420,158914,163360,167080,170884,174806,180677,187880,195095,201288,206779,211878,220674,237528,247417,263510,291965,302567,314845,333067,351811,374358,388253,396918,403895,404334,401898,399307,390998,377960,356185,327991,303792,291894,288114,276739,272484,275717,274208,273803,276240
00|.|.|.|01|.|.|.|02|.|.|.|03|.|.|.|04|.|.|.|05|.|.|.|06|.|.|.|07|.|.|.|08|.|.|.|09|.|.|.|10|.|.|
137000
417000
50000
137000
417000
Lawrence, KS|Los Angeles-Long Beach-Glendale, CA (MSAD)
0
32
2000
2008
1
1
150000
210038

function graph():

post_chtt HomePriceGraph.com Price appreciation in Lawrence, KS for years 2000 to 2010 |Total appreciation = $49,341(32.89%) Start: $150,000 End: $199,341
post_cht ls
post_chd t:150000,150056,151661,154609,156676,159127,161533,162561,166334,167351,169734,170728,172185,174467,176930,181053,184159,186351,188711,191807,196732,199194,201035,201363,201352,205509,204628,207915,209474,207870,206887,207644,210038,207553,203837,206141,205576,201917,202549,200674,199138,198516,199341|150000,151985,155420,158914,163360,167080,170884,174806,180677,187880,195095,201288,206779,211878,220674,237528,247417,263510,291965,302567,314845,333067,351811,374358,388253,396918,403895,404334,401898,399307,390998,377960,356185,327991,303792,291894,288114,276739,272484,275717,274208,273803,276240
post_chl 00|.|.|.|01|.|.|.|02|.|.|.|03|.|.|.|04|.|.|.|05|.|.|.|06|.|.|.|07|.|.|.|08|.|.|.|09|.|.|.|10|.|.|
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,137000,417000,50000
post_chxs 1,0000DD,18,0,lt,0000DD|2,0000DD,0,l
post_chxtc 1,-800|2,-800
post_chds 137000,417000
post_chf
http://chart.apis.google.com/chart?chid=8bbf0f19a9b50b5fe02746f1fd61bf25+chtt=HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+2000+to+2010++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%2449%2C341%2832.89%25%29+++Start%3A+%24150%2C000+End%3A+%24199%2C341&cht=ls&chd=t%3A150000%2C150056%2C151661%2C154609%2C156676%2C159127%2C161533%2C162561%2C166334%2C167351%2C169734%2C170728%2C172185%2C174467%2C176930%2C181053%2C184159%2C186351%2C188711%2C191807%2C196732%2C199194%2C201035%2C201363%2C201352%2C205509%2C204628%2C207915%2C209474%2C207870%2C206887%2C207644%2C210038%2C207553%2C203837%2C206141%2C205576%2C201917%2C202549%2C200674%2C199138%2C198516%2C199341%7C150000%2C151985%2C155420%2C158914%2C163360%2C167080%2C170884%2C174806%2C180677%2C187880%2C195095%2C201288%2C206779%2C211878%2C220674%2C237528%2C247417%2C263510%2C291965%2C302567%2C314845%2C333067%2C351811%2C374358%2C388253%2C396918%2C403895%2C404334%2C401898%2C399307%2C390998%2C377960%2C356185%2C327991%2C303792%2C291894%2C288114%2C276739%2C272484%2C275717%2C274208%2C273803%2C276240&chl=00%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.%7C07%7C.%7C.%7C.%7C08%7C.%7C.%7C.%7C09%7C.%7C.%7C.%7C10%7C.%7C.%7C&chbh=a&chco=3972cc%2Ccccccc&chs=800x375&chxt=x%2Cy&chxr=1%2C137000%2C417000%2C50000&chxs=1%2C0000DD%2C18%2C0%2Clt%2C0000DD%7C2%2C0000DD%2C0%2Cl&chxtc=1%2C-800%7C2%2C-800&chds=137000%2C417000&chdl=Lawrence%2C+KS%7CLos+Angeles-Long+Beach-Glendale%2C+CA++%28MSAD%29&chdlp=b&chm=tLOW+%3A+%24150%5C%2C000+in+2000%2C3972dd%2C0%2C0%2C16%2C%2Cl%3A%3A-10%7CtHIGH+%3A+%24210%5C%2C038+in+2008%2C3972dd%2C0%2C32%2C16%2C%2Cl%3A%3A1&chma=70%2C30%2C30%2C30DEBUGGING so... exiting before image dump...