<div id="2"></div>
<link rel="stylesheet" type="text/css" href="/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" />
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.v3.min.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/rickshaw/rickshaw.min.js"></script>
<script>

execChart('2012-11','2013-11',2,'Hintamuutokset: 11/2013 vs 11/2012','','Tallinna','','','Muutosprosentit 1 kuukaudelta viime vuoden samaan aikaan nähden.','100','550');

function execChart(d1,d2,chartid,title,city,xtitle,ytitle,ctype,caption,height,width) {

  if (!city)
    var city = 'Tallinna';
  if (!ctype)
    var ctype = 'columns';
  if (!ytitle)
    ytitle = "Hintakasvu (%)";
  if (!height)
    height = "200";
  if (!width)
    width = "450";
/*
  if (!caption)
    var caption = '';
*/
  // before_s();
  query = '/balticfinns/wp-content/plugins/flat-prices/grapher7.php?d1='+d1+'&d2='+d2+'&city='+city;
    jQuery.getJSON(query, function(data) {
        var items = [];

    // console.info(data);
    var data = new Object({ "labels":data.changes.labels, "values":data.changes.nros, "startbar":"red", "endbar":"lime", "title":title, "xtitle":xtitle, "ytitle":ytitle, "height":height, "width":width, "chartid":chartid, "uniq":chartid, "chart":ctype, "caption":caption });
    jQuery(document).ready(function() {
      simpleChart(data,1);
    });
    return;
    // after_s();
  });
}

</script>
<div id="1"></div>
<link rel="stylesheet" type="text/css" href="/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" />
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.v3.min.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/rickshaw/rickshaw.min.js"></script>
<script>

execChart('2013-q3','2013-11',1,'Hintamuutokset: 11/2013 vs Q3/2013','','Tallinna','','','Muutosprosentit viim. kuukaudelta ed. vuosineljännekseen nähden.','100','550');

function execChart(d1,d2,chartid,title,city,xtitle,ytitle,ctype,caption,height,width) {

  if (!city)
    var city = 'Tallinna';
  if (!ctype)
    var ctype = 'columns';
  if (!ytitle)
    ytitle = "Hintakasvu (%)";
  if (!height)
    height = "200";
  if (!width)
    width = "450";
/*
  if (!caption)
    var caption = '';
*/
  // before_s();
  query = '/balticfinns/wp-content/plugins/flat-prices/grapher7.php?d1='+d1+'&d2='+d2+'&city='+city;
    jQuery.getJSON(query, function(data) {
        var items = [];

    // console.info(data);
    var data = new Object({ "labels":data.changes.labels, "values":data.changes.nros, "startbar":"red", "endbar":"lime", "title":title, "xtitle":xtitle, "ytitle":ytitle, "height":height, "width":width, "chartid":chartid, "uniq":chartid, "chart":ctype, "caption":caption });
    jQuery(document).ready(function() {
      simpleChart(data,1);
    });
    return;
    // after_s();
  });
}

</script>
<div id="3"></div>
<link rel="stylesheet" type="text/css" href="/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" />
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.v3.min.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/rickshaw/rickshaw.min.js"></script>
<script>

execChart('2013-10','2013-11',3,'Hintamuutokset: 11/2013 vs 10/2013','','Tallinna','','','Muutosprosentit viim. kuukaudelta ed. kuukauteen nähden.','100','550');

function execChart(d1,d2,chartid,title,city,xtitle,ytitle,ctype,caption,height,width) {

  if (!city)
    var city = 'Tallinna';
  if (!ctype)
    var ctype = 'columns';
  if (!ytitle)
    ytitle = "Hintakasvu (%)";
  if (!height)
    height = "200";
  if (!width)
    width = "450";
/*
  if (!caption)
    var caption = '';
*/
  // before_s();
  query = '/balticfinns/wp-content/plugins/flat-prices/grapher7.php?d1='+d1+'&d2='+d2+'&city='+city;
    jQuery.getJSON(query, function(data) {
        var items = [];

    // console.info(data);
    var data = new Object({ "labels":data.changes.labels, "values":data.changes.nros, "startbar":"red", "endbar":"lime", "title":title, "xtitle":xtitle, "ytitle":ytitle, "height":height, "width":width, "chartid":chartid, "uniq":chartid, "chart":ctype, "caption":caption });
    jQuery(document).ready(function() {
      simpleChart(data,1);
    });
    return;
    // after_s();
  });
}

