$City_1 = Albuquerque, NM
$e =
$City_2 = Los Angeles-Long Beach-Glendale, CA (MSAD)
$e =
function get_years(Array,Albuquerque, NM,) {
1960
Selecting city: Albuquerque, NM
Searching backwards from 2025 for most recent data.
0: Year 2025 not found in data for Albuquerque, NM.
Most recent data for Albuquerque, NM 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
1977
The first year data is available for Albuquerque, NM is : 1977 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 Albuquerque, NM
City_2 Los Angeles-Long Beach-Glendale, CA (MSAD)
Price 1200000
YearStart 2005
QuarterStart 1
YearEnd 2010
QuarterEnd 3

function check_year(Albuquerque, NM,2005):

Data for 2005 is in the $c[Albuquerque, NM] element.

function check_quarter():

Data for the 1 quarter is in the $c[Albuquerque, NM][2005] element.
START $v_year = 2010

function check_year(Albuquerque, NM,2010):

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

function check_quarter():

Data for the 3 quarter is in the $c[Albuquerque, NM][2010] element.

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

Data for 2005 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)][2005] 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: $1200000
Purchase year: 2005
Purchase quarter: 1
Start price index:137.00
Current price index:161.43
Based on HPI the home has appreciated 17.83% in 5.5 years at an average rate of 3.24% per year.
The current appreciations value is: $1413985.4
Evaluation year: 2010
Evaluation quarter: 3
Evaluation period: 5.5 years (22 quarters or 66 months).


Array ( [0] => Albuquerque, NM [1] => 1200000 [2] => 2005 [3] => 1 [4] => 2010 [5] => 3 [6] => 5.5 [7] => 22 [8] => 66 [9] => 1413985.4 [10] => 0.17832116788321 [11] => 0.03242203052422 ) 1
Albuquerque, NM
1200000
2005
1
2010
3
5.5
22
66
1413985.4
0.17832116788321
0.03242203052422
Albuquerque, NM
1200000
2005
1
2010
3
5.5
22
66
1413985.4
0.17832116788321
0.03242203052422
137.00
161.43
p_year=2005 / ycount=2005 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1200000
2005(1) : Array[2005][1] : Value = 1200000 (1200000 / 1200000)
qcount=2 / qend=4 / v_quarter=3
1261839
2005(2) : Array[2005][2] : Value = 1261839 (1200000 / 1261839)
qcount=3 / qend=4 / v_quarter=3
1315007
2005(3) : Array[2005][3] : Value = 1315007 (1200000 / 1315007)
qcount=4 / qend=4 / v_quarter=3
1356000
2005(4) : Array[2005][4] : Value = 1356000 (1200000 / 1356000)
p_year=2005 / ycount=2006 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1406715
2006(1) : Array[2006][1] : Value = 1406715 (1200000 / 1406715)
qcount=2 / qend=4 / v_quarter=3
1462511
2006(2) : Array[2006][2] : Value = 1462511 (1200000 / 1462511)
qcount=3 / qend=4 / v_quarter=3
1514453
2006(3) : Array[2006][3] : Value = 1514453 (1200000 / 1514453)
qcount=4 / qend=4 / v_quarter=3
1543796
2006(4) : Array[2006][4] : Value = 1543796 (1200000 / 1543796)
p_year=2005 / ycount=2007 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1564818
2007(1) : Array[2007][1] : Value = 1564818 (1200000 / 1564818)
qcount=2 / qend=4 / v_quarter=3
1579095
2007(2) : Array[2007][2] : Value = 1579095 (1200000 / 1579095)
qcount=3 / qend=4 / v_quarter=3
1583737
2007(3) : Array[2007][3] : Value = 1583737 (1200000 / 1583737)
qcount=4 / qend=4 / v_quarter=3
1585401
2007(4) : Array[2007][4] : Value = 1585401 (1200000 / 1585401)
p_year=2005 / ycount=2008 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1589343
2008(1) : Array[2008][1] : Value = 1589343 (1200000 / 1589343)
qcount=2 / qend=4 / v_quarter=3
1566044
2008(2) : Array[2008][2] : Value = 1566044 (1200000 / 1589343)
qcount=3 / qend=4 / v_quarter=3
1529343
2008(3) : Array[2008][3] : Value = 1529343 (1200000 / 1589343)
qcount=4 / qend=4 / v_quarter=3
1520847
2008(4) : Array[2008][4] : Value = 1520847 (1200000 / 1589343)
p_year=2005 / ycount=2009 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1531007
2009(1) : Array[2009][1] : Value = 1531007 (1200000 / 1589343)
qcount=2 / qend=4 / v_quarter=3
1476000
2009(2) : Array[2009][2] : Value = 1476000 (1200000 / 1589343)
qcount=3 / qend=4 / v_quarter=3
1440876
2009(3) : Array[2009][3] : Value = 1440876 (1200000 / 1589343)
qcount=4 / qend=4 / v_quarter=3
1435445
2009(4) : Array[2009][4] : Value = 1435445 (1200000 / 1589343)
p_year=2005 / ycount=2010 / v_year=2010

