Skip to main content

Search company's news on Reuters

Project description

Reuters News

Search company's news on Reuters for Python

Install

pip install ReutersNews

Usage

  • Initializing
from ReutersNews import ReutersNews
news = ReutersNews()
  • Search company by ticker
news.search('AAPL.OQ')
  • Set date range
news.range('2019-01-01','2019-01-10')
  • Set news relevancy
news.setrelevancy(0.8)
  • Set limit number of return result
news.setlimit(10000)
  • Get search result
news.get()

Sample return result(list)

[{'title':...,'desc':...,'time':...},{'title':...,'desc':...,'time':...},{'title':...,'desc':...,'time':...}]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ReutersNews-1.0.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

ReutersNews-1.0.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page