Points

pyEX.points.points.points(symbol='market', key='', token='', version='stable', filter='', format='json')[source]

Data points are available per symbol and return individual plain text values. Retrieving individual data points is useful for Excel and Google Sheet users, and applications where a single, lightweight value is needed. We also provide update times for some endpoints which allow you to call an endpoint only once it has new data.

https://iexcloud.io/docs/api/#data-points

Parameters:
  • symbol (str) – Ticker or market to query
  • key (str) – data point to fetch. If empty or none, will return available data points
  • token (str) – Access token
  • version (str) – API version
  • filter (str) – filters: https://iexcloud.io/docs/api/#filter-results
  • format (str) – return format, defaults to json
Returns:

result

Return type:

dict or DataFrame

pyEX.points.points.pointsDF(symbol='market', key='', token='', version='stable', filter='', format='json')[source]

Data points are available per symbol and return individual plain text values. Retrieving individual data points is useful for Excel and Google Sheet users, and applications where a single, lightweight value is needed. We also provide update times for some endpoints which allow you to call an endpoint only once it has new data.

https://iexcloud.io/docs/api/#data-points

Parameters:
  • symbol (str) – Ticker or market to query
  • key (str) – data point to fetch. If empty or none, will return available data points
  • token (str) – Access token
  • version (str) – API version
  • filter (str) – filters: https://iexcloud.io/docs/api/#filter-results
  • format (str) – return format, defaults to json
Returns:

result

Return type:

dict or DataFrame