$City_1 = Rochester, NY
$e =
$City_2 = Yuma, AZ
$e =
function get_years(Array,Rochester, NY,) {
1960
Selecting city: Rochester, NY
Searching backwards from 2025 for most recent data.
0: Year 2025 not found in data for Rochester, NY.
Most recent data for Rochester, NY 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
1978
The first year data is available for Rochester, NY is : 1978 the most recent year of data is 2024.
return Array
}
function get_years(Array,Yuma, AZ,) {
1960
Selecting city: Yuma, AZ
Searching backwards from 2025 for most recent data.
0: Year 2025 not found in data for Yuma, AZ.
Most recent data for Yuma, AZ 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
1988
The first year data is available for Yuma, AZ is : 1988 the most recent year of data is 2024.
return Array
}

Inputs:

City_1 Rochester, NY
City_2 Yuma, AZ
Price 200000
YearStart 2009
QuarterStart 1
YearEnd 2011
QuarterEnd 3

function check_year(Rochester, NY,2009):

Data for 2009 is in the $c[Rochester, NY] element.

function check_quarter():

Data for the 1 quarter is in the $c[Rochester, NY][2009] element.
START $v_year = 2011

function check_year(Rochester, NY,2011):

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

function check_quarter():

Data for the 3 quarter is in the $c[Rochester, NY][2011] element.

function check_year(Yuma, AZ,2009):

Data for 2009 is in the $c[Yuma, AZ] element.

function check_quarter():

Data for the 1 quarter is in the $c[Yuma, AZ][2009] element.

function check_year(Yuma, AZ,2011):

Data for 2011 is in the $c[Yuma, AZ] element.

function check_quarter():

Data for the 3 quarter is in the $c[Yuma, AZ][2011] element.

function get_valuation():

Purchase price: $200000
Purchase year: 2009
Purchase quarter: 1
Start price index:140.43
Current price index:139.29
Based on HPI the home has appreciated -0.81% in 2.5 years at an average rate of -0.32% per year.
The current appreciations value is: $198376.42
Evaluation year: 2011
Evaluation quarter: 3
Evaluation period: 2.5 years (10 quarters or 30 months).


Array ( [0] => Rochester, NY [1] => 200000 [2] => 2009 [3] => 1 [4] => 2011 [5] => 3 [6] => 2.5 [7] => 10 [8] => 30 [9] => 198376.42 [10] => -0.0081179235206154 [11] => -0.0032471694082461 ) 1
Rochester, NY
200000
2009
1
2011
3
2.5
10
30
198376.42
-0.0081179235206154
-0.0032471694082461
Rochester, NY
200000
2009
1
2011
3
2.5
10
30
198376.42
-0.0081179235206154
-0.0032471694082461
140.43
139.29
p_year=2009 / ycount=2009 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
200000
2009(1) : Array[2009][1] : Value = 200000 (200000 / 200000)
qcount=2 / qend=4 / v_quarter=3
199089
2009(2) : Array[2009][2] : Value = 199089 (199089 / 200000)
qcount=3 / qend=4 / v_quarter=3
198376
2009(3) : Array[2009][3] : Value = 198376 (198376 / 200000)
qcount=4 / qend=4 / v_quarter=3
198206
2009(4) : Array[2009][4] : Value = 198206 (198206 / 200000)
p_year=2009 / ycount=2010 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
198732
2010(1) : Array[2010][1] : Value = 198732 (198206 / 200000)
qcount=2 / qend=4 / v_quarter=3
196853
2010(2) : Array[2010][2] : Value = 196853 (196853 / 200000)
qcount=3 / qend=4 / v_quarter=3
199558
2010(3) : Array[2010][3] : Value = 199558 (196853 / 200000)
qcount=4 / qend=4 / v_quarter=3
199815
2010(4) : Array[2010][4] : Value = 199815 (196853 / 200000)
p_year=2009 / ycount=2011 / v_year=2011

function check_quarter():

Data for the 1 quarter is in the $c[Rochester, NY][2011] element.
qcount=1 / qend=3 / v_quarter=3
198191
2011(1) : Array[2011][1] : Value = 198191 (196853 / 200000)
qcount=2 / qend=3 / v_quarter=3
195884
2011(2) : Array[2011][2] : Value = 195884 (195884 / 200000)
qcount=3 / qend=3 / v_quarter=3
198376
2011(3) : Array[2011][3] : Value = 198376 (195884 / 200000)

function get_valuation():

Purchase price: $200000
Purchase year: 2009
Purchase quarter: 1
Start price index:198.63
Current price index:146.32
Based on HPI the home has appreciated -26.34% in 2.5 years at an average rate of -10.53% per year.
The current appreciations value is: $147329.21
Evaluation year: 2011
Evaluation quarter: 3
Evaluation period: 2.5 years (10 quarters or 30 months).


