{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Q API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Q", "type": "folder" }, "items": [ { "info": { "name": "Factset End-of-day Time Series Data for a Notation.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/vendor/chartIQ/timeSeries/eod/list", "body": { "type": "json", "data": "{}" } }, "docs": "End-of-day time series data for a notation. The resulting time series is always adjusted for currency changes.

Pagination to a previous page is not supported and `pagination.previous` is always `null`." }, { "info": { "name": "Factset Single Subsample End-of-day Data for a Notation.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/vendor/chartIQ/timeSeries/eod/subsample/get", "body": { "type": "json", "data": "{}" } }, "docs": "Single subsample end-of-day data for a notation. The sample is always adjusted for currency changes. The subsample may exceed the entitled date range, but will be based only on days that are in the entitled range." }, { "info": { "name": "Factset Subsampled End-of-day Time Series Data for a Notation.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/vendor/chartIQ/timeSeries/eod/subsample/list", "body": { "type": "json", "data": "{}" } }, "docs": "Subsampled end-of-day time series data for a notation. The resulting time series is always adjusted for currency changes. If a subsample's date range is not entirely within the maximally entitled date range, the subsample is excluded from the response.

Pagination to a previous page is not supported and `pagination.previous` is always `null`." }, { "info": { "name": "Factset Single Subsample Intraday Data for a Notation.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/vendor/chartIQ/timeSeries/intraday/subsample/get", "body": { "type": "json", "data": "{}" } }, "docs": "Single subsample intraday data for a notation. The subsample may exceed the entitled time range, but will be based only on ticks that are in the entitled range." }, { "info": { "name": "Factset Subsampled Intraday Time Series Data for a Notation.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/vendor/chartIQ/timeSeries/intraday/subsample/list", "body": { "type": "json", "data": "{}" } }, "docs": "Subsampled intraday time series data for a notation. If a subsample's time range is not entirely within the maximally entitled time range, the subsample is excluded from the response.

Pagination to a previous page is not supported and `pagination.previous` is always `null`." } ] } ], "bundled": true }