News | Lexington Realty
Lexington Realty real estate agency in Costa Blanca, Alicante, Santa Pola, Gran Alacant

News

Up date on the Spanish property market

Up date on the Spanish property market

9th October 2020

Officially the summer is over in Spain September 22. A summer that we will remember for many years not only for the the high temperatures more over for the Covid and its implication for the country the tourist industry and for the property market.

After the country had been shut down for 3 month many thought they were going back to normality which we all know now resulted in a second wave worse that the first.

What did come back to normal was the number of properties sold in July. Actually the number was higher than July last year. But in a declining market it was probably merely a dead cat´s bounce, caused by a back lock  from the previous months.

The uncertainty of where the market is going does not seem to have had an impact on the prices in coastal areas, yet. Nor have we seen a larger inflow of properties for sale although this is what we had expected.  Normally we see  clear signs when the builders start to offer higher commission for selling their off plan products but this we have not seen so far either.

However it is inevitable that the property market will not be affected by a drop in the BNP of more than 20% in the Spain in the second quarter.

The 'million Euro question' is by how much? A humble and maybe optimistic guess is 10%. Again all depending on how long we have to wait for a vaccine. Until then Spain puts it's trust in two merciful German women.

Looking at the bright side, things will get back to normal and despite of Brexit and Covid the Spanish property market, with corrections, will remain attractive for the European buyers.

Best regards,

Lexington Realty

Peter Thuesen, Director


2025-02-13T17:06:19+01:00info
Database connected
2025-02-13T17:06:19+01:00sql7 ms
SELECT *, clave FROM lexington_traducciones
2025-02-13T17:06:19+01:00sql0 ms
SELECT clave, valor FROM lexington_config
2025-02-13T17:06:19+01:00sql0 ms
	SELECT id, clave, parent_id, privado, formulario,
					titulo_en AS titulo, banner,
					link_en AS link,
					slug_en AS slug,
					meta_key_en AS meta_key,
					meta_descr_en AS meta_descr,
					art_en AS text
					FROM lexington_articulos 
					 WHERE slug_en = 'property-news' 
					
2025-02-13T17:06:19+01:00sql0 ms
	SELECT id, clave, 
					titulo_en AS title,
					link_en AS link,
					slug_en AS slug,
					art_en AS text,
					meta_descr_en AS meta,
					(SELECT img.file_name as file_name
        FROM lexington_images_articulos img
        WHERE img.parent_id = main.id
        ORDER BY img.orden ASC
        LIMIT 1) AS file_name 
					FROM lexington_articulos main
					WHERE parent_id = 15
					ORDER BY orden
					
2025-02-13T17:06:19+01:00sql0 ms
SELECT file_name FROM lexington_images_articulos WHERE parent_id = 15 ORDER BY orden
2025-02-13T17:06:19+01:00sql0 ms
SELECT file_name FROM lexington_files_articulos WHERE parent_id = 15 ORDER BY orden
2025-02-13T17:06:19+01:00sql1 ms
 	SELECT *, id, clave, link_en AS link,  titulo_en AS titulo,
					slug_en AS slug, header_menu, footer_menu, parent_id, orden
					FROM lexington_articulos
					ORDER BY orden
					
2025-02-13T17:06:19+01:00sql0 ms
SELECT slug_en, slug_dk, slug_se, slug_no, slug_fr, slug_nl, slug_de, slug_es, slug_pl FROM lexington_articulos WHERE clave = 'noticias'
2025-02-13T17:06:19+01:00sql0 ms
SELECT slug_en, slug_dk, slug_se, slug_no, slug_fr, slug_nl, slug_de, slug_es, slug_pl FROM lexington_articulos WHERE clave = 'noticias'
2025-02-13T17:06:19+01:00sql0 ms
SELECT slug_en, slug_dk, slug_se, slug_no, slug_fr, slug_nl, slug_de, slug_es, slug_pl FROM lexington_articulos WHERE clave = 'noticias'
2025-02-13T17:06:19+01:00sql2 ms
	SELECT id,
					titulo_en AS titulo,
					descr_en AS descripcion,
					fecha
					
		, (SELECT img.file_name as file_name
		FROM lexington_images_noticias img
		WHERE img.parent_id = main.id
		ORDER BY img.orden ASC
		LIMIT 1) AS img
					FROM lexington_noticias main
					 WHERE fecha <= '2025-02-13' 
					ORDER BY fecha DESC
					
2025-02-13T17:06:19+01:00sql0 ms
	SELECT id,
					titulo_en AS titulo,
					descr_en AS descripcion,
					fecha
					
		, (SELECT img.file_name as file_name
		FROM lexington_images_noticias img
		WHERE img.parent_id = main.id
		ORDER BY img.orden ASC
		LIMIT 1) AS img
					FROM lexington_noticias main
					 WHERE fecha <= '2025-02-13' 
					ORDER BY fecha DESC
					 LIMIT 0, 6 
2025-02-13T17:06:19+01:00sql0 ms
	SELECT id, fecha,
					titulo_en AS titulo,
					descr_en AS descripcion
					FROM lexington_noticias main
					WHERE 1 = 1
					 AND id = 12
					
					ORDER BY fecha DESC
                    LIMIT 1
					
2025-02-13T17:06:19+01:00sql0 ms
SELECT parent_id, file_name FROM lexington_images_noticias WHERE parent_id = 12 ORDER BY orden
2025-02-13T17:06:19+01:00sql0 ms
	SELECT file_name, art.id AS aid
					FROM lexington_images_articulos img
					JOIN lexington_articulos art
						ON img.parent_id = art.id
					WHERE art.clave = 'noticias'