News by Ticker

This endpoint allows for the retrieval of news filtered by ticker.

Using Requests:

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

Or using our package:

te.getNews(ticker = 'CZCAEUR')

Using Requests:

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

Or using our package:

data = te.getNews(ticker = 'CZCAEUR').then(function(data){
    console.log(data)     
});

Using Requests:

new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/news/ticker/CZCAEUR?c=your_api_key");
https://api.tradingeconomics.com/news/ticker/{ticker}&f=json?c={your_api_key}
[{
     {
    "id": "469954",
    "title": "Czech Republic Current Account Deficit Narrows in May",
    "date": "2025-07-14T09:14:45.353",
    "description": "The Czech Republic’s current account deficit narrowed to CZK 5.83 billion in May 2025 from CZK 17.16 billion in the corresponding month of the previous year, compared to market forecasts of CZK 4.98 billion shortfall. This marked the first current account deficit since September 2024, as goods account surplus rose to CZK 29.68 billion from CZK 26.98 billion in May 2024, while services account surplus decreased to CZK 7.96 billion from CZK 11.63 billion. In addition, the primary income shortfall narrowed to CZK 41.09 billion from CZK 49.76 billion a year earlier, while the secondary account deficit widened significantly to CZK 23.81 billion from CZK 6.00 billion.",
    "country": "Czech Republic",
    "category": "Current Account",
    "symbol": "CZCAEUR",
    "url": "/czech-republic/current-account",
    "importance": 1
  },
  {
    "id": "462893",
    "title": "Czech Republic Current Account Surplus Narrows in April",
    "date": "2025-06-13T08:47:32.383",
    "description": "The Czech Republic’s current account surplus narrowed to CZK 14.4 billion in April 2025 from CZK 35.28 billion in the corresponding month of the previous year. Goods account surplus decreased to CZK 36.55 billion from CZK 45.61 billion in April 2024, while the services account surplus went down to CZK 5.44 billion from CZK 11.32 billion. In addition, the primary income shortfall widened to CZK 22.55 billion in April 2025 from CZK 21.51 billion a year earlier, while the secondary income account deficit increased significantly to CZK 50.36 billion from CZK 1.40 billion.",
    "country": "Czech Republic",
    "category": "Current Account",
    "symbol": "CZCAEUR",
    "url": "/czech-republic/current-account",
    "importance": 1
  },
  {
    "id": "458741",
    "title": "Czech Republic Current Account Surplus Narrows",
    "date": "2025-05-14T08:09:44.017",
    "description": "The Czech Republic’s current account surplus narrowed to CZK 42.54 billion in March 2025 from CZK 55.23 billion in the corresponding month of the previous year. Goods account surplus decreased to CZK 52.71 billion from CZK 54.73 billion in March 2024, while the services account surplus went down notably to CZK 7.82 billion from CZK 11.07 billion. In addition, secondary income account shifted to a deficit of CZK 1.77 billion in March 2025 from a surplus of CZK 12.03 billion a year earlier. Meanwhile, primary income shortfall narrowed to CZK 16.22 billion from CZK 22.6 billion.",
    "country": "Czech Republic",
    "category": "Current Account",
    "symbol": "CZCAEUR",
    "url": "/czech-republic/current-account",
    "importance": 1
  }
  }]
