{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Basic API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Basic", "type": "folder" }, "items": [ { "info": { "name": "Factset Details of an Alert.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/alerting/prices/basic/alert/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of an alert. The details include the trigger definition at the time of alert creation." }, { "info": { "name": "Factset List of Alerts.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/alerting/prices/basic/alert/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_subscriptionMinimumInterval", "value": "", "type": "query", "description": "Non-negative number of milliseconds to throttle the update rate from 0ms to 5000ms. Set to 0 for sending updates immediately." }, { "name": "_paginationCursor", "value": "", "type": "query", "description": "Starting point as returned in the attributes `pagination.next` or `pagination.previous` by a prior invocation of this endpoint, or undefined (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "List of alerts in descending order of creation." }, { "info": { "name": "Factset Details of a Trigger.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/alerting/prices/basic/trigger/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a trigger." }, { "info": { "name": "Factset List of Triggers.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/alerting/prices/basic/trigger/list", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a list of triggers sorted in descending order of creation." }, { "info": { "name": "Factset List of Asset Classes.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/assetClass/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "List of asset classes as defined by FactSet Digital Solutions." }, { "info": { "name": "Factset List of Background Text Types.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/backgroundText/type/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of background text types." }, { "info": { "name": "Factset List of Benchmark Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/benchmark/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of benchmark types." }, { "info": { "name": "Factset List of Deliveries.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/delivery/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of deliveries." }, { "info": { "name": "Factset List of Frequency Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/frequency/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of frequency types." }, { "info": { "name": "Factset Details for a Language.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/language/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details for a language." }, { "info": { "name": "Factset Details for a Language Identified by Code.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/language/getByCode", "params": [ { "name": "code", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details for a language identified by code." }, { "info": { "name": "Factset List of Languages.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/language/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 2 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of languages." }, { "info": { "name": "Factset Details of a Market.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/market/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details of a market." }, { "info": { "name": "Factset List of Markets.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/market/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of markets." }, { "info": { "name": "Factset List of Market Groups.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/market/group/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 2 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of market groups." }, { "info": { "name": "Factset List of Market Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/market/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of market types." }, { "info": { "name": "Factset List of Media Kinds.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/media/kind/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "List of media kinds." }, { "info": { "name": "Factset List of Internet Media Types.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/media/type/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of Internet media types. See http://www.iana.org/assignments/media-types/ for further details. Not all such Internet media types are available on the MDG." }, { "info": { "name": "Factset List of Operating Market Identifier Codes (mic).", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/mic/operating/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of operating market identifier codes (MIC)." }, { "info": { "name": "Factset Details for a Region.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details for a geographic, political, or economic region." }, { "info": { "name": "Factset List of Regions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 2 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of geographic, political, and economic regions." }, { "info": { "name": "Factset Details for a Continent.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/continent/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details for a continent." }, { "info": { "name": "Factset List of Continents.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/continent/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of continents." }, { "info": { "name": "Factset Details for a Country.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/country/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details for a country." }, { "info": { "name": "Factset Details for a Country Identified by Code.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/country/getByCode", "params": [ { "name": "code", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details for a country identified by code." }, { "info": { "name": "Factset List of Countries.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/region/country/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 2 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of countries." }, { "info": { "name": "Factset Details of a Timezone.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/timezone/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a timezone identified by id, as specified by the Internet Assigned Numbers Authority. See http://www.iana.org/time-zones for further details. Not all such timezones are available on the MDG." }, { "info": { "name": "Factset Details of a Timezone Identified by Name.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/timezone/getByName", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Details of a timezone identified by name, as specified by the Internet Assigned Numbers Authority. See http://www.iana.org/time-zones for further details. Not all such timezones are available on the MDG." }, { "info": { "name": "Factset List of Timezones.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/timezone/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of timezones identified by id, as specified by the Internet Assigned Numbers Authority. See http://www.iana.org/time-zones for further details. Not all such timezones are available on the MDG." }, { "info": { "name": "Factset Details of a Value Unit.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details of a value unit." }, { "info": { "name": "Factset List of Value Units.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/valueUnit/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of value units." }, { "info": { "name": "Factset List of Alternative Units.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/alternative/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of alternative units." }, { "info": { "name": "Factset List of Currencies.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/valueUnit/currency/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of currencies." }, { "info": { "name": "Factset Details of a Fractional Currency.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/currency/fractional/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Details of a fractional currency." }, { "info": { "name": "Factset List of Fractional Currencies.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/currency/fractional/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of fractional currencies." }, { "info": { "name": "Factset List of Main Currencies.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/valueUnit/currency/main/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of main currencies." }, { "info": { "name": "Factset Basic Search for Instruments.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/search/basic", "params": [ { "name": "searchValue", "value": "", "type": "query" }, { "name": "nsins", "value": "", "type": "query" }, { "name": "assetClass", "value": "", "type": "query" }, { "name": "onlyActive", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip, or 0 (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "Search for instruments whose ISIN, specified NSINs, or name match the search value according to a tolerant full-text match algorithm. Better matching results appear in the response before less relevant matches." }, { "info": { "name": "Factset Basic Search for Notations.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/notation/search/basic", "params": [ { "name": "searchValue", "value": "", "type": "query" }, { "name": "nsins", "value": "", "type": "query" }, { "name": "assetClass", "value": "", "type": "query" }, { "name": "onlyActive", "value": "", "type": "query" }, { "name": "popularity", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip, or 0 (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "Search for a notation whose ISIN, specified NSINs, name, or symbol match the search value according to a tolerant full-text match algorithm. If more than one notation of an instrument matches, only the notation with the highest monetary trading volume, averaged over one month, is considered. Better matching results appear in the response before less relevant matches. If the parameter popularity is set to true, the popularity of the notation is the primary sort criterion. Popularity is affected m" } ] } ], "bundled": true }