Bulk Queries

February 14, 2020

We have been frequently asked about, if / when bulk queries will be possible. It makes a lot of sense to be able to fetch multiple indicator calculation results in one go, when it comes to making TA strategies.

Therefore, TAAPI.IO proudly presents new features for doing just this!

Bulk queries are now available through 2 integration methods:

  • GraphQL: With a single GraphQL query, you can now ask for as many indicator calculations as your plan permits. You can base calculations off of the same set of candles, or you can supply an individual set of candles per indicator.
  • Client: With the client doing the heavy lifting, you can now execute as many calls as your plan permits all in one go. Let’s say you’re on the Pro plan with 10 calls / second, you can execute 10 bulk calls in 12 lines of code!

We hope that you will find this new feature useful, and as always, any feedback is very much appreciated via the contact page.

Happy trading, TAAPI.IO