{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Ask API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Ask", "type": "folder" }, "items": [ { "info": { "name": "Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a Notation.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/prices/bidAsk/get", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "quality", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_subscriptionMinimumInterval", "value": "", "type": "query", "description": "Minimum number of milliseconds at which updates are send." } ] }, "docs": "Most recent bid and ask prices (best bid / offer) for a notation.\n\nThe endpoint is subscribable to provide push updates. See attribute `_subscriptionMinimalInterval` for valid update rates." }, { "info": { "name": "Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a List of Notations.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/prices/bidAsk/list", "params": [ { "name": "identifiers", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "quality", "value": "", "type": "query" }, { "name": "sameQuality", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Most recent bid and ask prices (best bid / offer) for a list of notations." } ] } ], "bundled": true }