$City_1 = Atlanta-Sandy Springs-Marietta, GA
$e = bad
$City_2 = Laredo, TX
$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,Laredo, TX,) {
1960
Selecting city: Laredo, TX
Searching backwards from 2025 for most recent data.
0: Year 2025 not found in data for Laredo, TX.
Most recent data for Laredo, TX 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
1992
The first year data is available for Laredo, TX is : 1992 the most recent year of data is 2024.
return Array
}

Inputs:

City_1 Lawrence, KS
City_2 Laredo, TX
Price 100000
YearStart 2007
QuarterStart 1
YearEnd 2011
QuarterEnd 3

function check_year(Lawrence, KS,2007):

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

function check_quarter():

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

function check_year(Lawrence, KS,2011):

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

function check_quarter():

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

function check_year(Laredo, TX,2007):

Data for 2007 is in the $c[Laredo, TX] element.

function check_quarter():

Data for the 1 quarter is in the $c[Laredo, TX][2007] element.

function check_year(Laredo, TX,2011):

Data for 2011 is in the $c[Laredo, TX] element.

function check_quarter():

Data for the 3 quarter is in the $c[Laredo, TX][2011] element.

function get_valuation():

Purchase price: $100000
Purchase year: 2007
Purchase quarter: 1
Start price index:185.44
Current price index:173.87
Based on HPI the home has appreciated -6.24% in 4.5 years at an average rate of -1.39% per year.
The current appreciations value is: $93760.79
Evaluation year: 2011
Evaluation quarter: 3
Evaluation period: 4.5 years (18 quarters or 54 months).


Array ( [0] => Lawrence, KS [1] => 100000 [2] => 2007 [3] => 1 [4] => 2011 [5] => 3 [6] => 4.5 [7] => 18 [8] => 54 [9] => 93760.79 [10] => -0.062392148403796 [11] => -0.01386492186751 ) 1
Lawrence, KS
100000
2007
1
2011
3
4.5
18
54
93760.79
-0.062392148403796
-0.01386492186751
Lawrence, KS
100000
2007
1
2011
3
4.5
18
54
93760.79
-0.062392148403796
-0.01386492186751
185.44
173.87
p_year=2007 / ycount=2007 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
100000
2007(1) : Array[2007][1] : Value = 100000 (100000 / 100000)
qcount=2 / qend=4 / v_quarter=3
99234
2007(2) : Array[2007][2] : Value = 99234 (99234 / 100000)
qcount=3 / qend=4 / v_quarter=3
98765
2007(3) : Array[2007][3] : Value = 98765 (98765 / 100000)
qcount=4 / qend=4 / v_quarter=3
99126
2007(4) : Array[2007][4] : Value = 99126 (98765 / 100000)
p_year=2007 / ycount=2008 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
100270
2008(1) : Array[2008][1] : Value = 100270 (98765 / 100270)
qcount=2 / qend=4 / v_quarter=3
99083
2008(2) : Array[2008][2] : Value = 99083 (98765 / 100270)
qcount=3 / qend=4 / v_quarter=3
97309
2008(3) : Array[2008][3] : Value = 97309 (97309 / 100270)
qcount=4 / qend=4 / v_quarter=3
98409
2008(4) : Array[2008][4] : Value = 98409 (97309 / 100270)
p_year=2007 / ycount=2009 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
98140
2009(1) : Array[2009][1] : Value = 98140 (97309 / 100270)
qcount=2 / qend=4 / v_quarter=3
96392
2009(2) : Array[2009][2] : Value = 96392 (96392 / 100270)
qcount=3 / qend=4 / v_quarter=3
96694
2009(3) : Array[2009][3] : Value = 96694 (96392 / 100270)
qcount=4 / qend=4 / v_quarter=3
95799
2009(4) : Array[2009][4] : Value = 95799 (95799 / 100270)
p_year=2007 / ycount=2010 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
95066
2010(1) : Array[2010][1] : Value = 95066 (95066 / 100270)
qcount=2 / qend=4 / v_quarter=3
94769
2010(2) : Array[2010][2] : Value = 94769 (94769 / 100270)
qcount=3 / qend=4 / v_quarter=3
95163
2010(3) : Array[2010][3] : Value = 95163 (94769 / 100270)
qcount=4 / qend=4 / v_quarter=3
95616
2010(4) : Array[2010][4] : Value = 95616 (94769 / 100270)
p_year=2007 / ycount=2011 / v_year=2011