function check_quarter():

Data for the 1 quarter is in the $c[Albuquerque, NM][2010] element.
qcount=1 / qend=3 / v_quarter=3
1431241
2010(1) : Array[2010][1] : Value = 1431241 (1200000 / 1589343)
qcount=2 / qend=3 / v_quarter=3
1408730
2010(2) : Array[2010][2] : Value = 1408730 (1200000 / 1589343)
qcount=3 / qend=3 / v_quarter=3
1413985
2010(3) : Array[2010][3] : Value = 1413985 (1200000 / 1589343)

function get_valuation():

Purchase price: $1200000
Purchase year: 2005
Purchase quarter: 1
Start price index:264.89
Current price index:232.41
Based on HPI the home has appreciated -12.26% in 5.5 years at an average rate of -2.23% per year.
The current appreciations value is: $1052859.68
Evaluation year: 2010
Evaluation quarter: 3
Evaluation period: 5.5 years (22 quarters or 66 months).


Los Angeles-Long Beach-Glendale, CA (MSAD)
1200000
2005
1
2010
3
5.5
22
66
1052859.68
-0.12261693533165
-0.022293988242118
264.89
232.41
p_year=2005 / ycount=2005 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1200000
2005(1) : Array[2005][1] : Value = 1200000 (1200000 / 1200000)
qcount=2 / qend=4 / v_quarter=3
1269448
2005(2) : Array[2005][2] : Value = 1269448 (1200000 / 1269448)
qcount=3 / qend=4 / v_quarter=3
1340889
2005(3) : Array[2005][3] : Value = 1340889 (1200000 / 1340889)
qcount=4 / qend=4 / v_quarter=3
1426826
2005(4) : Array[2005][4] : Value = 1426826 (1200000 / 1426826)
p_year=2005 / ycount=2006 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1479784
2006(1) : Array[2006][1] : Value = 1479784 (1200000 / 1479784)
qcount=2 / qend=4 / v_quarter=3
1512809
2006(2) : Array[2006][2] : Value = 1512809 (1200000 / 1512809)
qcount=3 / qend=4 / v_quarter=3
1539401
2006(3) : Array[2006][3] : Value = 1539401 (1200000 / 1539401)
qcount=4 / qend=4 / v_quarter=3
1541077
2006(4) : Array[2006][4] : Value = 1541077 (1200000 / 1541077)
p_year=2005 / ycount=2007 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1531791
2007(1) : Array[2007][1] : Value = 1531791 (1200000 / 1541077)
qcount=2 / qend=4 / v_quarter=3
1521915
2007(2) : Array[2007][2] : Value = 1521915 (1200000 / 1541077)
qcount=3 / qend=4 / v_quarter=3
1490249
2007(3) : Array[2007][3] : Value = 1490249 (1200000 / 1541077)
qcount=4 / qend=4 / v_quarter=3
1440553
2007(4) : Array[2007][4] : Value = 1440553 (1200000 / 1541077)
p_year=2005 / ycount=2008 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1357560
2008(1) : Array[2008][1] : Value = 1357560 (1200000 / 1541077)
qcount=2 / qend=4 / v_quarter=3
1250104
2008(2) : Array[2008][2] : Value = 1250104 (1200000 / 1541077)
qcount=3 / qend=4 / v_quarter=3
1157869
2008(3) : Array[2008][3] : Value = 1157869 (1157869 / 1541077)
qcount=4 / qend=4 / v_quarter=3
1112522
2008(4) : Array[2008][4] : Value = 1112522 (1112522 / 1541077)
p_year=2005 / ycount=2009 / v_year=2010
qcount=1 / qend=4 / v_quarter=3
1098116
2009(1) : Array[2009][1] : Value = 1098116 (1098116 / 1541077)
qcount=2 / qend=4 / v_quarter=3
1054762
2009(2) : Array[2009][2] : Value = 1054762 (1054762 / 1541077)
qcount=3 / qend=4 / v_quarter=3
1038544
2009(3) : Array[2009][3] : Value = 1038544 (1038544 / 1541077)
qcount=4 / qend=4 / v_quarter=3
1050866
2009(4) : Array[2009][4] : Value = 1050866 (1038544 / 1541077)
p_year=2005 / 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
1045113
2010(1) : Array[2010][1] : Value = 1045113 (1038544 / 1541077)
qcount=2 / qend=3 / v_quarter=3
1043573
2010(2) : Array[2010][2] : Value = 1043573 (1038544 / 1541077)
qcount=3 / qend=3 / v_quarter=3
1052860
2010(3) : Array[2010][3] : Value = 1052860 (1038544 / 1541077)
HomePriceGraph.com++++++++++++++++++Price+appreciation+in+Albuquerque%2C+NM+for+years+2005+to+2010+++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%24213%2C985%2817.83%25%29+++Start%3A+%241%2C200%2C000+End%3A+%241%2C413%2C985
t:1200000,1261839,1315007,1356000,1406715,1462511,1514453,1543796,1564818,1579095,1583737,1585401,1589343,1566044,1529343,1520847,1531007,1476000,1440876,1435445,1431241,1408730,1413985|1200000,1269448,1340889,1426826,1479784,1512809,1539401,1541077,1531791,1521915,1490249,1440553,1357560,1250104,1157869,1112522,1098116,1054762,1038544,1050866,1045113,1043573,1052860
2005|.|.|.|2006|.|.|.|2007|.|.|.|2008|.|.|.|2009|.|.|.|2010|.|.|
1010000
1610000
100000
1010000
1610000
Albuquerque, NM|Los Angeles-Long Beach-Glendale, CA (MSAD)
0
12
2005
2008
1
1
1200000
1589343

