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

Latest

Get latest news

/news

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

te.getNews()
const te = require('tradingeconomics');
te.login('your_api_key');

data = te.getNews().then(function(data){
    console.log(data)     
});
WebRequest request = WebRequest.Create("https://api.tradingeconomics.com/news?c=guest:guest");
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

Pagination

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

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

te.getNews(start=150, limit=5)
data = te.getNews(start = '150', limit = '5').then(function(data){
    console.log(data)     
});
WebRequest request = WebRequest.Create("https://api.tradingeconomics.com/news?c=guest:guest&limit=5&start=150");
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

Response fields

FieldTypeDescriptionExample
IDstringUnique ID“372644”
TitlestringTitle of the event“Eurozone Industrial Output Rises for 2nd Month”
DatestringRelease time and date in UTC“2023-04-13T09:25:34.693”
DescriptionstringDescription of the event“Industrial production in the Euro Area rose by 1.5 percent from…”
CountrystringCountry name“Euro Area”
CategorystringCategory name“Industrial Production Mom”
SymbolstringUnique symbol used by Trading Economics“EUROAREAINDPROMOM”
UrlstringHyperlink at Trading Economics“/euro-area/industrial-production-mom”
ImportancenumberLowest 0 to 3 highest2