https://api.tradingeconomics.com/news/ticker/{ticker}&f=csv?c={your_api_key}
id,title,date,description,country,category,symbol,url,importance
469954	Czech Republic Current Account Deficit Narrows in May	7/14/2025 9:14:45 AM	
462893	Czech Republic Current Account Surplus Narrows in April	6/13/2025 8:47:32 AM	The Czech Republic’s current account deficit narrowed to CZK 5.83 billion in May 2025 from CZK 17.16 billion in the corresponding month of the previous year, compared to market forecasts of CZK 4.98 billion shortfall. This marked the first current account deficit since September 2024, as goods account surplus rose to CZK 29.68 billion from CZK 26.98 billion in May 2024, while services account surplus decreased to CZK 7.96 billion from CZK 11.63 billion. In addition, the primary income shortfall narrowed to CZK 41.09 billion from CZK 49.76 billion a year earlier, while the secondary account deficit widened significantly to CZK 23.81 billion from CZK 6.00 billion.
458741	Czech Republic Current Account Surplus Narrows	5/14/2025 8:09:44 AM	The Czech Republic’s current account surplus narrowed to CZK 14.4 billion in April 2025 from CZK 35.28 billion in the corresponding month of the previous year. Goods account surplus decreased to CZK 36.55 billion from CZK 45.61 billion in April 2024, while the services account surplus went down to CZK 5.44 billion from CZK 11.32 billion. In addition, the primary income shortfall widened to CZK 22.55 billion in April 2025 from CZK 21.51 billion a year earlier, while the secondary income account deficit increased significantly to CZK 50.36 billion from CZK 1.40 billion.
454934	Czech Current Account Surplus Largest in 11 Months	4/11/2025 8:23:55 AM	The Czech Republic’s current account surplus narrowed to CZK 42.54 billion in March 2025 from CZK 55.23 billion in the corresponding month of the previous year. Goods account surplus decreased to CZK 52.71 billion from CZK 54.73 billion in March 2024, while the services account surplus went down notably to CZK 7.82 billion from CZK 11.07 billion. In addition, secondary income account shifted to a deficit of CZK 1.77 billion in March 2025 from a surplus of CZK 12.03 billion a year earlier. Meanwhile, primary income shortfall narrowed to CZK 16.22 billion from CZK 22.6 billion.
https://api.tradingeconomics.com/news/ticker/{ticker}&f=xml?c={your_api_key}
<ArrayOfArticlePreview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<ArticlePreview>
<category>Current Account</category>
<country>Czech Republic</country>
<date>2025-07-14T09:14:45.353</date>
<description>The Czech Republic’s current account deficit narrowed to CZK 5.83 billion in May 2025 from CZK 17.16 billion in the corresponding month of the previous year, compared to market forecasts of CZK 4.98 billion shortfall. This marked the first current account deficit since September 2024, as goods account surplus rose to CZK 29.68 billion from CZK 26.98 billion in May 2024, while services account surplus decreased to CZK 7.96 billion from CZK 11.63 billion. In addition, the primary income shortfall narrowed to CZK 41.09 billion from CZK 49.76 billion a year earlier, while the secondary account deficit widened significantly to CZK 23.81 billion from CZK 6.00 billion.</description>
<id>469954</id>
<importance>1</importance>
<symbol>CZCAEUR</symbol>
<title>Czech Republic Current Account Deficit Narrows in May</title>
<url>/czech-republic/current-account</url>
</ArticlePreview>
<ArticlePreview>
<category>Current Account</category>
<country>Czech Republic</country>
<date>2025-06-13T08:47:32.383</date>
<description>The Czech Republic’s current account surplus narrowed to CZK 14.4 billion in April 2025 from CZK 35.28 billion in the corresponding month of the previous year. Goods account surplus decreased to CZK 36.55 billion from CZK 45.61 billion in April 2024, while the services account surplus went down to CZK 5.44 billion from CZK 11.32 billion. In addition, the primary income shortfall widened to CZK 22.55 billion in April 2025 from CZK 21.51 billion a year earlier, while the secondary income account deficit increased significantly to CZK 50.36 billion from CZK 1.40 billion.</description>
<id>462893</id>
<importance>1</importance>
<symbol>CZCAEUR</symbol>
<title>Czech Republic Current Account Surplus Narrows in April</title>
<url>/czech-republic/current-account</url>
</ArticlePreview>
<ArticlePreview>
<category>Current Account</category>
<country>Czech Republic</country>
<date>2025-05-14T08:09:44.017</date>
<description>The Czech Republic’s current account surplus narrowed to CZK 42.54 billion in March 2025 from CZK 55.23 billion in the corresponding month of the previous year. Goods account surplus decreased to CZK 52.71 billion from CZK 54.73 billion in March 2024, while the services account surplus went down notably to CZK 7.82 billion from CZK 11.07 billion. In addition, secondary income account shifted to a deficit of CZK 1.77 billion in March 2025 from a surplus of CZK 12.03 billion a year earlier. Meanwhile, primary income shortfall narrowed to CZK 16.22 billion from CZK 22.6 billion.</description>
<id>458741</id>
<importance>1</importance>
<symbol>CZCAEUR</symbol>
<title>Czech Republic Current Account Surplus Narrows</title>
<url>/czech-republic/current-account</url>
</ArticlePreview>
</ArrayOfArticlePreview>
https://api.tradingeconomics.com/news/ticker/{ticker}?c={your_api_key}
idtitledatedescriptioncountrycategorysymbolurlimportance
469954Czech Republic Current Account Deficit Narrows in May7/14/2025 9:14:45 AM“The Czech Republic’s current account deficit narrowed to CZK 5.83 billion…”Czech RepublicCurrent AccountCZCAEUR/czech-republic/current-account1
462893Czech Republic Current Account Surplus Narrows in April6/13/2025 8:47:32 AM“TThe Czech Republic’s current account surplus narrowed to CZK 14.4 billion in April…”Czech RepublicCurrent AccountCZCAEUR/czech-republic/current-account1
458741Czech Republic Current Account Surplus Narrows5/14/2025 8:09:44 AM“The Czech Republic’s current account surplus narrowed to CZK 42.54 billion in March…”Czech RepublicCurrent AccountCZCAEUR/czech-republic/current-account1