{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Level1 API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Level1", "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" }, { "info": { "name": "Factset Requests the creation of tick-by-tick file", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/level1/files/create", "body": { "type": "json", "data": "{}" } }, "docs": "Data available from 20120101 to previous day." }, { "info": { "name": "Factset Returns the status of the ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/level1/files/status", "params": [ { "name": "id", "value": "", "type": "query", "description": "id returned by files create endpoint to poll and collect status of the query" } ] }, "docs": "Need to plug-in the id get from /create endpoint into /status endpoint" }, { "info": { "name": "Factset Returns the tick-by-tick data in files requested in the /create endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/level1/files/get", "params": [ { "name": "id", "value": "", "type": "query", "description": "id returned by files create endpoint to poll and collect results of the query" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Specifies the maximum number of results to return per response page" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results" } ] }, "docs": "Returns the files from tickhistory endpoint" }, { "info": { "name": "Factset Requests the creation of Minute bars file", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/level1/files/minute-bars/create", "body": { "type": "json", "data": "{}" } }, "docs": "1-minute bars available from 20120101 to previous day. Per request able to fetch upto 6 months of data." }, { "info": { "name": "Factset Returns the status of the ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/level1/files/minute-bars/status", "params": [ { "name": "id", "value": "", "type": "query", "description": "id returned by files create endpoint to poll and collect status of the query" } ] }, "docs": "Need to plug-in the id get from /create endpoint into /status endpoint" }, { "info": { "name": "Factset Returns the Minute bars data in files requested in the /create endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/level1/files/minute-bars/get", "params": [ { "name": "id", "value": "", "type": "query", "description": "id returned by files create endpoint to poll and collect results of the query" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Specifies the maximum number of results to return per response page" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results" } ] }, "docs": "Returns the files from tickhistory endpoint" } ] } ], "bundled": true }