</script>
<link rel="stylesheet" type="text/css" href="https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" /><style></style><link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /><script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script><script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.min.js"></script><script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script><!-- Start of d3 simpleCharts -->

<script>

var url = '';
var chartid = 'chartvol1';
var tableid = 'tablevol1';
var title = ' title="Kaupat 1 kuukaudelta" ';
var url = '';

// Moving to browsers's JS now ...

// A magical glue: dumping server's php JSON for browser's JS variable, one line
var args2js = {"root":"https:\/\/tere-tech.eu\/balticfinns\/wp-content\/plugins\/d3-simplecharts\/","cssfile":"d3chart.css","uniq":"vol1","chartid":"vol1","data":[],"chart":"columns","xtitle":"Koko Tallinna vs Kesklinn","ytitle":"Kauppojen lkm.","xrotate":"-25","datafile":"wp-content\/plugins\/flat-prices\/data\/tallinn_trades.tsv","row":"last","column":"","maxseries":0,"sort":"123","format":"+00.02","width":"450","height":"100","margin":{"top":20,"right":20,"bottom":30,"left":70},"ticks":10,"minrange":0,"maxrange":"800","startbar":"lime","endbar":"red","gradient":"","colors":"","title":"Tallinnan asuntokaupat","caption":" Keskustan painoarvo p\u00e4\u00e4kaupungin kaikista asuntokaupoista.","tooltips":0};
// console.info(args2js);

// Writing separate data sets into its global array
if (typeof d3charts == 'undefined') 
	d3charts = new Array();
// d3charts[args2js.title] = args2js;
d3charts.push(args2js);

var rootp = 'https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/icons/'

// All existing chart types & their names
var ctype = ["'columns'","'bars'","'area'","'line'","'pie'"];
var cicons = ["columns.png","bars.png","area.png","line.png","pie.png"];

// Referring to just now added one for creating its buttons
var last_chart = d3charts.length-1;
d3charts[last_chart].ind = last_chart;

var fontx = ' style="font-size:xx-small; cursor:pointer;" ';

var icoroot = args2js.root+'icons/';
var butts = aDrawLink(last_chart,ctype[0],icoroot+cicons[0]);
butts += aDrawLink(last_chart,ctype[2],icoroot+cicons[2]);
butts += aDrawLink(last_chart,ctype[3],icoroot+cicons[3]);
butts += aDrawLink(last_chart,ctype[1],icoroot+cicons[1]);
butts += aDrawLink(last_chart,ctype[4],icoroot+cicons[4]);

var slider = 0;
if (0==0) {  // Slider of time series showing out
	slider = 1;
}

var idX = "'vol1'";

var otherbutt = ' <button '+fontx+' onclick="extendData(d3charts['+last_chart+'],'+last_chart+','+slider+','+idX+')" title="Katso muitakin kuukausia." id="databuttvol1">Kuukaudet</button>';

if (0==1) {  // No buttons: chart switcher 
	butts = '';
}
if (0==1) {  // No buttons: more data
	otherbutt = '';
}

// Embed link element
var cid = 'chartvol1';
var url2 = 'https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/embed.php';  // encodeURIComponent(el.innerText)
// var cid2 = "'"+cid+"'";
var cid2 = "'vol1'"; 

// embed link, TODO
// var elink = '<a href="'+url2+'?chartid='+showembed(cid2)+'" target="_blank">Embed</a>';
// var elink = '<a onclick="showembed('+cid2+')" target="_blank">Embed</a>';
elink = '';

// new window popup's opening
var logofile = 'wp-content/uploads/2013/04/bn4f_24x24.png';
	logofile = "'"+logofile+"'";
