{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Ratings API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Ratings", "type": "folder" }, "items": [ { "info": { "name": "Factset Ratings Consensus Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-estimates/v2/consensus-ratings", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Security or Entity identifiers. FactSet Identifiers, tickers, CUSIP and SEDOL are accepted input.
***ids limit** = 3000 per request*
* Make Note - id limit of 3000 for defaults, otherwise the service is limited to a 30 second duration. This can be reached when increasing total number of metrics requested and depth of history. *\n" }, { "name": "startDate", "value": "2019-07-30", "type": "query", "description": "Start date for point in time of estimates expressed in YYYY-MM-DD format." }, { "name": "endDate", "value": "2020-07-30", "type": "query", "description": "End date for point in time of estimates expressed in YYYY-MM-DD format." }, { "name": "frequency", "value": "", "type": "query", "description": "Controls the frequency of the data returned.\n * **D** = Daily\n * **W** = Weekly, based on the last day of the week of the start date.\n * **AM** = Monthly, based on the start date (e.g., if the start date is June 16, data is displayed for June 16, May 16, April 16 etc.). \n * **AQ** = Quarterly, based on the start date.\n * **AY** = Actual Annual, based on the start date. \n" } ] }, "docs": "Returns ratings from the FactSet Estimates database for current and historical for an individual security using rolling fiscal dates as of a specific date.\n" }, { "info": { "name": "Factset Ratings Consensus Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-estimates/v2/consensus-ratings", "body": { "type": "json", "data": "{}" } }, "docs": "Returns ratings from the FactSet Estimates database for current and historical for an individual security using rolling fiscal dates as of a specific date.\n" }, { "info": { "name": "Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-estimates/v2/detail-ratings", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Security or Entity identifiers. FactSet Identifiers, tickers, CUSIP and SEDOL are accepted input.***ids limit** = 3000 per request*
* Make Note - id limit of 3000 for defaults, otherwise the service is limited to a 30 second duration. This can be reached when increasing total number of metrics requested and depth of history. *\n" }, { "name": "startDate", "value": "2019-07-30", "type": "query", "description": "Start date for point in time of estimates expressed in YYYY-MM-DD format." }, { "name": "endDate", "value": "2020-07-30", "type": "query", "description": "End date for point in time of estimates expressed in YYYY-MM-DD format." }, { "name": "includeAll", "value": "", "type": "query", "description": "Include All filter is used to identify included and excluded broker details from the consensus\n By default the service would return only the brokers included in the consensus-\n * **TRUE** = Returns all the brokers included and excluded in the consensus\n * **FALSE** = Returns only the broker details included in the consensus\n \n" } ] }, "docs": "Retrieves the Broker Level ratings for the requested Id and date range. Ratings include Buy, Hold, Sell, Overweight, and Underweight.\nThe `startDate` and `endDate` parameters controls the range of perspective dates. By default, the service will return the range of estimateDates within the latest company's reporting period. As you expand the date range, additional full historical reporting periods and all ratings estimateDates per broker will be returned.
\n" }, { "info": { "name": "Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-estimates/v2/detail-ratings", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the Broker Level ratings for the requested Id and date range. Ratings include Buy, Hold, Sell, Overweight, and Underweight.\nThe `startDate` and `endDate` parameters controls the range of perspective dates. By default, the service will return the range of estimateDates within the latest company's reporting period. As you expand the date range, additional full historical reporting periods and all ratings estimateDates per broker will be returned.
\n" }, { "info": { "name": "Factset List of Rating Grades for a List of Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/rating/grade/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of rating grades for a list of instruments. The list can be restricted to rating grades belonging to particular rating systems." } ] } ], "bundled": true }