function check_quarter():

Data for the 1 quarter is in the $c[Lawrence, KS][2011] element.
qcount=1 / qend=3 / v_quarter=3
92871
2011(1) : Array[2011][1] : Value = 92871 (92871 / 100270)
qcount=2 / qend=3 / v_quarter=3
93642
2011(2) : Array[2011][2] : Value = 93642 (92871 / 100270)
qcount=3 / qend=3 / v_quarter=3
93761
2011(3) : Array[2011][3] : Value = 93761 (92871 / 100270)

function get_valuation():

Purchase price: $100000
Purchase year: 2007
Purchase quarter: 1
Start price index:157.19
Current price index:145.77
Based on HPI the home has appreciated -7.27% in 4.5 years at an average rate of -1.61% per year.
The current appreciations value is: $92734.91
Evaluation year: 2011
Evaluation quarter: 3
Evaluation period: 4.5 years (18 quarters or 54 months).


Laredo, TX
100000
2007
1
2011
3
4.5
18
54
92734.91
-0.072650931993129
-0.016144651554029
157.19
145.77
p_year=2007 / ycount=2007 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
100000
2007(1) : Array[2007][1] : Value = 100000 (100000 / 100000)
qcount=2 / qend=4 / v_quarter=3
98658
2007(2) : Array[2007][2] : Value = 98658 (98658 / 100000)
qcount=3 / qend=4 / v_quarter=3
98696
2007(3) : Array[2007][3] : Value = 98696 (98658 / 100000)
qcount=4 / qend=4 / v_quarter=3
102080
2007(4) : Array[2007][4] : Value = 102080 (98658 / 102080)
p_year=2007 / ycount=2008 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
98174
2008(1) : Array[2008][1] : Value = 98174 (98174 / 102080)
qcount=2 / qend=4 / v_quarter=3
97901
2008(2) : Array[2008][2] : Value = 97901 (97901 / 102080)
qcount=3 / qend=4 / v_quarter=3
100420
2008(3) : Array[2008][3] : Value = 100420 (97901 / 102080)
qcount=4 / qend=4 / v_quarter=3
99733
2008(4) : Array[2008][4] : Value = 99733 (97901 / 102080)
p_year=2007 / ycount=2009 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
100394
2009(1) : Array[2009][1] : Value = 100394 (97901 / 102080)
qcount=2 / qend=4 / v_quarter=3
98028
2009(2) : Array[2009][2] : Value = 98028 (97901 / 102080)
qcount=3 / qend=4 / v_quarter=3
94860
2009(3) : Array[2009][3] : Value = 94860 (94860 / 102080)
qcount=4 / qend=4 / v_quarter=3
97366
2009(4) : Array[2009][4] : Value = 97366 (94860 / 102080)
p_year=2007 / ycount=2010 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
96227
2010(1) : Array[2010][1] : Value = 96227 (94860 / 102080)
qcount=2 / qend=4 / v_quarter=3
89204
2010(2) : Array[2010][2] : Value = 89204 (89204 / 102080)
qcount=3 / qend=4 / v_quarter=3
98441
2010(3) : Array[2010][3] : Value = 98441 (89204 / 102080)
qcount=4 / qend=4 / v_quarter=3
94841
2010(4) : Array[2010][4] : Value = 94841 (89204 / 102080)
p_year=2007 / ycount=2011 / v_year=2011

function check_quarter():

