<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('2013-1','2014-1',2,'Hintamuutokset: 1/2014 vs 1/2013','','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-q4','2014-1',1,'Hintamuutokset: 1/2014 vs Q4/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-12','2014-1',3,'Hintamuutokset: 1/2014 vs 12/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  (l\u00e4hde: Maa-amet).","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 kaupoissa (l\u00e4hde: Maa-amet).","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":32450,"date":"2014-02-03T06:15:27","date_gmt":"2014-02-03T04:15:27","guid":{"rendered":"https:\/\/tere-tech.com\/balticfinns\/?p=32450"},"modified":"2014-02-03T06:15:27","modified_gmt":"2014-02-03T04:15:27","slug":"asuntokaupat-012014-seka-hinnat-etta-kauppamaarat-nousuun","status":"publish","type":"post","link":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/2014\/02\/03\/asuntokaupat-012014-seka-hinnat-etta-kauppamaarat-nousuun\/","title":{"rendered":"Asuntokaupat 1\/2014: sek\u00e4 hinnat ett\u00e4 kauppam\u00e4\u00e4r\u00e4t nousuun"},"content":{"rendered":"<div class=\"announcement\"><span style=\"font-size: 13px; line-height: 19px;\">\u00a0<strong>Pohja-Tallinn\u00a0<\/strong>asuinalue nosti tammikuussa 1\/2014 keskihintojaan kaupunginosista vahvimmin\u00a0<strong>Tallinnan toteutuneissa kaupoissa<\/strong>. Sen nousu oli \u00a0ed.kuukauteen (+9,7%) ja kvartaaliin Q4\/2013 n\u00e4hden (+11,5%). Toisena nousevana alueena oli yh\u00e4\u00a0<strong>Kristiine<\/strong>, jonka kauppahinnat ovat nousseet vastaavasti (n +1,1% ja +9,4%). \u00a0Keskihintojen suurimmat pudotukset alas koettiin <strong>Mustam\u00e4e\u00a0<\/strong>(-6,9%) ja\u00a0<strong>Nomme\u00a0<\/strong>(-1,2%)\u00a0\u00a0asuinalueiden kaupoissa ed. kvartaaliin vertailussa. Jopa seitsem\u00e4n kaupunginosaa kirjasi 1\/2014 nousua neli\u00f6iden keskihinnoitteluunsa<\/span><span style=\"font-size: 13px; line-height: 19px;\">.<\/span><\/div>\n<p><strong>Keskihintojen nousuun osallistui koko Tallinna<\/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>Tammikuu 2014 nosti kaupank\u00e4ynnin nyt niin, ett\u00e4 myyntihinnat jatkoivat nousuaan kuten (\u20ac\/m2) kuukausitason oheisesta muutoskuvastakin voi havaita.<\/p>\n<p><strong>Kauppam\u00e4\u00e4r\u00e4t poikkeuksellisen vahvoja<\/strong><\/p>\n<div class=\"announcement\">Kauppam\u00e4\u00e4r\u00e4t (580 kpl) Tallinnassa 1\/2014 asunnoille olivat <strong>hyvin vahvoja<\/strong>\u00a0vrt 1\/2013 tasoihin (534 kpl) vuosi sitten.<\/div>\n<p>&nbsp;<\/p>\n<div id=\"vol1\"><\/div>\n\n<p>N\u00e4iden kauppam\u00e4\u00e4rien vetureina \u00a0toimivat eniten kolme kaupunginosaa:\u00a0<strong>Pohja-Tallinn, Lasnam\u00e4e ja Kesklinn<\/strong>. Kun taas\u00a0<strong>Mustam\u00e4e<\/strong>\u00a0osoittaa yh\u00e4 hiipumista ja Pohja-Tallinn nousi nyt p\u00e4\u00e4kaupungin johtajaksi samalla kun sen kauppam\u00e4\u00e4r\u00e4t ovat nousseet nyt jo 6. kuukautta per\u00e4kk\u00e4in yh\u00e4 ylemm\u00e4s.<\/p>\n<div id=\"vol2\"><\/div>\n\n<p>&nbsp;<\/p>\n<p><strong>Myyntiodotukset: 2\/2014<\/strong><\/p>\n<p>Asuinalueittain katsottuna suurimmat myyntiodotukset (vrt viime 2\/2013) kohdistuvat: Kesklinn ja Lasnam\u00e4e alueille. Viimeisin markkinakehitys sek\u00e4 muut fundamentit paikallisesti antavat kuitenkin luvan odottaa, ett\u00e4 my\u00f6s Pohja-Tallinn alueen myynti jatkuu yh\u00e4 vahvana.<\/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>\u00a0Pohja-Tallinn\u00a0asuinalue nosti tammikuussa 1\/2014 keskihintojaan kaupunginosista vahvimmin\u00a0Tallinnan toteutuneissa kaupoissa. Sen nousu oli \u00a0ed.kuukauteen (+9,7%) ja kvartaaliin Q4\/2013 n\u00e4hden (+11,5%). Toisena nousevana alueena oli yh\u00e4\u00a0Kristiine, jonka kauppahinnat ovat nousseet vastaavasti (n +1,1% ja +9,4%). \u00a0Keskihintojen suurimmat pudotukset alas koettiin Mustam\u00e4e\u00a0(-6,9%) ja\u00a0Nomme\u00a0(-1,2%)\u00a0\u00a0asuinalueiden kaupoissa ed. kvartaaliin vertailussa. Jopa seitsem\u00e4n kaupunginosaa kirjasi 1\/2014 nousua neli\u00f6iden keskihinnoitteluunsa. Keskihintojen nousuun osallistui &#8230; <a title=\"Asuntokaupat 1\/2014: sek\u00e4 hinnat ett\u00e4 kauppam\u00e4\u00e4r\u00e4t nousuun\" class=\"read-more\" href=\"https:\/\/tere-tech.eu\/balticfinns\/index.php\/2014\/02\/03\/asuntokaupat-012014-seka-hinnat-etta-kauppamaarat-nousuun\/\" aria-label=\"Lue lis\u00e4\u00e4 aiheesta Asuntokaupat 1\/2014: sek\u00e4 hinnat ett\u00e4 kauppam\u00e4\u00e4r\u00e4t nousuun\">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\/32450"}],"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=32450"}],"version-history":[{"count":0,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/posts\/32450\/revisions"}],"wp:attachment":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/media?parent=32450"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/categories?post=32450"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/tags?post=32450"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}