Chile housing starts
Chile housing starts: 12750 (-17.7%)
Last Update: June 30, 2018
Chile housing starts closed down 12750 as of June 30, 2018 from 15492 from the previous month and 15062 from last year.
Chile housing starts Analytics & Data
MacroVar Free Open Data enables you to Embed, Share and Download Chile housing starts historical data, charts and analysis in your website and with others.
Chile housing starts closing prices of the last 24 values are displayed below. Sign up free to download the full historical data series using MacroVar Web/Excel or API.
Embed Chile housing starts Chart or Data Table in your website or Share this chart and data table with your friends.
Chile housing starts
Date |
Values |
2018-06-30 |
12750 |
2018-05-31 |
15492 |
2018-04-30 |
13947 |
2018-03-31 |
11890 |
2018-02-28 |
14091 |
2018-01-31 |
9239 |
2017-12-31 |
10219 |
2017-11-30 |
9562 |
2017-10-31 |
7181 |
2017-09-30 |
6947 |
2017-08-31 |
9360 |
2017-07-31 |
9206 |
2017-06-30 |
15062 |
2017-05-31 |
13160 |
2017-04-30 |
8328 |
2017-03-31 |
12780 |
2017-02-28 |
8398 |
2017-01-31 |
11042 |
2016-12-31 |
13041 |
2016-11-30 |
11033 |
2016-10-31 |
8600 |
2016-09-30 |
7404 |
2016-08-31 |
8212 |
2016-07-31 |
5111 |
Share the specific page using the buttons below.
\n' +
'\n'+
'
';
$(".after-download-popup .embed-code .embed-type-chart .embed-code-copy textarea").val(codeChart);
var codeTable =
'\n' +
'\n'+
'
';
$(".after-download-popup .embed-code .embed-type-table .embed-code-copy textarea").val(codeTable);
},
error: function (request, status, error) {
//console.log(request.responseText + "error =" + error);
$(".after-download-popup .popup-body").html("");
var errorHtml = $("
").appendTo($(".after-download-popup .popup-body")).css('color','red').text("Invalid Wid");
},
complete: function(result) {
//open the popup
$(".popup-overlay.after-download-popup, .popup-content").addClass("active");
$(".after-download-popup").show();
}
});
});
//download image data
$("#chart-tabs-block a.download-image").click(function () {
var wid = "87667";
console.log("---Downloading data -image");
var apiUrl = "https://macrovar.com/wp-json/mesmerize-api/v1/market-data-wid";
$.ajax({
type: "POST",
url: apiUrl,
crossDomain: true,
data: {"wid":wid},
dataType: "json",
success: function (result) {
//get returned info
console.log(result);
var data = result['data'];
var variableDetail = result['variable-detail'];
//update the content of the popup that opens after download
//set the embed link title
$(".after-download-popup .embed-code-title").text(variableDetail['cnt'] + ' ' + variableDetail['indicator'] + ' ' + variableDetail['tp']);
//set the download data type in the success message
$(".after-download-popup .download-success-message .download-data-type").text("image");
//set the embed code to copy
var ifw = "800px", ifh = "420px";
var codeChart =
'\n' +
'\n'+
'
';
$(".after-download-popup .embed-code .embed-type-chart .embed-code-copy textarea").val(codeChart);
var codeTable =
'\n' +
'\n'+
'
';
$(".after-download-popup .embed-code .embed-type-table .embed-code-copy textarea").val(codeTable);
//create canvas
var chartContainer = $("
" ).appendTo( $("body") );
var canvas = $("#macrovar-chart");
//prepare data
var labels = [];
var dataValue = [];
data.forEach( (row, index) => {
labels[index] = row['date'];
dataValue[index] = row['value'];
});
var maxTicksLimit = data.length / 5;
var myChart = new Chart(canvas, {
type: 'line',
data: {
labels: labels,
datasets: [{
data: dataValue,
fill: false,
borderColor: 'rgb(45, 121, 222)',
tension: 0.1
}]
},
options: {
responsive: true,
scales: {
y: {
beginAtZero: false,
grid:{
display:false
}
},
x:{
ticks: {
maxTicksLimit: maxTicksLimit
}
}
},
maintainAspectRatio: false,
plugins: {
legend: {
display: false
},
subtitle: {
display: true,
align: 'center',
position: 'left',
text: variableDetail['var'],
}
},
animation: {
onComplete: function () {
// Get the chart's base64 image string
var a = document.createElement('a');
a.href = myChart.toBase64Image();
a.download = variableDetail['var']+'.png';
// Trigger the download
a.click();
//remove chart
chartContainer.remove();
},
}
},
plugins: [{
beforeDraw: function(chart) {
//draw background
var ctx = chart.ctx;
ctx.fillStyle = 'white';
ctx.fillRect(0, 0, chart.width, chart.height);
}
}]
});
},
error: function (request, status, error) {
console.log(request.responseText + "error =" + error);
$(".after-download-popup .popup-body").html("");
var errorHtml = $("
").appendTo($(".after-download-popup .popup-body")).css('color','red').text("Invalid Wid");
},
complete: function(result) {
//open the popup
$(".popup-overlay.after-download-popup, .popup-content").addClass("active");
}
});
});
//copy code to clipborad - in the popup
$(".after-download-popup .embed-code .embed-code-copy textarea").click(function(e){
e.preventDefault();
$(this).select();
document.execCommand('copy');
console.log("--code copied to clipboard");
});
});
function generateEmbedCode() {
var tabs = $('#chart-tabs-block'),
id = $('.select-embed li.active', tabs).data('id'),
code = '',
ifw = $('[name="share-width"]', tabs).val(),
ifh = $('[name="share-height"]', tabs).val(),
wid = "29978";
if (id && ifw && ifh) {
if (id == 'chart') {
code = '
source:
macrovar.com';
/*code =
'\n' +
'\n'+
'
';
*/
} else if (id =='data') {
//let data = $('#data table', tabs).html();
// data = data.replace(/[\t\n\r]|[\s]{2,}/gm, '');
//code = '
';
code =
'\n' +
'\n'+
'
';
} else if (id =='txt') {
code =
'\n' +
'\n'+
'
\n\n'+
'*** In your webpage place the following code to display the latest up to date value of this indicator. ***\n'+
'
';
}
$('.copycode textarea', tabs).val(code);
}
}
function previewEmbed(e) {
e.preventDefault();
var tabs = $('#chart-tabs-block'),
id = $('.select-embed li.active', tabs).data('id');
if (id == 'chart') {
window.open('https://macrovar.com/macroeconomics/Chile-housing-starts.png','_blank');
} else {
$('button#data-tab').click();
}
}
Chile housing starts Statistics
Indicator |
Symbol |
Actual |
Previous |
M/M% |
Y/Y% |
Trend |
Slope |
Percentile |
Update |
housing starts |
cl.housingstarts |
12750.0 |
15492 |
-18 |
-15 |
UP |
Down |
30 |
2018-06-30 |
Chile housing starts Quantitative Analysis, Charts & Factors
Chile housing starts Historical Data
The
MacroVar database offers
free access to historical data for the Chile housing starts, dating back to 1950. This extensive dataset is
readily available through MacroVar versatile platforms, including a user-friendly web interface, a robust Python API, and convenient Excel integration. By leveraging these tools, users can efficiently retrieve and analyze
decades of Chile housing starts data, supporting a wide range of research, financial analysis, and decision-making processes.
What is the Chile housing starts
Chile housing starts refer to the number of new residential construction projects that have begun in Chile within a specific period of time. This indicator is crucial for measuring the health and growth of the housing market in the country. An increase in housing starts typically indicates a growing demand for homes and a strong economy, while a decrease may suggest a slowdown in the housing market and overall economic activity. Monitoring Chile housing starts can provide valuable insights into the direction of the real estate market and help policymakers and investors make informed decisions about the future of the housing sector in Chile.