$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 27000
YearStart 1996
QuarterStart 1
YearEnd 1997
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 = 1997

function check_year(Lawrence, KS,1997):

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

function check_quarter():

Data for the 3 quarter is in the $c[Lawrence, KS][1997] 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),1997):

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

function get_valuation():

Purchase price: $27000
Purchase year: 1996
Purchase quarter: 1
Start price index:106.18
Current price index:114.74
Based on HPI the home has appreciated 8.06% in 1.5 years at an average rate of 5.37% per year.
The current appreciations value is: $29176.68
Evaluation year: 1997
Evaluation quarter: 3
Evaluation period: 1.5 years (6 quarters or 18 months).


Array ( [0] => Lawrence, KS [1] => 27000 [2] => 1996 [3] => 1 [4] => 1997 [5] => 3 [6] => 1.5 [7] => 6 [8] => 18 [9] => 29176.68 [10] => 0.080617818798267 [11] => 0.053745212532178 ) 1
Lawrence, KS
27000
1996
1
1997
3
1.5
6
18
29176.68
0.080617818798267
0.053745212532178
Lawrence, KS
27000
1996
1
1997
3
1.5
6
18
29176.68
0.080617818798267
0.053745212532178
106.18
114.74
p_year=1996 / ycount=1996 / v_year=1997
qcount=1 / qend=4 / v_quarter=3
27000
1996(1) : Array[1996][1] : Value = 27000 (27000 / 27000)
qcount=2 / qend=4 / v_quarter=3
27341
1996(2) : Array[1996][2] : Value = 27341 (27000 / 27341)
qcount=3 / qend=4 / v_quarter=3
27943
1996(3) : Array[1996][3] : Value = 27943 (27000 / 27943)
qcount=4 / qend=4 / v_quarter=3
27656
1996(4) : Array[1996][4] : Value = 27656 (27000 / 27943)
p_year=1996 / ycount=1997 / v_year=1997

function check_quarter():

Data for the 1 quarter is in the $c[Lawrence, KS][1997] element.
qcount=1 / qend=3 / v_quarter=3
28139
1997(1) : Array[1997][1] : Value = 28139 (27000 / 28139)
qcount=2 / qend=3 / v_quarter=3
28480
1997(2) : Array[1997][2] : Value = 28480 (27000 / 28480)
qcount=3 / qend=3 / v_quarter=3
29177
1997(3) : Array[1997][3] : Value = 29177 (27000 / 29177)

function get_valuation():

Purchase price: $27000
Purchase year: 1996
Purchase quarter: 1
Start price index:102.80
Current price index:102.90
Based on HPI the home has appreciated 0.1% in 1.5 years at an average rate of 0.06% per year.
The current appreciations value is: $27026.26
Evaluation year: 1997
Evaluation quarter: 3
Evaluation period: 1.5 years (6 quarters or 18 months).


Los Angeles-Long Beach-Glendale, CA (MSAD)
27000
1996
1
1997
3
1.5
6
18
27026.26
0.00097276264591448
0.00064850843060965
102.80
102.90
p_year=1996 / ycount=1996 / v_year=1997
qcount=1 / qend=4 / v_quarter=3
27000
1996(1) : Array[1996][1] : Value = 27000 (27000 / 27000)
qcount=2 / qend=4 / v_quarter=3
26322
1996(2) : Array[1996][2] : Value = 26322 (26322 / 27000)
qcount=3 / qend=4 / v_quarter=3
26170
1996(3) : Array[1996][3] : Value = 26170 (26170 / 27000)
qcount=4 / qend=4 / v_quarter=3
26367
1996(4) : Array[1996][4] : Value = 26367 (26170 / 27000)
p_year=1996 / ycount=1997 / v_year=1997

function check_quarter():

Data for the 1 quarter is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)][1997] element.
qcount=1 / qend=3 / v_quarter=3
26406
1997(1) : Array[1997][1] : Value = 26406 (26170 / 27000)
qcount=2 / qend=3 / v_quarter=3
26462
1997(2) : Array[1997][2] : Value = 26462 (26170 / 27000)
qcount=3 / qend=3 / v_quarter=3
27026
1997(3) : Array[1997][3] : Value = 27026 (26170 / 27026)
HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+1996+to+1997++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%242%2C177%288.06%25%29+++Start%3A+%2427%2C000+End%3A+%2429%2C177
t:27000,27341,27943,27656,28139,28480,29177|27000,26322,26170,26367,26406,26462,27026
1996|.|.|.|1997|.|.|
26100
29300
200
26100
29300
Lawrence, KS|Los Angeles-Long Beach-Glendale, CA (MSAD)
0
6
1996
1997
1
3
27000
29177

function graph():

post_chtt HomePriceGraph.com Price appreciation in Lawrence, KS for years 1996 to 1997 |Total appreciation = $2,177(8.06%) Start: $27,000 End: $29,177
post_cht ls
post_chd t:27000,27341,27943,27656,28139,28480,29177|27000,26322,26170,26367,26406,26462,27026
post_chl 1996|.|.|.|1997|.|.|
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,26100,29300,200
post_chxs 1,0000DD,18,0,lt,0000DD|2,0000DD,0,l
post_chxtc 1,-800|2,-800
post_chds 26100,29300
post_chf
http://chart.apis.google.com/chart?chid=ae580b669631d71a0222972af3b20cb7+chtt=HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+1996+to+1997++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%242%2C177%288.06%25%29+++Start%3A+%2427%2C000+End%3A+%2429%2C177&cht=ls&chd=t%3A27000%2C27341%2C27943%2C27656%2C28139%2C28480%2C29177%7C27000%2C26322%2C26170%2C26367%2C26406%2C26462%2C27026&chl=1996%7C.%7C.%7C.%7C1997%7C.%7C.%7C&chbh=a&chco=3972cc%2Ccccccc&chs=800x375&chxt=x%2Cy&chxr=1%2C26100%2C29300%2C200&chxs=1%2C0000DD%2C18%2C0%2Clt%2C0000DD%7C2%2C0000DD%2C0%2Cl&chxtc=1%2C-800%7C2%2C-800&chds=26100%2C29300&chdl=Lawrence%2C+KS%7CLos+Angeles-Long+Beach-Glendale%2C+CA++%28MSAD%29&chdlp=b&chm=tLOW+%3A+%2427%5C%2C000+in+1996%2C3972dd%2C0%2C0%2C16%2C%2Cl%3A%3A-10%7CtHIGH+%3A+%2429%5C%2C177+in+1997%2C3972dd%2C0%2C6%2C16%2C%2Cl%3A%3A1&chma=70%2C30%2C30%2C30DEBUGGING so... exiting before image dump...