{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Focus API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Focus", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Rbics Classification for the Focus Industry", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-rbics/v1/entity-focus", "params": [ { "name": "ids", "value": "AAPL-US,0FPWZZ-E,TSLA-US", "type": "query", "description": "List of Company identifiers. Accepted identifiers include Ticker-Exchange, Ticker-Regions, CUSIPs, ISINs, SEDOLs, or FactSet Permanent Ids, such as -R, -L, or -E.

**ids limit = 2500 per request**

\n 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\nline limit of 8KB, its advised for any requests with large request lines to be requested through the respective \"POST\" method.

\n" }, { "name": "date", "value": "2017-07-24", "type": "query", "description": "Effective date for data expressed in YYYY-MM-DD format. If no date is requested, the default behavior is to return the full history for the requested entity." }, { "name": "levels", "value": "1,3,6", "type": "query", "description": "List of RBICS industry levels to include in the response. **By default if left blank, all levels are returned.**" }, { "name": "includeNames", "value": "", "type": "query", "description": "Option to include or exclude industry Names and the L6 Description. true = Include Names; false = Exclude Names." } ] }, "docs": "Gets RBICS classifications for the Focus industry for a short list of companies. Full history is included if _date_ parameter is not specified.\n \n RBICS Focus offers a single-sector mapping of about 48,000 of the most liquid and publicly-traded companies based on their primary lines of business; it uses revenues as the key factor in determining\na companys primary line of business, by mapping a company to the lowest-level sector from which it derives 50% or more of its revenues.\n\n The RBICS Ex" }, { "info": { "name": "Factset Get Rbics Classification for the Focus Industry", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-rbics/v1/entity-focus", "body": { "type": "json", "data": "{}" } }, "docs": "Gets RBICS classifications for the Focus industry for a long list of companies. Full history is included if _date_ parameter is not specified.\n \n RBICS Focus offers a single-sector mapping of about 48,000 of the most liquid and publicly-traded companies based on their primary lines of business; it uses revenues as the key factor in determining\na companys primary line of business, by mapping a company to the lowest-level sector from which it derives 50% or more of its revenues.\n\n The R" } ] } ], "bundled": true }