// style file name
var cssfile = "'d3chart.css'";

var sortL = "'"+last_chart+"'";
var embed = '<tr><td style="text-align:right"><span>'+elink+'</span></td></tr>'; // TODO
var sortbutt = '<select '+fontx+' id="xsort'+last_chart+'" onchange="sort('+sortL+')"><option value="label">Sort</option><option value="abc">1-2-3</option><option value="cba">3-2-1</option></select>';

// Our chart container in HTML is <table> element with custom styles for new chart
var html = '<table id= "'+ tableid +'" class="svgtable" style="" width="'+(50+parseInt(args2js.width))+'">';
// var html = '<table id= "'+ tableid +'" class="svgtable" style="" width="100%">';
// if ('0')
	html = html+embed;

var dataflip = ' <button title="Move popup data down into chart" onclick="dataZoom(d3charts['+last_chart+'],'+last_chart+','+slider+','+idX+')">';
dataflip = dataflip + '<img src="' + icoroot + 'arrow_down.gif"> </button> ';
if (!args2js.datafile)
	dataflip = '';
if (0==1)
	dataflip = '';

// butts group on table
html = html + '<tr><td><span class="actbox actlayout">'+butts;
html = html + '<br />'+sortbutt+dataflip+'<span id="extras">'+otherbutt+'</span></span></td></tr>';

	if ("bottom" == "top")
		html = html + '<tr><td><br /></td></tr>'; // Logo at top of chart

var newwin = ' <a style="cursor:pointer" title="Open Chart into New Window" onclick="svgWin('+cid2+','+logofile+','+cssfile+',d3charts['+last_chart+'])"><img width="15" height="15" src="'+args2js.root+'icons/newindow.jpg"></a> ';

var chartX = '<div style="" id="'+ chartid + '"></div>';
if (url) // Here is row where D3 draws its chart - finally
	html = html + '<tr><td class="svgchart">'+newwin+'<a id="'+ chartid + '" ' + title + ' ' + url + '></a></td></tr>';
else
	// html = html + '<tr><td id="'+ chartid + '" ' + title + '></td></tr>';
	html = html + '<tr><td class="svgchart" ' + title + '>'+newwin+chartX+'</td></tr>';
/*
if (args2js.caption)
  if (args2js.chart == 'line')
	html = html + '<tr><td class="captiontext">'+args2js.caption+'</td></tr>';
*/
var id = "'"+chartid+"'";
var odform = "'table'";
html = html + '<tr><td id="'+ id + '" title="Data values"></td></tr>'; // Container of big data

var cc = '<tr><td style="font-size:x-small; float:left">Run by <b>W3C</b> open technology </td><td> <img src="wp-content/uploads/2013/04/bn4f_24x24.png"> </td></tr>';

var odataButt = '';
var odataButt2 = '';
var odataButt3 = '';
var buttgroup = '';

if (1==0) {

buttgroup = '<span class="actbox actlayout" >';

// Data export buttons
var odataButt = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+')" title="Open chart\'s data to another big data application."> BIG DATA </button>';
var odataButt2 = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+', '+odform+')" title="Open chart\'s data to Excel here or save it into text file."> Excel data </button>';

if (1==1) {
	odform="'svg'";
	odataButt3 = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+', '+odform+')" title="Open chart to any SVG accepting graphics editor or save it locally into a file."> Save Chart </button>';
}
buttgroup = buttgroup +odataButt3+odataButt+odataButt2+ '</span>';
}

html = html + '<tr><td id="'+ chartid + 'odata" >'+buttgroup+'</td></tr>'+cc; 
html = html + '</table>';

d3charts[d3charts.length-1].html = html;

// console.info(d3charts[last_chart]);

