{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Market API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Market", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets the Security Level and Company Level Market Values for a List of `ids` as of Given Date Range and Frequency.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-prices/v1/market-value", "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": "startDate", "value": "2019-01-01", "type": "query", "description": "The start date requested for a given date range in **YYYY-MM-DD** format. If left blank, the API will default to previous close. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "endDate", "value": "2019-12-31", "type": "query", "description": "The end date requested for a given date range in **YYYY-MM-DD** format. If left blank, the API will default to previous close. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "frequency", "value": "", "type": "query", "description": "Controls the display frequency of the data returned.\n * **D** = Daily\n * **W** = Weekly, based on the last day of the week of the start date.\n * **M** = Monthly, based on the last trading day of the month.\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 * **CQ** = Quarterly based on the last trading day of the calendar quarter (March, June, September, or December).\n * **FQ** = Fiscal Quarter of the company.\n * **AY** = Actual Annual, based on the start date.\n * **CY** = Calendar Annual, based on the last trading day of the calendar year.\n * **FY** = Fiscal Annual, based on the last trading day of the company's fiscal year.\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)." } ] }, "docs": "Gets market capitalization of list of ids for the company level, security level, calendar, frequency, and currency for a specified date range.\n" }, { "info": { "name": "Factset Requests the Market Value for a List of `ids` as of Given Date Range.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-prices/v1/market-value", "body": { "type": "json", "data": "{}" } }, "docs": "Requests the market value for a list of `ids` as of given date range." }, { "info": { "name": "Factset Details of a Market.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/market/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details of a market." }, { "info": { "name": "Factset List of Markets.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/market/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of markets." }, { "info": { "name": "Factset List of Market Groups.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/market/group/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 2 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of market groups." }, { "info": { "name": "Factset List of Market Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/market/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of market types." }, { "info": { "name": "Translate a Factset Market Symbol to a Notation.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/notation/crossReference/getByFactSetMarketSymbol", "params": [ { "name": "factSetMarketSymbol", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Translate a FactSet market symbol to a notation. This symbol is also known as TICKER_EXCHANGE." }, { "info": { "name": "Factset List of Markets With Entitled Notations.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/market/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of markets with entitled notations. The list contains only markets with at least one active and entitled notation. \nAll identifiers used as parameters must be valid and entitled." } ] } ], "bundled": true }