News Article Body

News Article Body Python API Documentation

Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.

API Class:
CompanyApi
Instance Method:
get_company_news_body()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
news_story_id = 'new_aBcDef'
publication_date = ''
specific_source = ''
next_page = ''
response = intrinio.CompanyApi().get_company_news_body(news_story_id, publication_date, specific_source=specific_source, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
news_story_idstrThe identifier of the news story. 
publication_datedatetimeThe DateTime of the story. 
specific_sourcestrOnly news from this source. Defaults to highest available if not present.[optional]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseCompanyNewsBody

Properties

NameTypeDescription
bodystrThe article body.