Query Data#
Prerequisite
Free Trial or IEX Cloud 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.
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.