Yuma, AZ
200000
2009
1
2011
3
2.5
10
30
147329.21
-0.26335397472688
-0.10534158989075
198.63
146.32
p_year=2009 / ycount=2009 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
200000
2009(1) : Array[2009][1] : Value = 200000 (200000 / 200000)
qcount=2 / qend=4 / v_quarter=3
187867
2009(2) : Array[2009][2] : Value = 187867 (187867 / 200000)
qcount=3 / qend=4 / v_quarter=3
180033
2009(3) : Array[2009][3] : Value = 180033 (180033 / 200000)
qcount=4 / qend=4 / v_quarter=3
177002
2009(4) : Array[2009][4] : Value = 177002 (177002 / 200000)
p_year=2009 / ycount=2010 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
171324
2010(1) : Array[2010][1] : Value = 171324 (171324 / 200000)
qcount=2 / qend=4 / v_quarter=3
165937
2010(2) : Array[2010][2] : Value = 165937 (165937 / 200000)
qcount=3 / qend=4 / v_quarter=3
165876
2010(3) : Array[2010][3] : Value = 165876 (165876 / 200000)
qcount=4 / qend=4 / v_quarter=3
160812
2010(4) : Array[2010][4] : Value = 160812 (160812 / 200000)
p_year=2009 / ycount=2011 / v_year=2011

function check_quarter():

Data for the 1 quarter is in the $c[Yuma, AZ][2011] element.
qcount=1 / qend=3 / v_quarter=3
155334
2011(1) : Array[2011][1] : Value = 155334 (155334 / 200000)
qcount=2 / qend=3 / v_quarter=3
149303
2011(2) : Array[2011][2] : Value = 149303 (149303 / 200000)
qcount=3 / qend=3 / v_quarter=3
147329
2011(3) : Array[2011][3] : Value = 147329 (147329 / 200000)
HomePriceGraph.com++++++++++++++++++++Price+depreciation+in+Rochester%2C+NY+for+years+2009+to+2011+++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+depreciation+%3D+%24-1%2C624%28-0.81%25%29+++Start%3A+%24200%2C000+End%3A+%24198%2C376
t:200000,199089,198376,198206,198732,196853,199558,199815,198191,195884,198376|200000,187867,180033,177002,171324,165937,165876,160812,155334,149303,147329
2009|.|.|.|2010|.|.|.|2011|.|.|
145000
203000
10000
145000
203000
Rochester, NY|Yuma, AZ
9
0
2011
2009
2
1
195884
200000

function graph():

post_chtt HomePriceGraph.com Price depreciation in Rochester, NY for years 2009 to 2011 |Total depreciation = $-1,624(-0.81%) Start: $200,000 End: $198,376
post_cht ls
post_chd t:200000,199089,198376,198206,198732,196853,199558,199815,198191,195884,198376|200000,187867,180033,177002,171324,165937,165876,160812,155334,149303,147329
post_chl 2009|.|.|.|2010|.|.|.|2011|.|.|
post_chxl
post_chbh a
post_chco 3972cc,cccccc
post_chs 800x375
post_chdl Rochester, NY|Yuma, AZ
post_chxt x,y
post_chxr 1,145000,203000,10000
post_chxs 1,0000DD,18,0,lt,0000DD|2,0000DD,0,l
post_chxtc 1,-800|2,-800
post_chds 145000,203000
post_chf
http://chart.apis.google.com/chart?chid=188feef0ad5ceb736e9b505cdbc2284a+chtt=HomePriceGraph.com++++++++++++++++++++Price+depreciation+in+Rochester%2C+NY+for+years+2009+to+2011+++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+depreciation+%3D+%24-1%2C624%28-0.81%25%29+++Start%3A+%24200%2C000+End%3A+%24198%2C376&cht=ls&chd=t%3A200000%2C199089%2C198376%2C198206%2C198732%2C196853%2C199558%2C199815%2C198191%2C195884%2C198376%7C200000%2C187867%2C180033%2C177002%2C171324%2C165937%2C165876%2C160812%2C155334%2C149303%2C147329&chl=2009%7C.%7C.%7C.%7C2010%7C.%7C.%7C.%7C2011%7C.%7C.%7C&chbh=a&chco=3972cc%2Ccccccc&chs=800x375&chxt=x%2Cy&chxr=1%2C145000%2C203000%2C10000&chxs=1%2C0000DD%2C18%2C0%2Clt%2C0000DD%7C2%2C0000DD%2C0%2Cl&chxtc=1%2C-800%7C2%2C-800&chds=145000%2C203000&chdl=Rochester%2C+NY%7CYuma%2C+AZ&chdlp=b&chm=tLOW+%3A+%24195%5C%2C884+in+2011%2C3972dd%2C0%2C9%2C16%2C%2Cl%3A%3A-10%7CtHIGH+%3A+%24200%5C%2C000+in+2009%2C3972dd%2C0%2C0%2C16%2C%2Cl%3A%3A1&chma=70%2C30%2C30%2C30DEBUGGING so... exiting before image dump...