{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Factset Etf API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Factset Etf", "type": "folder" }, "items": [ { "info": { "name": "Factset Return reference data for an ETF.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-etf/v1/reference", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The list of ETF identifiers. Accepted identifer types include FactSet Permanent Ids, Tickers, CUSIP, SEDOL, ISIN.

***ids limit** = 3000 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.

*\n" }, { "name": "metrics", "value": "", "type": "query", "description": "List of individdual data items for Exchange Traded Funds. By default only the fsymId and requestId are returned. To fetch a list of all available data items, use the **/metrics** endpoint.\n" }, { "name": "categories", "value": "", "type": "query", "description": "Groupings of `metrics` data items. Supply a list of categories below to return collections of data items in response.\n|category|description|\n|||\n|BENCHMARK_DETAILS|Details surrounding the underlying Benchmark Id and Segment Banchmark|\n|CLASSIFICATION|FactSet Fund Classification Codes and Names, across Asset Class, Broad Geography, Fund Categories, Focus, Niche, and more.|\n|COSTS_FEES|Expenses and Fees such as capital gains, expense ratio, management fees, and more.|\n|COUNTERPARTY|Credit and Swap Counterparty details|\n|CREATE_REDEEM|Creation and Redemption Sizes|\n|DESCRIPTIVE|General Descriptive information such as name, objectives, issuer details, launch dates, website, and more.|\n|DISTRIBUTIONS|Dividend Dates, Dividend Treatmetns, Min/Max Cap Gains|\n|DOCUMENTATION|Details surrounding reporting information.|\n|GEARING|Leverage factors, inverse flags, and more.|\n|HEDGE|Hedging Information|\n|RISK|CIFSC Risk Ratings|\n|SERVICE_PROVIDERS|Distributors, issuers, and Advisor details|\n|STATUS|Actively Managed Flags|\n|STRATEGY|Segment Codes, selection criteria, strategy codes, weighting schemes, and lending details.|\n|STRUCTURE|ETF Type, backing codes, synthetic types, ucits compliance, legal structures, and more.|\n|TAX|Tax Types, distribution takes, K1 Flags, and more.|\n" } ] }, "docs": "Returns reference data items for Exchange Traded Funds.\n" }, { "info": { "name": "Factset Fetch Reference Data for a large list of ETF securities.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-etf/v1/reference", "body": { "type": "json", "data": "{}" } }, "docs": "Returns reference data items for a list of Exchange Traded Funds.\n" }, { "info": { "name": "Factset Available ETF metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-etf/v1/metrics", "params": [ { "name": "category", "value": "", "type": "query", "description": "The available categories that can be used to select collections of metrics for use within the ETF endpoints.\n|category|description|\n|||\n|BENCHMARK_DETAILS|Details surrounding the underlying Benchmark Id and Segment Banchmark|\n|CLASSIFICATION|FactSet Fund Classification Codes and Names, across Asset Class, Broad Geography, Fund Categories, Focus, Niche, and more.|\n|COSTS_FEES|Expenses and Fees such as capital gains, expense ratio, management fees, and more.|\n|COUNTERPARTY|Credit and Swap Counterparty details|\n|CREATE_REDEEM|Creation and Redemption Sizes|\n|DESCRIPTIVE|General Descriptive information such as name, objectives, issuer details, launch dates, website, and more.|\n|DISTRIBUTIONS|Dividend Dates, Dividend Treatmetns, Min/Max Cap Gains|\n|DOCUMENTATION|Details surrounding reporting information.|\n|GEARING|Leverage factors, inverse flags, and more.|\n|HEDGE|Hedging Information|\n|RISK|CIFSC Risk Ratings|\n|SERVICE_PROVIDERS|Distributors, issuers, and Advisor details|\n|STATUS|Actively Managed Flags|\n|STRATEGY|Segment Codes, selection criteria, strategy codes, weighting schemes, and lending details.|\n|STRUCTURE|ETF Type, backing codes, synthetic types, ucits compliance, legal structures, and more.|\n|TAX|Tax Types, distribution takes, K1 Flags, and more.|\n" } ] }, "docs": "Returns a list of available metrics that can be used in the `metrics` parameter of related endpoints. Leave _category_ blank to request all available items.\n" } ] } ], "bundled": true }