{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Factset Rbics API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Factset Rbics", "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 line 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 a company’s 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 E" }, { "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 a company’s 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 " }, { "info": { "name": "Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-rbics/v1/structure", "params": [ { "name": "rbicsIds", "value": "101010000000,55", "type": "query", "description": "RBICS Taxonomy Id Filter. Use to lookup the structure details for the Id requested.\n" }, { "name": "level", "value": "1", "type": "query", "description": "RBICS industry levels to include in the response. All levels from 1-N will be returned. For example, '3' returns all levels 1,2 and 3. To request all levels, request level=6. Level 1 is returned by default.\n |Level|Description|Number of Groups|\n ||||\n |1|Economomy|14|\n |2|Sector|37\n |3|Sub-Sector|109|\n |4|Industry Group|366|\n |5|Inudstry|901|\n |6|Sub-Industry|1629|\n" }, { "name": "includeNames", "value": "", "type": "query", "description": "Option to include or exclude industry Names and the L6 Description. true = Include Names; false = Exclude Names." }, { "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." } ] }, "docs": "Understand the full RBICS Taxonomy Structure through time to help organize your analysis or facilitate the use of RBICS in application development.\n\nDesigned to overcome disparate and non-standardized company disclosures, the RBICS taxonomy is a normalized global industry classification consisting of a fourteen-by-six matrix. There are twelve economies with two specialty sectors, each with six incremental detailed layers, resulting in over 1,600 sector groups.\n\nThe top-levels' market-defined app" }, { "info": { "name": "Factset Get the full RBICS Taxonomy Structure Ids, Names, and effective periods.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-rbics/v1/structure", "body": { "type": "json", "data": "{}" } }, "docs": "Get the full RBICS Taxonomy Structure Ids, Names, and effective periods. POST method is optimal for requesting large lists of `rbicsIds`.\n" } ] } ], "bundled": true }