{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Reference API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Reference", "type": "folder" }, "items": [ { "info": { "name": "Factset Translate Isin to Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/crossReference/getByISIN", "params": [ { "name": "isin", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Translate a given ISIN to the respective most recent instrument identifier, retrieved from the Cross Reference Service." }, { "info": { "name": "Factset Translate Wkn to Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/crossReference/getByWKN", "params": [ { "name": "wkn", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Translate a given WKN to the respective most recent instrument identifier, retrieved from the Cross Reference Service." }, { "info": { "name": "Factset Translate a List of Isins to Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/crossReference/listByISIN", "body": { "type": "json", "data": "{}" } }, "docs": "Translate a given list of ISINs to the respective most recent instrument identifiers, retrieved from the Cross Reference Service." }, { "info": { "name": "Factset Translate a List of Wkns to Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/crossReference/listByWKN", "body": { "type": "json", "data": "{}" } }, "docs": "Translate a given list of WKNs to the respective most recent instrument identifiers, retrieved from the Cross Reference Service." }, { "info": { "name": "Factset Isin to Instrument Translation History.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/crossReference/history/getByISIN", "params": [ { "name": "isin", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "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": "Retrieve the complete translation history of a given ISIN to the respective instrument association from the Cross Reference Service. The results are sorted in descending order, starting with the most recent." }, { "info": { "name": "Factset Wkn to Instrument Translation History.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/crossReference/history/getByWKN", "params": [ { "name": "wkn", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "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": "Retrieve the complete translation history of a given WKN to the respective instrument association from the Cross Reference Service. The results are sorted in descending order, starting with the most recent." }, { "info": { "name": "Translate a Factset Market Symbol to a Notation.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/notation/crossReference/getByFactSetMarketSymbol", "params": [ { "name": "factSetMarketSymbol", "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": "Translate a FactSet market symbol to a notation. This symbol is also known as TICKER_EXCHANGE." }, { "info": { "name": "Factset List of Entitled Notations.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/crossReference/listByInstrument", "body": { "type": "json", "data": "{}" } }, "docs": "List of entitled notations." }, { "info": { "name": "Factset List of Entitled Notations.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/crossReference/listByISIN", "body": { "type": "json", "data": "{}" } }, "docs": "List of entitled notations." }, { "info": { "name": "Factset List of Entitled Notations.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/crossReference/listBySymbol", "body": { "type": "json", "data": "{}" } }, "docs": "List of entitled notations. Symbols are not globally unique; therefore, a given symbol interpreted in different markets might refer to different instruments." }, { "info": { "name": "Retrieve Factset Identifiers for a Given Notation.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/notation/crossReference/factSetIdentifier/get", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "

Retrieve FactSet identifiers for a given notation. Security and listing-level identifiers are always included, regional level identifiers are included, if available." }, { "info": { "name": "Retrieve a List of Notations for a Given Factset Identifier.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/crossReference/factSetIdentifier/listByFactSetIdentifier", "body": { "type": "json", "data": "{}" } }, "docs": "

Retrieve a list of notations for a given FactSet identifier, grouped by regional identifiers, if available. Listings without a regional identifier are grouped at the end of the response.

The notation corresponding to the security's primary listing has the attributes regional.isPrimary and regional.listing.isPrimary both set to true.The security's primary listing might not be among the results depending on the entitlement.

See the group descr" }, { "info": { "name": "Retrieve a List of Factset Identifiers for a Given Instrument.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/crossReference/factSetIdentifier/listByInstrument", "body": { "type": "json", "data": "{}" } }, "docs": "

Retrieve a list of FactSet identifiers for a given instrument, grouped by regional identifiers, if available. Listings without a regional identifier are grouped at the end of the response.

The notation corresponding to the security's primary listing has the attributes regional.isPrimary and regional.listing.isPrimary both set to true.The security's primary listing might not be among the results depending on the entitlement.

The result contai" } ] } ], "bundled": true }