if (d3charts[last_chart].chartid) { // chart has its container by user's input (needs JQuery, sorry)

// Tracking instance of active chart
// var lastOne = d3charts.length-1;
if (typeof chartQ == 'undefined') 
	var chartQ = new Array();
	chartQ.push(last_chart);

// console.info(chartQ);
	jQuery(document).ready(function() { // need to wait whole DOM loaded up
		var i = chartQ.shift();
		jQuery('#'+d3charts[i].chartid).append(d3charts[i].html);
		// console.info(i);
		// console.info(chartQ);
		newChart(d3charts[i]);
	});
} else { // This prints chart container at top of each WP page/post
	document.write(html); // This prints chart container at top of each WP page/post
	newChart(d3charts[last_chart]);
}

</script>

<!-- End of d3 simpleCharts -->
<link rel="stylesheet" type="text/css" href="https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" /><style></style><link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /><script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script><script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.min.js"></script><script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script><!-- Start of d3 simpleCharts -->

<script>

var url = '';
var chartid = 'chartvol2';
var tableid = 'tablevol2';
var title = ' title="Kaupat kuukaudelta kerrallaan" ';
var url = '';

// Moving to browsers's JS now ...

// A magical glue: dumping server's php JSON for browser's JS variable, one line
var args2js = {"root":"https:\/\/tere-tech.eu\/balticfinns\/wp-content\/plugins\/d3-simplecharts\/","cssfile":"d3chart.css","uniq":"vol2","chartid":"vol2","data":[],"chart":"area","xtitle":"Kaupungin osat","ytitle":"Kauppojen lkm.","xrotate":"-25","datafile":"wp-content\/plugins\/flat-prices\/data\/tallinn_area_trades.tsv","row":"last","column":"","maxseries":0,"sort":"","format":"+00.02","width":"450","height":"150","margin":{"top":20,"right":20,"bottom":30,"left":70},"ticks":10,"minrange":0,"maxrange":"200","startbar":"lime","endbar":"red","gradient":"value","colors":"","title":"Asuntokaupat asuinalueittain","caption":" Asuinalueiden keskin\u00e4inen suhde Tallinnan toteutuneissa kaupoissa.","tooltips":0};
// console.info(args2js);

// Writing separate data sets into its global array
if (typeof d3charts == 'undefined') 
	d3charts = new Array();
// d3charts[args2js.title] = args2js;
d3charts.push(args2js);

var rootp = 'https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/icons/'

// All existing chart types & their names
var ctype = ["'columns'","'bars'","'area'","'line'","'pie'"];
var cicons = ["columns.png","bars.png","area.png","line.png","pie.png"];

// Referring to just now added one for creating its buttons
var last_chart = d3charts.length-1;
d3charts[last_chart].ind = last_chart;

var fontx = ' style="font-size:xx-small; cursor:pointer;" ';

var icoroot = args2js.root+'icons/';
var butts = aDrawLink(last_chart,ctype[0],icoroot+cicons[0]);
butts += aDrawLink(last_chart,ctype[2],icoroot+cicons[2]);
butts += aDrawLink(last_chart,ctype[3],icoroot+cicons[3]);
butts += aDrawLink(last_chart,ctype[1],icoroot+cicons[1]);
butts += aDrawLink(last_chart,ctype[4],icoroot+cicons[4]);

var slider = 0;
if (0==0) {  // Slider of time series showing out
	slider = 1;
}

var idX = "'vol2'";

var otherbutt = ' <button '+fontx+' onclick="extendData(d3charts['+last_chart+'],'+last_chart+','+slider+','+idX+')" title="Katso muitakin kuukausia." id="databuttvol2">Kuukaudet</button>';

if (0==1) {  // No buttons: chart switcher 
	butts = '';
}
if (0==1) {  // No buttons: more data
	otherbutt = '';
}

// Embed link element
var cid = 'chartvol2';
var url2 = 'https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/embed.php';  // encodeURIComponent(el.innerText)
// var cid2 = "'"+cid+"'";
var cid2 = "'vol2'"; 

// embed link, TODO
// var elink = '<a href="'+url2+'?chartid='+showembed(cid2)+'" target="_blank">Embed</a>';
// var elink = '<a onclick="showembed('+cid2+')" target="_blank">Embed</a>';
elink = '';

