{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Coverage API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Coverage", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the Coverage for the Requested Ticker/isin Along With Other Response Fields for Level1 Data.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/level1/coverage", "params": [ { "name": "tickers", "value": "", "type": "query", "description": "

The requested list of one or more tickers.

\n\n The `tickers` and `isins` parameters provide two different ways to specify the identifiers for data retrieved. Please enter either the tickers or isins parameter.\n \n

Maximum 10 tickers per request

\n \n" }, { "name": "factsetExchangeCode", "value": "AUS", "type": "query", "description": "

This parameter is used to filter the results based on the FactSet specific regional or composite exchange code.

\n**NOTE**:Does not support multiple factsetExchangeCodes" }, { "name": "isins", "value": "", "type": "query", "description": "

Specifies the ISIN of the record.

\n\n Please enter either the `tickers` or `isins` parameter. \n \n

Maximum 10 ISINs per request.

\n \n" } ] }, "docs": "Returns coverage for specified tickers for Level1 Data" } ] } ], "bundled": true }