{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Low API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Low", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period and Frequency.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-prices/v1/high-low", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The requested list of security identifiers. Accepted ID types include Market Tickers, SEDOL, ISINs, CUSIPs, or FactSet Permanent Ids.
***ids limit** = 2000 per request*
*Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \"POST\" method.
*" }, { "name": "date", "value": "2019-07-07", "type": "query", "description": "The as of date in **YYYY-MM-DD** format. This controls the perspective date in which the period parameter will be computed. If left blank, the API will default to previous close. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "period", "value": "", "type": "query", "description": "The period of measure for the security's high and low pricing. This does not change display `frequency` but rather the underlying period. For example, if you wish to fetch the latest 52 week high and low price, select 52W. All periods are referencing actual periods of measure, not period-ends where-\n\n * **D** = Daily\n * **W** = Weekly, based on the last trading day of the week. Use the 52W for representing the latest year.\n * **M** = 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 * **YTD** = Year-to-Date\n * **Y** = Actual Annual, based on the start date.\n" }, { "name": "priceType", "value": "", "type": "query", "description": "Controls whether price high and low data is returned intraday or at the close. For example, by selecting INTRADAY, if a security price reached an all time high of 10 during trading hours over the period of measure but closed that day at 8, then the service will return 10. If CLOSE was selected the service would return 8 if that was the high for the period measured.\n" }, { "name": "calendar", "value": "FIVEDAY", "type": "query", "description": "Calendar of data returned. SEVENDAY includes weekends. LOCAL calendar will default to the securities' trading calendar which excludes date records for respective holiday periods." }, { "name": "currency", "value": "USD", "type": "query", "description": "Currency code for adjusting prices. Default is Local. For a list of currency ISO codes, visit [Online Assistant Page 1470](https://oa.apps.factset.com/pages/1470)." }, { "name": "adjust", "value": "", "type": "query", "description": "Controls the split, spinoff, and dividend adjustments for the prices.For more information, visit [Online Assistant Page 614](https://oa.apps.factset.com/pages/614)
\n * **SPLIT** = Split ONLY Adjusted. This is used by default.\n * **SPINOFF** = Splits & Spinoff Adjusted.\n * **DIVADJ** = Splits, Spinoffs, and Dividends adjusted.\n * **UNSPLIT** = No Adjustments.\n" } ] }, "docs": "For given security(s), gets the high and low prices with the respective dates on which they occurred. This service gives options for fetching the price as of the close or intraday.\n" }, { "info": { "name": "Factset Requests the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period and Frequency.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-prices/v1/high-low", "body": { "type": "json", "data": "{}" } }, "docs": "For given security(s), gets the high and low prices with the respective dates on which they occurred. This service gives options for fetching the price as of the close or intraday.\n" } ] } ], "bundled": true }