// new window popup's opening
var logofile = 'wp-content/uploads/2013/04/bn4f_24x24.png';
	logofile = "'"+logofile+"'";
// style file name
var cssfile = "'d3chart.css'";

var sortL = "'"+last_chart+"'";
var embed = '<tr><td style="text-align:right"><span>'+elink+'</span></td></tr>'; // TODO
var sortbutt = '<select '+fontx+' id="xsort'+last_chart+'" onchange="sort('+sortL+')"><option value="label">Sort</option><option value="abc">1-2-3</option><option value="cba">3-2-1</option></select>';

// Our chart container in HTML is <table> element with custom styles for new chart
var html = '<table id= "'+ tableid +'" class="svgtable" style="" width="'+(50+parseInt(args2js.width))+'">';
// var html = '<table id= "'+ tableid +'" class="svgtable" style="" width="100%">';
// if ('0')
	html = html+embed;

var dataflip = ' <button title="Move popup data down into chart" onclick="dataZoom(d3charts['+last_chart+'],'+last_chart+','+slider+','+idX+')">';
dataflip = dataflip + '<img src="' + icoroot + 'arrow_down.gif"> </button> ';
if (!args2js.datafile)
	dataflip = '';
if (0==1)
	dataflip = '';

// butts group on table
html = html + '<tr><td><span class="actbox actlayout">'+butts;
html = html + '<br />'+sortbutt+dataflip+'<span id="extras">'+otherbutt+'</span></span></td></tr>';

	if ("bottom" == "top")
		html = html + '<tr><td><br /></td></tr>'; // Logo at top of chart

var newwin = ' <a style="cursor:pointer" title="Open Chart into New Window" onclick="svgWin('+cid2+','+logofile+','+cssfile+',d3charts['+last_chart+'])"><img width="15" height="15" src="'+args2js.root+'icons/newindow.jpg"></a> ';

var chartX = '<div style="" id="'+ chartid + '"></div>';
if (url) // Here is row where D3 draws its chart - finally
	html = html + '<tr><td class="svgchart">'+newwin+'<a id="'+ chartid + '" ' + title + ' ' + url + '></a></td></tr>';
else
	// html = html + '<tr><td id="'+ chartid + '" ' + title + '></td></tr>';
	html = html + '<tr><td class="svgchart" ' + title + '>'+newwin+chartX+'</td></tr>';
/*
if (args2js.caption)
  if (args2js.chart == 'line')
	html = html + '<tr><td class="captiontext">'+args2js.caption+'</td></tr>';
*/
var id = "'"+chartid+"'";
var odform = "'table'";
html = html + '<tr><td id="'+ id + '" title="Data values"></td></tr>'; // Container of big data

var cc = '<tr><td style="font-size:x-small; float:left">Run by <b>W3C</b> open technology </td><td> <img src="wp-content/uploads/2013/04/bn4f_24x24.png"> </td></tr>';

var odataButt = '';
var odataButt2 = '';
var odataButt3 = '';
var buttgroup = '';

if (1==0) {

buttgroup = '<span class="actbox actlayout" >';

// Data export buttons
var odataButt = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+')" title="Open chart\'s data to another big data application."> BIG DATA </button>';
var odataButt2 = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+', '+odform+')" title="Open chart\'s data to Excel here or save it into text file."> Excel data </button>';

if (1==1) {
	odform="'svg'";
	odataButt3 = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+', '+odform+')" title="Open chart to any SVG accepting graphics editor or save it locally into a file."> Save Chart </button>';
}
buttgroup = buttgroup +odataButt3+odataButt+odataButt2+ '</span>';
}

html = html + '<tr><td id="'+ chartid + 'odata" >'+buttgroup+'</td></tr>'+cc; 
html = html + '</table>';

d3charts[d3charts.length-1].html = html;

// console.info(d3charts[last_chart]);

