API and indicators

Error: You are not authenticated to query this endpoint!
In most cases, this issue is cause by one of these 3 things: incorrectly copy pasted API key invalid JSON (please double check and validate your JSON)...
Tue, 6 Dec, 2022 at 9:49 AM
The indicator value I am getting is different from what I expect
Sometimes you might get a value back from our API and it is not the same as the value you are seeing on some charting service – Trading View for example. W...
Thu, 11 Mar, 2021 at 8:41 AM
What's your candle update frequency?
All our price-data and indicators data are provided in real-time. Every time you make a request to our API, you get the latest value available. Candles ...
Thu, 25 Nov, 2021 at 11:35 AM
Can you add indicator XYZ?
We are constatly adding new indicators to TAAPI.IO. If there is an indicator out there that we don't have available yet, please contact us using the for...
Fri, 29 May, 2020 at 3:57 PM
What is the difference between API requests and calculations?
Every time you send a request to our API, it counts as 1 API request. But each API request can calculate up to 20 different indicator values. Let's ...
Sun, 18 Jul, 2021 at 9:28 PM
What are bulk queries and why should I use them?
Bulk queries provide a convenient way of fetching more than one indicator calculation in 1 API call. For example, you can request the calculations of RS...
Fri, 9 Jul, 2021 at 11:57 AM
Do you have historical data? I want to use your API to backtest my strategy.
Our API is currently more suited to fetch real-time indicators rather than historical data. However, we offer ways to access historical indicator values eas...
Mon, 25 Oct, 2021 at 3:39 PM
Can we get just the price information from the API? Updated in real-time?
Yes! Use the candle indicator to get the price value: https://taapi.io/indicators/candle/ Here's an example API query: https://api.taapi.io/candle...
Mon, 25 Oct, 2021 at 3:57 PM
Can I send a bulk request submitting my own candles?
Yes! You can use bulk queries with your own candles. Attached please find an example. POST it to https://api.taapi.io/bulk { "secret": ...
Sun, 14 Nov, 2021 at 5:41 PM
How to query more than 20 historical values with the backtracks parameter?
When using the backtracks parameter, there is a hard limit set to 20 per one call. But you can combine it with a backtrack parameter to go further back ...
Sun, 21 Nov, 2021 at 3:52 PM