{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Aggregate API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Aggregate", "type": "folder" }, "items": [ { "info": { "name": "Target price and aggregated recommendations for a stock.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/stock/recommendation/aggregate/get", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Target price and aggregated recommendations for a stock." }, { "info": { "name": "Current and historical trade recommendations and target prices for a stock.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/stock/recommendation/aggregate/history/list", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "snapshots", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Current and historical trade recommendations and target prices for a stock." } ] } ], "bundled": true }