if (d3charts[last_chart].chartid) { // chart has its container by user's input (needs JQuery, sorry)

// Tracking instance of active chart
// var lastOne = d3charts.length-1;
if (typeof chartQ == 'undefined') 
	var chartQ = new Array();
	chartQ.push(last_chart);

// console.info(chartQ);
	jQuery(document).ready(function() { // need to wait whole DOM loaded up
		var i = chartQ.shift();
		jQuery('#'+d3charts[i].chartid).append(d3charts[i].html);
		// console.info(i);
		// console.info(chartQ);
		newChart(d3charts[i]);
	});
} else { // This prints chart container at top of each WP page/post
	document.write(html); // This prints chart container at top of each WP page/post
	newChart(d3charts[last_chart]);
}

</script>

<!-- End of d3 simpleCharts -->
{"id":31728,"date":"2013-12-02T08:07:09","date_gmt":"2013-12-02T06:07:09","guid":{"rendered":"https:\/\/tere-tech.com\/balticfinns\/?p=31728"},"modified":"2013-12-02T08:07:09","modified_gmt":"2013-12-02T06:07:09","slug":"asuntokaupat-112013-6-asuinaluetta-nosti-hintojaan-kesklinn-ennustaa-jo-alea-mm","status":"publish","type":"post","link":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/2013\/12\/02\/asuntokaupat-112013-6-asuinaluetta-nosti-hintojaan-kesklinn-ennustaa-jo-alea-mm\/","title":{"rendered":"Asuntokaupat 11\/2013 : 6 asuinaluetta nosti hintojaan, Kesklinn ennustaa jo ALEa (m\/m)"},"content":{"rendered":"<div class=\"announcement\"><span style=\"font-size: 13px; line-height: 19px;\"><strong>Pohja-Tallinn\u00a0<\/strong>asuinalue nosti marraskuussa 11\/2013 keskihintojaan suurista kaupunginosista vahvimmin\u00a0<strong>Tallinnan toteutuneissa kaupoissa<\/strong>. Sen nousu toteutui viime kuukauteen 10\/2013 aikaan vrt (+5%), mutta merkitt\u00e4v\u00e4\u00e4 se oli my\u00f6s ed.kuukauteen (+8%) ja 11\/2012 n\u00e4hden (+17%). Toisena suurena alueena oli <strong>Mustam\u00e4e<\/strong>\u00a0edelleen, jonka kauppahinnat ovat vuosivertailussa huimasti nousseet (n +34%), josta viime kuukauden nostetta on en\u00e4\u00e4 vain +2%. \u00a0Keskihintojen pudotukset alas koettiin <strong>Kesklinn\u00a0<\/strong>(-10%)\u00a0ja <strong>Nomme\u00a0<\/strong>(-8%) asuinalueiden kaupoissa ed. kuukauden vertailussa, jossa Kesklinn alueen yh\u00e4 jyrkempi lasku (m\/m) on n\u00e4ht\u00e4viss\u00e4. Kuusi kaupunginosaa kirjasi 11\/2013 nousua neli\u00f6iden keskihinnoitteluunsa<\/span><span style=\"font-size: 13px; line-height: 19px;\">.<\/span><\/div>\n<p><strong>Enemmist\u00f6 Tallinnan alueista nosti keskihintojaan<\/strong><\/p>\n<div class=\"note\">\n<div id=\"chart2\" title=\"Toteutuneiden kauppojen muutokset (y\/y)\">y\/y chart<\/div>\n\n<div id=\"chart1\" title=\"Toteutuneiden kauppojen muutokset (q\/m)\">q\/m chart<\/div>\n\n<div id=\"chart3\" title=\"Toteutuneiden kauppojen muutokset (m\/m)\">m\/m chart<\/div>\n\n<\/div>\n<p>Marraskuu 2013 oli siis toteutuneissa kauppahinnoissa voimakkaammin nouseva kuin laskeva Tallinnan eri alueilla myyjille kuten viiim. keskihintojen (\u20ac\/m2) muutoskuvastakin voi havaita.<\/p>\n<p><strong>Kauppam\u00e4\u00e4r\u00e4t koko vuoden 2013 enn\u00e4tykseen<\/strong><\/p>\n<div class=\"announcement\">Kauppam\u00e4\u00e4r\u00e4t (690 kpl) Tallinnassa 11\/2013 palasivat n 9\/2013 tasoille, mutta m\u00e4\u00e4r\u00e4t ovat edelleen vahvoja.<\/div>\n<p>&nbsp;<\/p>\n<div id=\"vol1\"><\/div>\n\n<p>Kauppam\u00e4\u00e4rien vetureina toimivat eniten 3 kaupunginosaa: <strong>Lasnam\u00e4e,\u00a0<\/strong><strong>Kesklinn<\/strong>\u00a0ja <strong>Lasnam\u00e4e<\/strong>. Kaikki 3 kuitenkin hidastuivat ed.kuukauteen n\u00e4hden ja suhteellisesti Kesklinn heikkeni eniten sen painoarvoltaan koko kaupungissa. M\u00e4\u00e4riss\u00e4 ed.kuukauteen eniten piristyi <strong>Pohja-Tallinn<\/strong> (+23 kpl kauppoja).<\/p>\n<div id=\"vol2\"><\/div>\n\n<p>&nbsp;<\/p>\n<p><strong>Myyntiodotukset: 12\/2013<\/strong><\/p>\n<p>Asuinalueittain katsottuna suurimmat myyntiodotukset (vrt viime 12\/2012) kohdistuvat: Kesklinn, Lasnam\u00e4e ja Pohja-Tallinn alueille. Viime kuukausien kehitys antaa aiheen uskoa, ett\u00e4 Mustam\u00e4e on trendiss\u00e4\u00e4n my\u00f6s asettunut kaupungin k\u00e4rkisijoille sen myynnin toteutumissa nyt pysyv\u00e4mmin.<\/p>\n<p><strong>Hyvi\u00e4 aputy\u00f6kaluja<\/strong><\/p>\n<ul>\n<li><a href=\"https:\/\/tere-tech.com\/balticfinns\/?page_id=27192\">Kotiselain Tallinnan hintabarometrin kera<\/a><\/li>\n<li><a href=\"https:\/\/tere-tech.com\/balticfinns\/?page_id=22283\">Asuntohintahaut- ja vertailut eri asuinalueille<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Pohja-Tallinn\u00a0asuinalue nosti marraskuussa 11\/2013 keskihintojaan suurista kaupunginosista vahvimmin\u00a0Tallinnan toteutuneissa kaupoissa. Sen nousu toteutui viime kuukauteen 10\/2013 aikaan vrt (+5%), mutta merkitt\u00e4v\u00e4\u00e4 se oli my\u00f6s ed.kuukauteen (+8%) ja 11\/2012 n\u00e4hden (+17%). Toisena suurena alueena oli Mustam\u00e4e\u00a0edelleen, jonka kauppahinnat ovat vuosivertailussa huimasti nousseet (n +34%), josta viime kuukauden nostetta on en\u00e4\u00e4 vain +2%. \u00a0Keskihintojen pudotukset alas koettiin &#8230; <a title=\"Asuntokaupat 11\/2013 : 6 asuinaluetta nosti hintojaan, Kesklinn ennustaa jo ALEa (m\/m)\" class=\"read-more\" href=\"https:\/\/tere-tech.eu\/balticfinns\/index.php\/2013\/12\/02\/asuntokaupat-112013-6-asuinaluetta-nosti-hintojaan-kesklinn-ennustaa-jo-alea-mm\/\" aria-label=\"Lue lis\u00e4\u00e4 aiheesta Asuntokaupat 11\/2013 : 6 asuinaluetta nosti hintojaan, Kesklinn ennustaa jo ALEa (m\/m)\">Lue lis\u00e4\u00e4<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5,31],"tags":[47,112,267,394,476],"_links":{"self":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/posts\/31728"}],"collection":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/comments?post=31728"}],"version-history":[{"count":0,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/posts\/31728\/revisions"}],"wp:attachment":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/media?parent=31728"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/categories?post=31728"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/tags?post=31728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}