{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Levels API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Levels", "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 \nMaximum 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 \nMaximum 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" }, { "info": { "name": "Factset Returns the Id for the Requested Data.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/level2/files/create", "body": { "type": "json", "data": "{}" } }, "docs": "Data available from past 6 years to previous day." }, { "info": { "name": "Factset Returns the Status of the Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/level2/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 History Files Requested in the /create Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/level2/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" } ] } ], "bundled": true }