function graph():

post_chtt HomePriceGraph.com Price appreciation in Albuquerque, NM for years 2005 to 2010 |Total appreciation = $213,985(17.83%) Start: $1,200,000 End: $1,413,985
post_cht ls
post_chd t:1200000,1261839,1315007,1356000,1406715,1462511,1514453,1543796,1564818,1579095,1583737,1585401,1589343,1566044,1529343,1520847,1531007,1476000,1440876,1435445,1431241,1408730,1413985|1200000,1269448,1340889,1426826,1479784,1512809,1539401,1541077,1531791,1521915,1490249,1440553,1357560,1250104,1157869,1112522,1098116,1054762,1038544,1050866,1045113,1043573,1052860
post_chl 2005|.|.|.|2006|.|.|.|2007|.|.|.|2008|.|.|.|2009|.|.|.|2010|.|.|
post_chxl
post_chbh a
post_chco 3972cc,cccccc
post_chs 800x375
post_chdl Albuquerque, NM|Los Angeles-Long Beach-Glendale, CA (MSAD)
post_chxt x,y
post_chxr 1,1010000,1610000,100000
post_chxs 1,0000DD,18,0,lt,0000DD|2,0000DD,0,l
post_chxtc 1,-800|2,-800
post_chds 1010000,1610000
post_chf
http://chart.apis.google.com/chart?chid=8bad2d772a5e9056d69a373a339ee7e5+chtt=HomePriceGraph.com++++++++++++++++++Price+appreciation+in+Albuquerque%2C+NM+for+years+2005+to+2010+++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%24213%2C985%2817.83%25%29+++Start%3A+%241%2C200%2C000+End%3A+%241%2C413%2C985&cht=ls&chd=t%3A1200000%2C1261839%2C1315007%2C1356000%2C1406715%2C1462511%2C1514453%2C1543796%2C1564818%2C1579095%2C1583737%2C1585401%2C1589343%2C1566044%2C1529343%2C1520847%2C1531007%2C1476000%2C1440876%2C1435445%2C1431241%2C1408730%2C1413985%7C1200000%2C1269448%2C1340889%2C1426826%2C1479784%2C1512809%2C1539401%2C1541077%2C1531791%2C1521915%2C1490249%2C1440553%2C1357560%2C1250104%2C1157869%2C1112522%2C1098116%2C1054762%2C1038544%2C1050866%2C1045113%2C1043573%2C1052860&chl=2005%7C.%7C.%7C.%7C2006%7C.%7C.%7C.%7C2007%7C.%7C.%7C.%7C2008%7C.%7C.%7C.%7C2009%7C.%7C.%7C.%7C2010%7C.%7C.%7C&chbh=a&chco=3972cc%2Ccccccc&chs=800x375&chxt=x%2Cy&chxr=1%2C1010000%2C1610000%2C100000&chxs=1%2C0000DD%2C18%2C0%2Clt%2C0000DD%7C2%2C0000DD%2C0%2Cl&chxtc=1%2C-800%7C2%2C-800&chds=1010000%2C1610000&chdl=Albuquerque%2C+NM%7CLos+Angeles-Long+Beach-Glendale%2C+CA++%28MSAD%29&chdlp=b&chm=tLOW+%3A+%241%5C%2C200%5C%2C000+in+2005%2C3972dd%2C0%2C0%2C16%2C%2Cl%3A%3A-10%7CtHIGH+%3A+%241%5C%2C589%5C%2C343+in+2008%2C3972dd%2C0%2C12%2C16%2C%2Cl%3A%3A1&chma=70%2C30%2C30%2C30DEBUGGING so... exiting before image dump...