Skip to main content

dxFeed News Webservice API Overview

Introduction

Purpose

This document describes dxFeed News Webservice API based on REST protocol. To get acquainted with News API based on Java, see this documentation.

Scope

dxFeed News feed obtains its updates from a number of sources. Data is organized as a JSON object.

API specification

We provide a simple RESTful API. All calls are GETs and should be called via https. To access a news feed, do the following:

  1. Make a single API call to access the feed.

  2. Make sure that the feed is returned with the news headers and the news bodies.

News Webservice API consists of one main API call that retrieves a list of news items satisfying the request or a specific news body.

Learn more