{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Surprise API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Surprise", "type": "folder" }, "items": [ { "info": { "name": "Factset Surprise Estimates for Rolling Fiscal Periods", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-estimates/v2/surprise", "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": "metrics", "value": "", "type": "query", "description": "Requested metrics. Use the /metrics endpoint to return a list of available estimate items. Note, the number of metrics you are allowed to supply is limited to 1 for now. **Top 10** most used metrics are **EPS, SALES, DPS, EBITDA,EBIT, PRICE_TGT, CFPS, BPS, NET_INC, and ASSETS**. For more details, visit [Online Assistant Page #15034](https://oa.apps.factset.com/pages/15034).\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" }, { "name": "periodicity", "value": "", "type": "query", "description": "The periodicity for the estimates requested, allowing you to fetch Quarterly, Semi-Annual and Annual Estimates.\n * **ANN** - Annual\n * **QTR** - Quarterly\n * **SEMI** - Semi-Annual \n" }, { "name": "statistic", "value": "", "type": "query", "description": "Statistic for consensus calculation." }, { "name": "currency", "value": "USD", "type": "query", "description": "Currency code for adjusting the data. Use 'ESTIMATE' as input value for the values in Estimate Currency. For a list of currency ISO codes, visit [Online Assistant Page #1470](https://oa.apps.factset.com/pages/1470)." } ] }, "docs": "Returns FactSet Estimates surprise data using rolling fiscal dates.\n" }, { "info": { "name": "Factset Surprise Estimates for Rolling Fiscal Periods", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-estimates/v2/surprise", "body": { "type": "json", "data": "{}" } }, "docs": "Returns FactSet Estimates surprise data using rolling fiscal dates.\n" } ] } ], "bundled": true }