{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Rankings API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Rankings", "type": "folder" }, "items": [ { "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 }