{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Intraday API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Intraday", "type": "folder" }, "items": [ { "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`." }, { "info": { "name": "Factset Intraday Time Series Data for a Notation.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/prices/timeSeries/intraday/list", "body": { "type": "json", "data": "{}" } }, "docs": "Intraday time series data for a notation.

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/prices/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/prices/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`." }, { "info": { "name": "Factset Ranking of Securitized Derivatives' Notations Using Intraday Figures.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/securitizedDerivative/notation/ranking/intraday/list", "body": { "type": "json", "data": "{}" } }, "docs": "Ranking of securitized derivatives' notations using intraday figures. The result is limited to 100 notations that all must satisfy all selected filters. If more than one notation of an instrument matches the parameters, and no market priority has been specified, the selection of the notation depends on the sort attribute:\n- absolute and relative performance (see the response attributes `trade.performance.absolute` and `trade.performance.relative`) - the notation with the most recent trade price " }, { "info": { "name": "Ranking of stocks' notations using intraday figures.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/stock/notation/ranking/intraday/list", "body": { "type": "json", "data": "{}" } }, "docs": "Ranking of stocks' notations using intraday figures. The result is limited to 100 notations that all must satisfy all selected filters. If more than one notation of an instrument matches the parameters, and no market priority has been specified, only the notation with the highest trading volume, averaged over one month, is considered.\n\nBy default, the result is sorted descending by the relative intraday performance corresponding to the most recent trade price, see attribute `trade.performance.re" } ] } ], "bundled": true }