{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Structure API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Structure", "type": "folder" }, "items": [ { "info": { "name": "Factset Entity structure", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/structure", "params": [ { "name": "id", "value": "", "type": "query", "description": "Company ticker" }, { "name": "schema", "value": "", "type": "query", "description": "The schema that the data is returned as. The following are descriptions for the accepted values:\n- table_group_level - STACH 2.0 row organized package format with parent-child relationships represented using STACH group level cell metadata\n- table_parent_child_columns - STACH 2.0 row organized package format with parent-child relationships represented using STACH parent-child columns\n- tree - Entities are represented as tree nodes returned in a flat structure, where each parent node contains a children attribute pointing to its child nodes\n" } ] }, "docs": "Returns full entity tree for table and tree display" }, { "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 }