newsfilter.io - Stock Market News API

newsfilter.io - Stock Market News API

  • Home

›Query API

Getting Started

  • Introduction
  • News Sources
  • Companies & Exchanges

Query API

  • Intro
  • API Endpoint
  • Authentication
  • Request & Response Formats
  • Example: Python
  • Example: cURL
  • Example: Node.js
  • Tutorials

Stream API

  • Intro
  • API Endpoint
  • Authentication
  • Message Format
  • Example: Python
  • Example: Node.js

Content Render API

  • Overview

Integrations

  • Discord

cURL Example

We use curl (a command line tool) to make a POST request to https://api.newsfilter.io/public/actions. You can also use Postman as alternative.

We send the same JSON payload as shown in other examples. Copy/paste the command below into your terminal (otherwise known as "command line" or "console"). Hit enter and filings matching your filter criteria are printed in your terminal.

curl -XPOST -H "Content-type: application/json" -d '{
    "type": "filterArticles",
    "queryString": "symbols:NFLX AND publishedAt:[2020-02-01 TO 2020-05-20]",
    "from": 0,
    "size": 200
}' 'https://api.newsfilter.io/public/actions?token=YOUR_API_KEY'
← Example: PythonExample: Node.js →
newsfilter.io - Stock Market News API
Docs
Getting StartedQuery APIStream API
Contact
support@newsfilter.io
Social
Follow @newsfilterio
Follow Us on Stocktwits
Copyright © 2021 newsfilter.io