{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Symbols API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Symbols", "type": "folder" }, "items": [ { "info": { "name": "Factset Get All the Custom Symbol Custom Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-custom-fields" }, "docs": "Factset Get All the Custom Symbol Custom Fields" }, { "info": { "name": "Factset Create a Custom Symbol Custom Field", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbol-custom-fields", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Custom Symbol Custom Field" }, { "info": { "name": "Factset Get a Specific Custom Symbol Custom Field's Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-custom-fields/:customSymbolCustomFieldId", "params": [ { "name": "customSymbolCustomFieldId", "value": "", "type": "path", "description": "customSymbolCustomFieldId to get associated record" } ] }, "docs": "Factset Get a Specific Custom Symbol Custom Field's Details" }, { "info": { "name": "Factset Edit a Custom Symbol Custom Field", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/custom-symbol-custom-fields/:customSymbolCustomFieldId", "params": [ { "name": "customSymbolCustomFieldId", "value": "", "type": "path", "description": "customSymbolCustomFieldId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Custom Symbol Custom Field" }, { "info": { "name": "Factset Delete a Custom Symbol Custom Field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/custom-symbol-custom-fields/:customSymbolCustomFieldId", "params": [ { "name": "customSymbolCustomFieldId", "value": "", "type": "path", "description": "customSymbolCustomFieldId to delete associated record" } ] }, "docs": "Factset Delete a Custom Symbol Custom Field" }, { "info": { "name": "Factset Get All the Custom Symbol Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-types" }, "docs": "Factset Get All the Custom Symbol Types" }, { "info": { "name": "Factset Create a Custom Symbol Type", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbol-types", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Custom Symbol Type" }, { "info": { "name": "Factset Get a Specific Custom Symbol Type's Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-types/:customSymbolTypeId", "params": [ { "name": "customSymbolTypeId", "value": "", "type": "path", "description": "customSymbolTypeId to get associated record" } ] }, "docs": "Factset Get a Specific Custom Symbol Type's Details" }, { "info": { "name": "Factset Edit a Custom Symbol Type", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/custom-symbol-types/:customSymbolTypeId", "params": [ { "name": "customSymbolTypeId", "value": "", "type": "path", "description": "customSymbolTypeId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Custom Symbol Type" }, { "info": { "name": "Factset Delete a Custom Symbol Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/custom-symbol-types/:customSymbolTypeId", "params": [ { "name": "customSymbolTypeId", "value": "", "type": "path", "description": "customSymbolTypeId to delete associated record" } ] }, "docs": "Factset Delete a Custom Symbol Type" }, { "info": { "name": "Factset Get Custom Fields for Custom Symbol Type", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-types/:customSymbolTypeId/custom-fields", "params": [ { "name": "customSymbolTypeId", "value": "", "type": "path", "description": "customSymbolTypeId to get associated Custom fileds" } ] }, "docs": "Factset Get Custom Fields for Custom Symbol Type" }, { "info": { "name": "Factset Get All the Symbols Relationships", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/symbols-relationships" }, "docs": "Factset Get All the Symbols Relationships" }, { "info": { "name": "Factset Create a Symbol Relationship", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/symbols-relationships", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Symbol Relationship" }, { "info": { "name": "UpdateCustomSymbolTypeOrder", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbol-types/reorder", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Factset Edit a Symbol Relationship", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/symbols-relationships/:symbolsRelationshipId", "params": [ { "name": "symbolsRelationshipId", "value": "", "type": "path", "description": "symbolsRelationshipId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Symbol Relationship" }, { "info": { "name": "Factset Delete a Symbol Relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/symbols-relationships/:symbolsRelationshipId", "params": [ { "name": "symbolsRelationshipId", "value": "", "type": "path", "description": "symbolsRelationshipId to delete associated record" } ] }, "docs": "Factset Delete a Symbol Relationship" }, { "info": { "name": "Factset Get List of All Custom Symbols in Your Group Along With Some of Their Standard Field and Custom Fields Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols", "params": [ { "name": "typeName", "value": "", "type": "query", "description": "filter custom symbols based on custom symbol type" }, { "name": "query", "value": "", "type": "query", "description": "filter custom symbols based on custom symbol code or name" }, { "name": "includeCustomFieldValues", "value": "", "type": "query", "description": "Whether or not to include customFieldValues" }, { "name": "excludeLinkedCustomSymbol", "value": "", "type": "query", "description": "Whether or not to exclude linked custom symbol" }, { "name": "includeEvent", "value": "", "type": "query", "description": "Whether or not to include event" } ] }, "docs": "Factset Get List of All Custom Symbols in Your Group Along With Some of Their Standard Field and Custom Fields Data" }, { "info": { "name": "Factset Create a Custom Symbol", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbols", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Custom Symbol" }, { "info": { "name": "Factset Get All Custom Field and Standard Field Details on a Specific Custom Symbol", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "customSymbolId to get associated custom symbol" }, { "name": "includeEvent", "value": "", "type": "query", "description": "Whether or not to include event" } ] }, "docs": "Factset Get All Custom Field and Standard Field Details on a Specific Custom Symbol" }, { "info": { "name": "Factset Edit a Custom Symbols Standard Field and Custom Field Data", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "customSymbolId to update associated custom symbol" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Custom Symbols Standard Field and Custom Field Data" }, { "info": { "name": "Factset Delete a Custom Symbol", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "customSymbolId to delete associated custom symbol" } ] }, "docs": "Factset Delete a Custom Symbol" }, { "info": { "name": "Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId/records", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "CustomSymbolId to get associated records" } ] }, "docs": "Factset Get All Notes and Meetings Where a Specific Customsymbol Was Tagged as Primary or Related Identifier" }, { "info": { "name": "Factset Get All Custom Field and Standard Field Details on a Specific Standard Symbol", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols/standard-symbol-metadata/:standardSymbol", "params": [ { "name": "standardSymbol", "value": "", "type": "path", "description": "Standard symbol to get associated customSymbolId" } ] }, "docs": "Factset Get All Custom Field and Standard Field Details on a Specific Standard Symbol" }, { "info": { "name": "Factset Returns a List of a Symbols Relationships", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/symbol-relationships/:symbolId/relationships", "params": [ { "name": "symbolId", "value": "", "type": "path", "description": "symbolId to get associated records" } ] }, "docs": "Factset Returns a List of a Symbols Relationships" }, { "info": { "name": "Factset Get Details on a Specific Symbol Relationship", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/symbol-relationships/:symbolRelationshipId", "params": [ { "name": "symbolRelationshipId", "value": "", "type": "path", "description": "symbolRelationshipId to get associated record" } ] }, "docs": "Factset Get Details on a Specific Symbol Relationship" }, { "info": { "name": "Factset Delete a Symbol Relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/symbol-relationships/:symbolRelationshipId", "params": [ { "name": "symbolRelationshipId", "value": "", "type": "path", "description": "symbolRelationshipId to delete associated record" } ] }, "docs": "Factset Delete a Symbol Relationship" }, { "info": { "name": "Factset Link Custom Symbol to Standard Symbol", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId/link-standard-symbol", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "customSymbolId associated with custom symbol" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Link Custom Symbol to Standard Symbol" }, { "info": { "name": "Factset Create Standard Symbol Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbols/standard-symbol-metadata", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create Standard Symbol Metadata" }, { "info": { "name": "Factset Edit a Symbol Relationship", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/symbol-relationships/:symbol", "params": [ { "name": "symbol", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Symbol Relationship" }, { "info": { "name": "Factset Edit a Standard Symbols Standard Field and Custom Field Data", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/custom-symbols/standard-symbol-metadata/:standardSymbolId", "params": [ { "name": "standardSymbolId", "value": "", "type": "path", "description": "standardSymbolId to update associated standard symbol" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Standard Symbols Standard Field and Custom Field Data" }, { "info": { "name": "Factset Get Account Endpoint, Takes an Account Name, Symbol and Returns Underlying Data for That Symbol", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/symbols/:symbol", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get" }, { "name": "symbol", "value": "", "type": "path", "description": "The symbol for which data needs to be updated" }, { "name": "format", "value": "", "type": "query", "description": "Optional format for the response, supported formats are JsonStach and AccountModel" } ] }, "docs": "Factset Get Account Endpoint, Takes an Account Name, Symbol and Returns Underlying Data for That Symbol" }, { "info": { "name": "Factset Delete All Entries for a Symbol or Specific Date Entries for a Symbol From a Previously Created Account.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/symbols/:symbol", "params": [ { "name": "name", "value": "", "type": "path", "description": "The filename of model account to delete" }, { "name": "symbol", "value": "", "type": "path", "description": "The symbol from the given file name to delete" }, { "name": "dates", "value": "", "type": "query", "description": "The dates from the given file name and symbol to delete (Maximum 10 dates are allowed)" } ] }, "docs": "Factset Delete All Entries for a Symbol or Specific Date Entries for a Symbol From a Previously Created Account." }, { "info": { "name": "Factset Get Account Endpoint, Takes an Account Name and Returns Underlying Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/dates/:date/symbols/:symbol", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get" }, { "name": "symbol", "value": "", "type": "path", "description": "The symbol for which data needs to be updated" }, { "name": "date", "value": "", "type": "path", "description": "The date for which data needs to be updated" }, { "name": "format", "value": "", "type": "query", "description": "Optional format for the response, supported formats are JsonStach and AccountModel" } ] }, "docs": "Factset Get Account Endpoint, Takes an Account Name and Returns Underlying Data" }, { "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/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." } ] } ], "bundled": true }