Latest

News are short summaries, usually three to five sentences, covering a specific release/event related to the data and providing an explanation of what was behind the growth/contraction and increase/decrease in the specific dataseries. Our news are mostly driven by Calendar releases and the most important financial news related to market data including stocks, bonds, commodities and currencies.

Latest

Using Requests:

import requests
api_key = 'YOUR_API_KEY'
url = f'https://api.tradingeconomics.com/news?c={api_key}'
data = requests.get(url).json()
print(data)

Or using our package:

import tradingeconomics as te
te.login('your_api_key')
te.getNews()

Using Requests:

const axios = require('axios');
(async () => {
    const api_key = 'YOUR_API_KEY'
    const response = await axios.get(`https://api.tradingeconomics.com/news?c=${api_key}`)
    console.log(response.data)
})()

Or using our package:

const te = require('tradingeconomics');
te.login('your_api_key');
data = te.getNews().then(function(data){
    console.log(data)     
});

Using Requests:

using (var httpClient = new HttpClient())
{
    using (var request = new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/news?c=your_api_key"))
    {
        request.Headers.TryAddWithoutValidation("Upgrade-Insecure-Requests", "1");
        var response = await httpClient.SendAsync(request);
        if (response.IsSuccessStatusCode)
        {
            var content = await response.Content.ReadAsStringAsync(); 
            Console.WriteLine(content);
        }
    }
}

The response data format can be configured by appending the &f= parameter to the URL request.

/news

idtitledatedescriptioncountrycategorysymbolurlimportance
380626Serbian Dinar Hits 15-month High7/12/2023 1:30:15 PMUSDRSD decreased to a 15-month low of 105.61SerbiacurrencyUSDSRB/serbia/currency0
380625Paris Stocks Rise for 4th Day7/12/2023 1:30:00 PM“The CAC 40 index continued to climb for the fourth session in a row to close about…”FranceStock MarketCAC/france/stock-market1
380624French 10-Year Bond Yield Falls7/12/2023 1:26:35 PM“The yield on the French 10-year OAT retreated below the 3.2% threshold after…”FranceGovernment Bond 10YGFRN10/france/government-bond-yield1

/news?f=json

[{"id":"389217","title":"North Macedonia Inflation Lowest since End of 2021","date":"2023-10-09T10:23:44.617","description":"The annual inflation rate in Macedonia eased further to 6.6% in September 2023 from 8.3% in the previous month, marking the lowest level since December 2021. Slower increases were primarily seen in food & non-alcoholic beverages (7.8% vs 10.8% in August), housing & utilities (6.1% vs 8.5%), clothing & footwear (5.1% vs 5.6%), and furnishings & household equipment (10.7% vs 14.1%). On the other hand, the cost grew faster for transport (1.8% vs 0.4%), while remaining unchanged for restaurants & hotels (5.5% vs 5.5%), On a monthly basis, consumer prices edged down by 0.1% in September.","country":"Macedonia","category":"Inflation Rate","symbol":"MacedoniaIR","url":"/macedonia/inflation-cpi","importance":1},{"id":"389215","title":"Malta Industrial Production Accelerates in August","date":"2023-10-09T10:09:31.267","description":"Industrial production in Malta rose by 2.9% year-on-year in August 2023, following a downwardly revised 2% increase in the previous month, as production accelerated for intermediate goods (8.7% vs 5.0% in August), manufacturing (4.1% vs 3.2%) and rebounded for capital goods (7.4% vs -1.7%). Also, production of durable consumer goods surged (33% vs 26%), while output of non-durable consumer goods declined (-0.9% vs 3.8%). Meanwhile, energy production fell at a softer pace (-1.1% vs -3.2%). On a seasonally adjusted basis, industrial production rose 0.6%, following a downwardly revised 3.1% increase in July.","country":"Malta","category":"Industrial Production","symbol":"MalaltaIndction","url":"/malta/industrial-production","importance":1},{"id":"389214","title":"Croatia Trade Deficit Narrows in August","date":"2023-10-09T09:57:00","description":"Croatia’s trade deficit narrowed to EUR 1.3 billion in August 2023 from EUR 2 billion in the corresponding month of the previous year, preliminary estimates showed. Year-on-year, exports fell at a softer 10.5% to EUR 1.7 billion, while imports shrank by 25.6% to EUR 2.9 billion. Considering the January-August period, the trade deficit decreased to EUR 11.3 billion from EUR 12.1 billion in the same period of 2022.","country":"Croatia","category":"Balance of Trade","symbol":"CroatiaBalrade","url":"/croatia/balance-of-trade","importance":0},{"id":"389213","title":"Italian Shares Flat on Monday","date":"2023-10-09T09:38:05.063","description":"The FTSE MIB was trading around the flatline slightly above the 27,800 threshold on Monday, mirroring the performance of its European peers, as demand for safety increased after the conflict between Israel and Hamas escalated. Significant declines were seen in Amplifon (-1.5%), Telecom Italia (-2%) and Moncler (-1.8%). However, petrochemical firms, including Tenaris, Eni and Saipem, were all up by almost 2%, benefitting from a significant surge in oil prices. Additionally, global defense stocks, namely Leonardo (+6.3%), have experienced a rally amidst the prevailing geopolitical tensions.","country":"Italy","category":"Stock Market","symbol":"FTSEMIB","url":"/italy/stock-market","importance":1},{"id":"389212","title":"Copper Rebounds from 4-Month Low","date":"2023-10-09T09:30:12.583","description":"Copper futures rose to above $3.6 per pound, rebounding from the four-month low of $3.56 on October 5th as markets reassessed the impact of soaring bond yields on the demand for industrial inputs. Optimistic PMI data from the US underscored the robustness of manufacturers to tighter monetary policy, keeping the demand outlook in check despite the surge in long-dated bond yields. Improved PMI data from China also underpinned robust industrial activity, aligning with recent bets from JPMorgan that forecasted high infrastructure construction in the world’s top consumer. Looming shortage concerns in the longer run also supported prices. Reports from S&P Global and the EIA project copper demand to double from the current levels by 2035, missing the International Copper Association’s forecasts of a 26% increase in supply, and raising concerns of wide shortfalls. In the shorter term, output from Codelco sank by 14% in the first half of the year, stretching the 7% decline from 2022","country":"Commodity","category":"Commodity","symbol":"HG1","url":"/commodity/copper","importance":1}]

/news?f=csv

id,title,date,description,country,category,symbol,url,importance
389217,North Macedonia Inflation Lowest since End of 2021,10/9/2023 10:23:44 AM,"The annual inflation rate in Macedonia eased further to 6.6% in September 2023 from 8.3% in the previous month, marking the lowest level since December 2021. Slower increases were primarily seen in food & non-alcoholic beverages (7.8% vs 10.8% in August), housing & utilities (6.1% vs 8.5%), clothing & footwear (5.1% vs 5.6%), and furnishings & household equipment (10.7% vs 14.1%). On the other hand, the cost grew faster for transport (1.8% vs 0.4%), while remaining unchanged for restaurants & hotels (5.5% vs 5.5%), On a monthly basis, consumer prices edged down by 0.1% in September.",Macedonia,Inflation Rate,MacedoniaIR,/macedonia/inflation-cpi,1
389215,Malta Industrial Production Accelerates in August,10/9/2023 10:09:31 AM,"Industrial production in Malta rose by 2.9% year-on-year in August 2023, following a downwardly revised 2% increase in the previous month, as production accelerated for intermediate goods (8.7% vs 5.0% in August), manufacturing (4.1% vs 3.2%) and rebounded for capital goods (7.4% vs -1.7%). Also, production of durable consumer goods surged (33% vs 26%), while output of non-durable consumer goods declined (-0.9% vs 3.8%). Meanwhile, energy production fell at a softer pace (-1.1% vs -3.2%). On a seasonally adjusted basis, industrial production rose 0.6%, following a downwardly revised 3.1% increase in July.",Malta,Industrial Production,MalaltaIndction,/malta/industrial-production,1

/news?f=xml

<ArrayOfArticlePreview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<ArticlePreview>
<category>Inflation Rate</category>
<country>Macedonia</country>
<date>2023-10-09T10:23:44.617</date>
<description>The annual inflation rate in Macedonia eased further to 6.6% in September 2023 from 8.3% in the previous month, marking the lowest level since December 2021. Slower increases were primarily seen in food & non-alcoholic beverages (7.8% vs 10.8% in August), housing & utilities (6.1% vs 8.5%), clothing & footwear (5.1% vs 5.6%), and furnishings & household equipment (10.7% vs 14.1%). On the other hand, the cost grew faster for transport (1.8% vs 0.4%), while remaining unchanged for restaurants & hotels (5.5% vs 5.5%), On a monthly basis, consumer prices edged down by 0.1% in September.</description>
<id>389217</id>
<importance>1</importance>
<symbol>MacedoniaIR</symbol>
<title>North Macedonia Inflation Lowest since End of 2021</title>
<url>/macedonia/inflation-cpi</url>
</ArticlePreview>
<ArticlePreview>
<category>Industrial Production</category>
<country>Malta</country>
<date>2023-10-09T10:09:31.267</date>
<description>Industrial production in Malta rose by 2.9% year-on-year in August 2023, following a downwardly revised 2% increase in the previous month, as production accelerated for intermediate goods (8.7% vs 5.0% in August), manufacturing (4.1% vs 3.2%) and rebounded for capital goods (7.4% vs -1.7%). Also, production of durable consumer goods surged (33% vs 26%), while output of non-durable consumer goods declined (-0.9% vs 3.8%). Meanwhile, energy production fell at a softer pace (-1.1% vs -3.2%). On a seasonally adjusted basis, industrial production rose 0.6%, following a downwardly revised 3.1% increase in July.</description>
<id>389215</id>
<importance>1</importance>
<symbol>MalaltaIndction</symbol>
<title>Malta Industrial Production Accelerates in August</title>
<url>/malta/industrial-production</url>
</ArticlePreview>
<ArticlePreview>
<category>Balance of Trade</category>
<country>Croatia</country>
<date>2023-10-09T09:57:00</date>
<description>Croatia’s trade deficit narrowed to EUR 1.3 billion in August 2023 from EUR 2 billion in the corresponding month of the previous year, preliminary estimates showed. Year-on-year, exports fell at a softer 10.5% to EUR 1.7 billion, while imports shrank by 25.6% to EUR 2.9 billion. Considering the January-August period, the trade deficit decreased to EUR 11.3 billion from EUR 12.1 billion in the same period of 2022.</description>
<id>389214</id>
<importance>0</importance>
<symbol>CroatiaBalrade</symbol>
<title>Croatia Trade Deficit Narrows in August</title>
<url>/croatia/balance-of-trade</url>
</ArticlePreview>
<ArticlePreview>
<category>Stock Market</category>
<country>Italy</country>
<date>2023-10-09T09:38:05.063</date>
<description>The FTSE MIB was trading around the flatline slightly above the 27,800 threshold on Monday, mirroring the performance of its European peers, as demand for safety increased after the conflict between Israel and Hamas escalated. Significant declines were seen in Amplifon (-1.5%), Telecom Italia (-2%) and Moncler (-1.8%). However, petrochemical firms, including Tenaris, Eni and Saipem, were all up by almost 2%, benefitting from a significant surge in oil prices. Additionally, global defense stocks, namely Leonardo (+6.3%), have experienced a rally amidst the prevailing geopolitical tensions.</description>
<id>389213</id>
<importance>1</importance>
<symbol>FTSEMIB</symbol>
<title>Italian Shares Flat on Monday</title>
<url>/italy/stock-market</url>
</ArticlePreview>
<ArticlePreview>
<category>Commodity</category>
<country>Commodity</country>
<date>2023-10-09T09:30:12.583</date>
<description>Copper futures rose to above $3.6 per pound, rebounding from the four-month low of $3.56 on October 5th as markets reassessed the impact of soaring bond yields on the demand for industrial inputs. Optimistic PMI data from the US underscored the robustness of manufacturers to tighter monetary policy, keeping the demand outlook in check despite the surge in long-dated bond yields. Improved PMI data from China also underpinned robust industrial activity, aligning with recent bets from JPMorgan that forecasted high infrastructure construction in the world’s top consumer. Looming shortage concerns in the longer run also supported prices. Reports from S&P Global and the EIA project copper demand to double from the current levels by 2035, missing the International Copper Association’s forecasts of a 26% increase in supply, and raising concerns of wide shortfalls. In the shorter term, output from Codelco sank by 14% in the first half of the year, stretching the 7% decline from 2022</description>
<id>389212</id>
<importance>1</importance>
<symbol>HG1</symbol>
<title>Copper Rebounds from 4-Month Low</title>
<url>/commodity/copper</url>
</ArticlePreview>
</ArrayOfArticlePreview>

Pagination

Paginate a news list, specifying the start index and list limit size.

Using Requests:

import requests
api_key = 'YOUR_API_KEY'
url = f'https://api.tradingeconomics.com/news?c={api_key}&limit=5&start=150'
data = requests.get(url).json()
print(data)

Or using our package:

te.getNews(start=150, limit=5)

Using Requests:

const axios = require('axios');
(async () => {
    const api_key = 'YOUR_API_KEY'
    const response = await axios.get(`https://api.tradingeconomics.com/news?c=${api_key}&limit=5&start=150`)
    console.log(response.data)
})()

Or using our package:

data = te.getNews(start = '150', limit = '5').then(function(data){
    console.log(data)     
});

Using Requests:

new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/news?c=your_api_key&limit=5&start=150");

/news?c=guest:guest&limit={list_size}&start={start_index}

idtitledatedescriptioncountrycategorysymbolurlimportance
380626Serbian Dinar Hits 15-month High7/12/2023 1:30:15 PMUSDRSD decreased to a 15-month low of 105.61SerbiacurrencyUSDSRB/serbia/currency0
380625Paris Stocks Rise for 4th Day7/12/2023 1:30:00 PM“The CAC 40 index continued to climb for the fourth session in a row to close about…”FranceStock MarketCAC/france/stock-market1
380624French 10-Year Bond Yield Falls7/12/2023 1:26:35 PM“The yield on the French 10-year OAT retreated below the 3.2% threshold after…”FranceGovernment Bond 10YGFRN10/france/government-bond-yield1

/news?c=guest:guest&limit={list_size}&start={start_index}?f=json

[{"id":"389217","title":"North Macedonia Inflation Lowest since End of 2021","date":"2023-10-09T10:23:44.617","description":"The annual inflation rate in Macedonia eased further to 6.6% in September 2023 from 8.3% in the previous month, marking the lowest level since December 2021. Slower increases were primarily seen in food & non-alcoholic beverages (7.8% vs 10.8% in August), housing & utilities (6.1% vs 8.5%), clothing & footwear (5.1% vs 5.6%), and furnishings & household equipment (10.7% vs 14.1%). On the other hand, the cost grew faster for transport (1.8% vs 0.4%), while remaining unchanged for restaurants & hotels (5.5% vs 5.5%), On a monthly basis, consumer prices edged down by 0.1% in September.","country":"Macedonia","category":"Inflation Rate","symbol":"MacedoniaIR","url":"/macedonia/inflation-cpi","importance":1},{"id":"389215","title":"Malta Industrial Production Accelerates in August","date":"2023-10-09T10:09:31.267","description":"Industrial production in Malta rose by 2.9% year-on-year in August 2023, following a downwardly revised 2% increase in the previous month, as production accelerated for intermediate goods (8.7% vs 5.0% in August), manufacturing (4.1% vs 3.2%) and rebounded for capital goods (7.4% vs -1.7%). Also, production of durable consumer goods surged (33% vs 26%), while output of non-durable consumer goods declined (-0.9% vs 3.8%). Meanwhile, energy production fell at a softer pace (-1.1% vs -3.2%). On a seasonally adjusted basis, industrial production rose 0.6%, following a downwardly revised 3.1% increase in July.","country":"Malta","category":"Industrial Production","symbol":"MalaltaIndction","url":"/malta/industrial-production","importance":1},{"id":"389214","title":"Croatia Trade Deficit Narrows in August","date":"2023-10-09T09:57:00","description":"Croatia’s trade deficit narrowed to EUR 1.3 billion in August 2023 from EUR 2 billion in the corresponding month of the previous year, preliminary estimates showed. Year-on-year, exports fell at a softer 10.5% to EUR 1.7 billion, while imports shrank by 25.6% to EUR 2.9 billion. Considering the January-August period, the trade deficit decreased to EUR 11.3 billion from EUR 12.1 billion in the same period of 2022.","country":"Croatia","category":"Balance of Trade","symbol":"CroatiaBalrade","url":"/croatia/balance-of-trade","importance":0},{"id":"389213","title":"Italian Shares Flat on Monday","date":"2023-10-09T09:38:05.063","description":"The FTSE MIB was trading around the flatline slightly above the 27,800 threshold on Monday, mirroring the performance of its European peers, as demand for safety increased after the conflict between Israel and Hamas escalated. Significant declines were seen in Amplifon (-1.5%), Telecom Italia (-2%) and Moncler (-1.8%). However, petrochemical firms, including Tenaris, Eni and Saipem, were all up by almost 2%, benefitting from a significant surge in oil prices. Additionally, global defense stocks, namely Leonardo (+6.3%), have experienced a rally amidst the prevailing geopolitical tensions.","country":"Italy","category":"Stock Market","symbol":"FTSEMIB","url":"/italy/stock-market","importance":1},{"id":"389212","title":"Copper Rebounds from 4-Month Low","date":"2023-10-09T09:30:12.583","description":"Copper futures rose to above $3.6 per pound, rebounding from the four-month low of $3.56 on October 5th as markets reassessed the impact of soaring bond yields on the demand for industrial inputs. Optimistic PMI data from the US underscored the robustness of manufacturers to tighter monetary policy, keeping the demand outlook in check despite the surge in long-dated bond yields. Improved PMI data from China also underpinned robust industrial activity, aligning with recent bets from JPMorgan that forecasted high infrastructure construction in the world’s top consumer. Looming shortage concerns in the longer run also supported prices. Reports from S&P Global and the EIA project copper demand to double from the current levels by 2035, missing the International Copper Association’s forecasts of a 26% increase in supply, and raising concerns of wide shortfalls. In the shorter term, output from Codelco sank by 14% in the first half of the year, stretching the 7% decline from 2022","country":"Commodity","category":"Commodity","symbol":"HG1","url":"/commodity/copper","importance":1}]

/news?c=guest:guest&limit={list_size}&start={start_index}?f=csv

id,title,date,description,country,category,symbol,url,importance
389217,North Macedonia Inflation Lowest since End of 2021,10/9/2023 10:23:44 AM,"The annual inflation rate in Macedonia eased further to 6.6% in September 2023 from 8.3% in the previous month, marking the lowest level since December 2021. Slower increases were primarily seen in food & non-alcoholic beverages (7.8% vs 10.8% in August), housing & utilities (6.1% vs 8.5%), clothing & footwear (5.1% vs 5.6%), and furnishings & household equipment (10.7% vs 14.1%). On the other hand, the cost grew faster for transport (1.8% vs 0.4%), while remaining unchanged for restaurants & hotels (5.5% vs 5.5%), On a monthly basis, consumer prices edged down by 0.1% in September.",Macedonia,Inflation Rate,MacedoniaIR,/macedonia/inflation-cpi,1
389215,Malta Industrial Production Accelerates in August,10/9/2023 10:09:31 AM,"Industrial production in Malta rose by 2.9% year-on-year in August 2023, following a downwardly revised 2% increase in the previous month, as production accelerated for intermediate goods (8.7% vs 5.0% in August), manufacturing (4.1% vs 3.2%) and rebounded for capital goods (7.4% vs -1.7%). Also, production of durable consumer goods surged (33% vs 26%), while output of non-durable consumer goods declined (-0.9% vs 3.8%). Meanwhile, energy production fell at a softer pace (-1.1% vs -3.2%). On a seasonally adjusted basis, industrial production rose 0.6%, following a downwardly revised 3.1% increase in July.",Malta,Industrial Production,MalaltaIndction,/malta/industrial-production,1

/news?c=guest:guest&limit={list_size}&start={start_index}?f=xml

<ArrayOfArticlePreview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<ArticlePreview>
<category>Inflation Rate</category>
<country>Macedonia</country>
<date>2023-10-09T10:23:44.617</date>
<description>The annual inflation rate in Macedonia eased further to 6.6% in September 2023 from 8.3% in the previous month, marking the lowest level since December 2021. Slower increases were primarily seen in food & non-alcoholic beverages (7.8% vs 10.8% in August), housing & utilities (6.1% vs 8.5%), clothing & footwear (5.1% vs 5.6%), and furnishings & household equipment (10.7% vs 14.1%). On the other hand, the cost grew faster for transport (1.8% vs 0.4%), while remaining unchanged for restaurants & hotels (5.5% vs 5.5%), On a monthly basis, consumer prices edged down by 0.1% in September.</description>
<id>389217</id>
<importance>1</importance>
<symbol>MacedoniaIR</symbol>
<title>North Macedonia Inflation Lowest since End of 2021</title>
<url>/macedonia/inflation-cpi</url>
</ArticlePreview>
<ArticlePreview>
<category>Industrial Production</category>
<country>Malta</country>
<date>2023-10-09T10:09:31.267</date>
<description>Industrial production in Malta rose by 2.9% year-on-year in August 2023, following a downwardly revised 2% increase in the previous month, as production accelerated for intermediate goods (8.7% vs 5.0% in August), manufacturing (4.1% vs 3.2%) and rebounded for capital goods (7.4% vs -1.7%). Also, production of durable consumer goods surged (33% vs 26%), while output of non-durable consumer goods declined (-0.9% vs 3.8%). Meanwhile, energy production fell at a softer pace (-1.1% vs -3.2%). On a seasonally adjusted basis, industrial production rose 0.6%, following a downwardly revised 3.1% increase in July.</description>
<id>389215</id>
<importance>1</importance>
<symbol>MalaltaIndction</symbol>
<title>Malta Industrial Production Accelerates in August</title>
<url>/malta/industrial-production</url>
</ArticlePreview>
<ArticlePreview>
<category>Balance of Trade</category>
<country>Croatia</country>
<date>2023-10-09T09:57:00</date>
<description>Croatia’s trade deficit narrowed to EUR 1.3 billion in August 2023 from EUR 2 billion in the corresponding month of the previous year, preliminary estimates showed. Year-on-year, exports fell at a softer 10.5% to EUR 1.7 billion, while imports shrank by 25.6% to EUR 2.9 billion. Considering the January-August period, the trade deficit decreased to EUR 11.3 billion from EUR 12.1 billion in the same period of 2022.</description>
<id>389214</id>
<importance>0</importance>
<symbol>CroatiaBalrade</symbol>
<title>Croatia Trade Deficit Narrows in August</title>
<url>/croatia/balance-of-trade</url>
</ArticlePreview>
<ArticlePreview>
<category>Stock Market</category>
<country>Italy</country>
<date>2023-10-09T09:38:05.063</date>
<description>The FTSE MIB was trading around the flatline slightly above the 27,800 threshold on Monday, mirroring the performance of its European peers, as demand for safety increased after the conflict between Israel and Hamas escalated. Significant declines were seen in Amplifon (-1.5%), Telecom Italia (-2%) and Moncler (-1.8%). However, petrochemical firms, including Tenaris, Eni and Saipem, were all up by almost 2%, benefitting from a significant surge in oil prices. Additionally, global defense stocks, namely Leonardo (+6.3%), have experienced a rally amidst the prevailing geopolitical tensions.</description>
<id>389213</id>
<importance>1</importance>
<symbol>FTSEMIB</symbol>
<title>Italian Shares Flat on Monday</title>
<url>/italy/stock-market</url>
</ArticlePreview>
<ArticlePreview>
<category>Commodity</category>
<country>Commodity</country>
<date>2023-10-09T09:30:12.583</date>
<description>Copper futures rose to above $3.6 per pound, rebounding from the four-month low of $3.56 on October 5th as markets reassessed the impact of soaring bond yields on the demand for industrial inputs. Optimistic PMI data from the US underscored the robustness of manufacturers to tighter monetary policy, keeping the demand outlook in check despite the surge in long-dated bond yields. Improved PMI data from China also underpinned robust industrial activity, aligning with recent bets from JPMorgan that forecasted high infrastructure construction in the world’s top consumer. Looming shortage concerns in the longer run also supported prices. Reports from S&P Global and the EIA project copper demand to double from the current levels by 2035, missing the International Copper Association’s forecasts of a 26% increase in supply, and raising concerns of wide shortfalls. In the shorter term, output from Codelco sank by 14% in the first half of the year, stretching the 7% decline from 2022</description>
<id>389212</id>
<importance>1</importance>
<symbol>HG1</symbol>
<title>Copper Rebounds from 4-Month Low</title>
<url>/commodity/copper</url>
</ArticlePreview>
</ArrayOfArticlePreview>