{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Data API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Data", "type": "folder" }, "items": [ { "info": { "name": "Factset Get a List of Sources Where the Specified Data Item Can Be Found, for Each Delivery Method, Filtered to the Appearances of the Given Data Item Within the Specified Product.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/navigator/sources/:DataItem_id", "params": [ { "name": "DataItem_id", "value": "", "type": "path", "description": "The id for the DataItem to fetch the sources for." }, { "name": "Product_id", "value": "", "type": "query", "description": "The id for the Product to filter down the sources returned on." } ] }, "docs": "Factset Get a List of Sources Where the Specified Data Item Can Be Found, for Each Delivery Method, Filtered to the Appearances of the Given Data Item Within the Specified Product." }, { "info": { "name": "readTradeData", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/trade-data/:id", "params": [ { "name": "id", "value": "270c2fa8-9110-444b-9101-17e10132fe0a", "type": "path", "description": "Unique identifier of the trade data to be read" } ] }, "docs": "Read a trade data" }, { "info": { "name": "Factset Interest Rate Details for Selected Periods of an Interest-bearing Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/coupon/keyData/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." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Interest rate details for selected periods of an interest-bearing instrument; any other instrument yields empty values." }, { "info": { "name": "Fetch Factset Answer in Data Format", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/search/answers/v1/data", "params": [ { "name": "query", "value": "", "type": "query", "description": "Query for desired answer (e.g., \"fds price\")" }, { "name": "consumingApplication", "value": "", "type": "query", "description": "Name of application consuming the API (used for analytics purposes)" } ] }, "docs": "Returns an answer to the specified query (if a valid answer exists). Returns the answer data only (as JSON), without any markup information." }, { "info": { "name": "getDataDictionary", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/data-dictionary" }, "docs": "Fetch a list of all active signals" }, { "info": { "name": "getDataDictionaryById", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/data-dictionary/:signalId", "params": [ { "name": "signalId", "value": "dilutionTrigger", "type": "path" } ] }, "docs": "Fetch the metadata and contract for the requested signal" }, { "info": { "name": "Factset Lists All Datasources", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/data-sources", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "_sort", "value": "", "type": "query", "description": "The column to sort on. Append - to sort in descending order. If parameter is not given, no sorting will be done" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return. Default is 25" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip. Default is 0" } ] }, "docs": "List all datasources the user has permission to see" }, { "info": { "name": "Factset Gets a Datasource", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/data-sources/:dataSourceCode", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "dataSourceCode", "value": "", "type": "path", "description": "The code of the datasource" } ] }, "docs": "Gets a datasource based on the code passed" }, { "info": { "name": "Factset Gets the Data for the Datasource", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/data-sources/:dataSourceCode/data", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "dataSourceCode", "value": "", "type": "path", "description": "The code of the datasource" }, { "name": "entityCodes", "value": "", "type": "query", "description": "A series of query parameter used to filter the data for a datasource. This represents the entities for the datasource. E.g.: entityCodes=ACCOUNT&entityCodes=FUNDS" }, { "name": "entityKeys", "value": "", "type": "query", "description": "A series of query parameter used to filter the data for a datasource. This is the entity key value for an entity selection. E.g.: entityKeys=1&entityKeys=Test2" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return. Default is 25" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip. Default is 0" } ] }, "docs": "Gets the data for the datasource. There are optional query parameters to filter the data" } ] } ], "bundled": true }