DataPoint X Stock Analytics
Getting Started

Welcome to DataPointX

Empower Your Trades with Precise Technical Indicators

DataPointX offers a suite of tools for traders and developers, including:

  • Technical Indicators: Enhance your stock market analysis with a diverse range of powerful indicators.
  • Historical Data: Access extensive historical data to uncover valuable insights and trends.
  • Backtest Engine: Optimize your trading strategies using our advanced backtest engine.
  • Monitoring and Alerting: Stay ahead with real-time monitoring and timely alerts (coming soon).

About DataPointX

DataPointX is a comprehensive platform designed to deliver essential services for data-driven trading. From advanced backtesting and real-time alerting systems to a wide array of technical indicators, DataPointX is your one-stop solution for accessing crucial information tailored to diverse stock markets.

API Overview

The DataPointX API provides programmatic access to stock and technical indicator data, enabling you to integrate powerful analytics into your own applications. See the API Reference for details on available endpoints and usage.

API Schemas

The DataPointX API uses the following main schemas:

Candle

Represents OHLCV (Open, High, Low, Close, Volume) data for a stock symbol.

  • time (string, date-time): Timestamp of the candle
  • open (number): Opening price
  • high (number): Highest price
  • low (number): Lowest price
  • close (number): Closing price
  • volume (number): Volume traded

Stock

Represents a stock entity.

  • symbol (string): Stock symbol
  • name (string): Company name
  • exchange (string): Exchange name

Rate Limiting

To ensure fair usage and platform stability, the DataPointX API enforces rate limits. If you exceed the allowed number of requests, you will receive a 429 Too Many Requests response. For higher limits or commercial use, contact support at datapointx.com/contact.html.

For more information, visit datapointx.com.

Last modified on