<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-5','2014-5',2,'Hintamuutokset: 5/2014 vs 5/2013','','Tallinna','','','Muutosprosentit 1 kuukaudelta viime vuoteen vrt.','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('2014-4','2014-5',3,'Hintamuutokset: 5/2014 vs 4/2014','','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":"value","colors":"","title":"Tallinnan asuntokaupat","caption":" Keskustan painoarvo p\u00e4\u00e4kaupungin 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":34774,"date":"2014-06-02T15:22:51","date_gmt":"2014-06-02T12:22:51","guid":{"rendered":"https:\/\/tere-tech.com\/balticfinns\/?p=34774"},"modified":"2014-06-02T15:22:51","modified_gmt":"2014-06-02T12:22:51","slug":"asuntokaupat-52014-keskustan-kaupat-romahtivat-alas","status":"publish","type":"post","link":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/2014\/06\/02\/asuntokaupat-52014-keskustan-kaupat-romahtivat-alas\/","title":{"rendered":"Asuntokaupat 5\/2014: keskustan kaupat romahtivat alas"},"content":{"rendered":"<div class=\"announcement\"><span style=\"font-size: 13px; line-height: 19px;\"><strong>Lasnam\u00e4e\u00a0<\/strong>asuinalueet ainoastaan nostivat en\u00e4\u00e4 toukokuussa 5\/2014 keskihintojaan kaupunginosissa\u00a0<strong>Tallinnan toteutuneissa kaupoissa<\/strong>. Nousu oli hyvin vaatimatonta (+0,9%) kun vertaillaan ed. kuukautta (m\/m). Suurin osa kaupungin alueista laski toteutuneita hintojaan. Suurimmat laskut neli\u00f6hinnoissaan kirjasivat <strong>Kristiine<\/strong> (-13,5%), <strong>Nomme<\/strong> (-8,4%) ja <strong>Kesklinn<\/strong> (-5,9%)<\/span>.<\/div>\n<p><strong>Keskihintojen laskussa l\u00e4hes kaikki alueet<\/strong><\/p>\n<div class=\"note\">\n<div id=\"chart2\" title=\"Toteutuneiden kauppojen muutokset (y\/y)\">y\/y chart<\/div>\n\n<div id=\"chart3\" title=\"Toteutuneiden kauppojen muutokset (m\/m)\">m\/m chart<\/div>\n\n<\/div>\n<p>Toukokuu 2014 muutti hintoja nyt niin, ett\u00e4 myyntihinnat siirtyiv\u00e4t laskutrendiin yleisesti kuten (\u20ac\/m2) kuukausitason oheisesta muutoskuvastakin voi havaita 6 eri kaupunginosassa.<\/p>\n<p><strong>Kauppam\u00e4\u00e4rien lasku jatkui Tallinnassa<\/strong><\/p>\n<div class=\"announcement\">Kauppam\u00e4\u00e4r\u00e4t (572 kpl) Tallinnassa 5\/2014 asunnoille laskivat edelleen 1 kk vrt 4\/2013 tasoihin (624 kpl).<\/div>\n<p>&nbsp;<\/p>\n<div id=\"vol1\"><\/div>\n\n<p>Suurin vastuu koko markkinan tippumisesta oli Kesklinn:n alueella, jossa laskua myyntiin kirjattiin jopa n kolmannes edelliseen kuukauteen n\u00e4hden.<\/p>\n<p>Kauppam\u00e4\u00e4rien vetureina \u00a0toimivat en\u00e4\u00e4 kaksi kaupunginosaa:\u00a0<strong>Pohja-Tallinn ja Lasnam\u00e4e<\/strong>. Keskustan alue tippui selv\u00e4sti aiempien kk suosiostaan vasta kolmanneksi samalla kun Lasnam\u00e4e pinnisti markkinan johtajaksi myynnill\u00e4\u00e4n. My\u00f6s\u00a0<strong>Mustam\u00e4en<\/strong> myynti piristyi hieman kuukausitasolla aiempaan.<\/p>\n<div id=\"vol2\"><\/div>\n\n<p>&nbsp;<\/p>\n<p><strong>Myyntiodotukset: 6\/2014<\/strong><\/p>\n<p>Kaupunginosin katsottuna ne suurimmat myyntiodotukset (vrt viime 6\/2013) kohdistuvat: <strong>Pohja-Tallinn\u00a0<\/strong>ja <strong>Lasnam\u00e4e<\/strong> alueille.<\/p>\n<ul>\n<li>N\u00e4ist\u00e4 Pohja-Tallinn on nyt heikommassa asemassa sen myynnin jatkumisen kannalta: alueella hyv\u00e4ksyttyjen kauppahintojen taso notkahti viime kuussa halvemmaksi samalla kun asuntojen kauppam\u00e4\u00e4r\u00e4t supistuivat. Alueen marginaali tuplautui (n 250 \u20ac\/m2) toukokuussa, jota ostajat eiv\u00e4t my\u00f6s en\u00e4\u00e4 sulattaneet. Kes\u00e4kuun alusta myyj\u00e4t ovat nostaneet marginaalejaan yh\u00e4 alueen markkinoilla, joka heikent\u00e4\u00e4 alueen myynti\u00e4 lis\u00e4\u00e4.<\/li>\n<li>Lasnam\u00e4en alueella koetaan vastakkaista ilmi\u00f6t\u00e4: hinnat ovat pysyneet sen kaupoissa vahvoina samalla kun kauppojen m\u00e4\u00e4r\u00e4t ovat nousussa. T\u00e4m\u00e4n lis\u00e4ksi tarjousten keskihinta on alenemassa kes\u00e4kuuta kohti, joka tukee sen myynti\u00e4 yh\u00e4 paremmin.<\/li>\n<li>Kaikkien muiden kaupunginosien ollessa nyt jo liian kalliita marginaaliltaan ei ole odotettavissa, ett\u00e4 nek\u00e4\u00e4n yll\u00e4tt\u00e4isiv\u00e4t suuremmalla asuntojen myynnill\u00e4\u00e4n nyt kes\u00e4kuussa 2014.<\/li>\n<\/ul>\n<div>Koko asuntomarkkinan merkitt\u00e4v\u00e4 myynnin lasku on tyypillist\u00e4 vuosittain kes\u00e4kuussa Tallinnalle kun monet v\u00e4litt\u00e4j\u00e4t viett\u00e4v\u00e4t omia kes\u00e4lomiaan pois ja kauppojen m\u00e4\u00e4r\u00e4 tippuu yleisesti.<\/div>\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>Lasnam\u00e4e\u00a0asuinalueet ainoastaan nostivat en\u00e4\u00e4 toukokuussa 5\/2014 keskihintojaan kaupunginosissa\u00a0Tallinnan toteutuneissa kaupoissa. Nousu oli hyvin vaatimatonta (+0,9%) kun vertaillaan ed. kuukautta (m\/m). Suurin osa kaupungin alueista laski toteutuneita hintojaan. Suurimmat laskut neli\u00f6hinnoissaan kirjasivat Kristiine (-13,5%), Nomme (-8,4%) ja Kesklinn (-5,9%). Keskihintojen laskussa l\u00e4hes kaikki alueet y\/y chart m\/m chart Toukokuu 2014 muutti hintoja nyt niin, ett\u00e4 myyntihinnat &#8230; <a title=\"Asuntokaupat 5\/2014: keskustan kaupat romahtivat alas\" class=\"read-more\" href=\"https:\/\/tere-tech.eu\/balticfinns\/index.php\/2014\/06\/02\/asuntokaupat-52014-keskustan-kaupat-romahtivat-alas\/\" aria-label=\"Lue lis\u00e4\u00e4 aiheesta Asuntokaupat 5\/2014: keskustan kaupat romahtivat alas\">Lue lis\u00e4\u00e4<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","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\/34774"}],"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=34774"}],"version-history":[{"count":0,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/posts\/34774\/revisions"}],"wp:attachment":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/media?parent=34774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/categories?post=34774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/tags?post=34774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}