Data for the 1 quarter is in the $c[Laredo, TX][2011] element.
qcount=1 / qend=3 / v_quarter=3
95941
2011(1) : Array[2011][1] : Value = 95941 (89204 / 102080)
qcount=2 / qend=3 / v_quarter=3
91348
2011(2) : Array[2011][2] : Value = 91348 (89204 / 102080)
qcount=3 / qend=3 / v_quarter=3
92735
2011(3) : Array[2011][3] : Value = 92735 (89204 / 102080)
HomePriceGraph.com+++++++++++++++++++++Price+depreciation+in+Lawrence%2C+KS+for+years+2007+to+2011++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+depreciation+%3D+%24-6%2C239%28-6.24%25%29+++Start%3A+%24100%2C000+End%3A+%2493%2C761
t:100000,99234,98765,99126,100270,99083,97309,98409,98140,96392,96694,95799,95066,94769,95163,95616,92871,93642,93761|100000,98658,98696,102080,98174,97901,100420,99733,100394,98028,94860,97366,96227,89204,98441,94841,95941,91348,92735
2007|.|.|.|2008|.|.|.|2009|.|.|.|2010|.|.|.|2011|.|.|
89000
103000
2000
89000
103000
Lawrence, KS|Laredo, TX
16
4
2011
2008
1
1
92871
100270

function graph():

post_chtt HomePriceGraph.com Price depreciation in Lawrence, KS for years 2007 to 2011 |Total depreciation = $-6,239(-6.24%) Start: $100,000 End: $93,761
post_cht ls
post_chd t:100000,99234,98765,99126,100270,99083,97309,98409,98140,96392,96694,95799,95066,94769,95163,95616,92871,93642,93761|100000,98658,98696,102080,98174,97901,100420,99733,100394,98028,94860,97366,96227,89204,98441,94841,95941,91348,92735
post_chl 2007|.|.|.|2008|.|.|.|2009|.|.|.|2010|.|.|.|2011|.|.|
post_chxl
post_chbh a
post_chco 3972cc,cccccc
post_chs 800x375
post_chdl Lawrence, KS|Laredo, TX
post_chxt x,y
post_chxr 1,89000,103000,2000
post_chxs 1,0000DD,18,0,lt,0000DD|2,0000DD,0,l
post_chxtc 1,-800|2,-800
post_chds 89000,103000
post_chf
http://chart.apis.google.com/chart?chid=29a91cc19eb60317ead98106361bc8be+chtt=HomePriceGraph.com+++++++++++++++++++++Price+depreciation+in+Lawrence%2C+KS+for+years+2007+to+2011++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+depreciation+%3D+%24-6%2C239%28-6.24%25%29+++Start%3A+%24100%2C000+End%3A+%2493%2C761&cht=ls&chd=t%3A100000%2C99234%2C98765%2C99126%2C100270%2C99083%2C97309%2C98409%2C98140%2C96392%2C96694%2C95799%2C95066%2C94769%2C95163%2C95616%2C92871%2C93642%2C93761%7C100000%2C98658%2C98696%2C102080%2C98174%2C97901%2C100420%2C99733%2C100394%2C98028%2C94860%2C97366%2C96227%2C89204%2C98441%2C94841%2C95941%2C91348%2C92735&chl=2007%7C.%7C.%7C.%7C2008%7C.%7C.%7C.%7C2009%7C.%7C.%7C.%7C2010%7C.%7C.%7C.%7C2011%7C.%7C.%7C&chbh=a&chco=3972cc%2Ccccccc&chs=800x375&chxt=x%2Cy&chxr=1%2C89000%2C103000%2C2000&chxs=1%2C0000DD%2C18%2C0%2Clt%2C0000DD%7C2%2C0000DD%2C0%2Cl&chxtc=1%2C-800%7C2%2C-800&chds=89000%2C103000&chdl=Lawrence%2C+KS%7CLaredo%2C+TX&chdlp=b&chm=tLOW+%3A+%2492%5C%2C871+in+2011%2C3972dd%2C0%2C16%2C16%2C%2Cl%3A%3A-10%7CtHIGH+%3A+%24100%5C%2C270+in+2008%2C3972dd%2C0%2C4%2C16%2C%2Cl%3A%3A1&chma=70%2C30%2C30%2C30DEBUGGING so... exiting before image dump...