Query Data#
Prerequisite
IEX Cloud Apperate account - Create one here.
Querying Data shows you how to search your custom datasets and IEX Cloud Data that is time series data (hint: it supports the GET /data
query parameters). It’s simple: enter a key
value and then optionally enter a subkey
value (if it takes a subkey),any time range, or any constraints you like.
Querying Data with iex.js makes querying even easier by leveraging a simple client library for JavaScript developers. It’s open source too.
Batch Data Queries demonstrates searching multiple keys in multiple time series datasets. It’s a great way to get lots of data in one query.
Paginate with Chunks of Data using apperate.queryData()
in JavaScript or using the GET /data REST endpoint directly. Pagination and handling large amounts of data has never been easier.