Get News for a Security
Fetch all recent news for a specific security
Last updated
Fetch all recent news for a specific security
Last updated
This GET endpoint enables you to fetch the list of all recent news for a specific security by providing its ticker symbol.
There are four required parameters that must be provided in the request:
Et-App-Key (header). This is the unique key of your app that identifies your app when communicating with our service. Contact your administrator to get this key.
Authorization (header). This is the authorization token from the very first .
API version (path). Unless necessary, leave it at "1.0".
symbol (query). This is the ticker symbol of the security for which the news must be fetched.
Here's the final template for this API request:
In response to this API request, you'll receive a JSON file containing the list of the recent news for the specified security.
where:
Parameter
Description
Key
This is the ticker symbol of the security for which the news were fetched.
Date
This is the date of the news article.
Source
This is the ticker symbol of the security for which the news were fetched.
Header
This is the header of the news article.
Attachment
This is the URL of the news.
Content
This is a preview of the news article.
NewsId
This is the ID of the news article.
Here are some of the common mistakes that developers make when attempting to retrieve the news for a specific security.
If you specify the wrong Et-App-Key parameter or fail to include it in the header altogether, you'll get the following error:
It's crucial to understand that the security parameter must be provided in the request; otherwise you'll receive the 404 status code.