{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Metrics API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Returns Available Factset Fundamental Metrics and Ratios.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/metrics", "params": [ { "name": "category", "value": "", "type": "query", "description": "Filters the list of FF_* metrics by major category. Categories include INCOME_STATEMENT, BALANCE_SHEET, CASH_FLOW, RATIOS, FINANCIAL_SERVICES, INDUSTRY_METRICS, PENSION_AND_POSTRETIREMENT, MARKET_DATA, MISCELLANEOUS, and DATES." }, { "name": "subcategory", "value": "", "type": "query", "description": "Sub-category filter for the primary category requested. Choose a related sub-category for the category requested. For example, RATIOS supports FINANCIAL, GROWTH_RATE, LIQUIDITY, PROFITABILITY, SIZE, and VALUATION." }, { "name": "metricDataType", "value": "", "type": "query", "description": "Filter metrics by data type. Returns only metrics matching the specified type (integer, float, or string)." } ] }, "docs": "Returns list of available FF_* metrics that can be used in the `metrics` parameter of related endpoints. These are related to FactSet Fundamentals standardized data. Leave Category and Subcategory blank to request all available items.\n\nFor methodology definitions, reference the `oaPageId` or `oaUrl` response items to launch the available methodology page." } ] } ], "bundled": true }