Integration Guide

Integrate TAAPI.IO into trading applications and workflows. Learn how to access real time market data, calculate indicators across supported markets, and leverage custom candle inputs through a flexible API.

TAAPI.IO calculates Technical Analysis (TA), commonly referred to as indicators, and provides real time price data for crypto pairs listed on Binance and other exchanges on our Exchanges page, as well as major US Stocks and ETFs. You can also submit your own candle data for custom indicator calculations through the API.

Wherever the term Indicator is used in this documentation, please refer to the Indicators documentation.

Different integration methods available:

Calculate indicators using real-time price data directly from the exchange of your choice (US Stocks, ETFs, Binance, Binance Futures, Bitstamp, Gate.io, ByBit and other supported exchanges). This method is great for fetching historical data.

Bulk queries provide a convenient way of fetching more than one indicator calculation in just one request. This is great for fetching all the TA you need for a full evaluation of an asset, in just one request. For instance, fetch the RSI, MACD EMA200 all at once.

Calculate indicators from any price data set (candles) you POST to the API. This may be from any Crypto, Stock, Futures, Bonds, Forex Exchanges where you have data from. You can even stack indicators, do additional smoothening by calculating an EMA5 over a series of RSI results or calculate the RSI of the EMA50 if that might have a usecase.

TAAPI.IO provides a variety of utilities and third party integrations that make it easy to use the API even without writing any code.