{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Set API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Set", "type": "folder" }, "items": [ { "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": "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 }