{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Foreign Exchange API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Foreign Exchange", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets spots for a list of currency pairs", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/foreign-exchange/v1/spots", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The currency pair requested in the format of a ISO {source}{target}. For a complete list of ISO currencies, please visit [OA 1470](https://my.apps.factset.com/oa/pages/1470)" }, { "name": "startDate", "value": "2019-01-01", "type": "query", "description": "The start date requested for a given date range in **YYYY-MM-DD** format. If left blank, the API will default to latest available.\n" }, { "name": "endDate", "value": "2019-12-31", "type": "query", "description": "The end date requested for a given date range in **YYYY-MM-DD** format. If left blank, the API will default to latest available.\n" }, { "name": "frequency", "value": "", "type": "query", "description": "Controls the display frequency of the data returned.\n * **D** = Daily\n * **W** = Weekly, based on the last day of the week of the start date.\n * **M** = Monthly, based on the last trading day of the month.\n * **AM** = Monthly, based on the start date (e.g., if the start date is June 16, data is displayed for June 16, May 16, April 16 etc.). \n * **CQ** = Quarterly based on the last trading day of the calendar quarter (March, June, September, or December).\n * **AY** = Actual Annual, based on the start date.\n * **CY** = Calendar Annual, based on the last trading day of the calendar year.\n" } ] }, "docs": "Gets FX Spot rates for a requested currency pair, date range, and frequency. The WM Company calculates daily standardized spot rates for global foreign exchange transactions, using rates provided by Reuters. These rates are recognized globally as the standard by banks, fund managers, and index compilers; increasingly these rates are also being used for benchmark currency trading.\n" }, { "info": { "name": "Factset Gets spots for a list of currency pairs", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/foreign-exchange/v1/spots", "body": { "type": "json", "data": "{}" } }, "docs": "Gets FX Spot rates for a requested currency pair, date range, and frequency. The WM Company calculates daily standardized spot rates for global foreign exchange transactions, using rates provided by Reuters. These rates are recognized globally as the standard by banks, fund managers, and index compilers; increasingly these rates are also being used for benchmark currency trading.\n" }, { "info": { "name": "Factset Gets Forwards for a list of currency pairs", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/foreign-exchange/v1/forwards", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The currency pair requested in the format of a ISO {source}{target}. For a complete list of ISO currencies, please visit [OA 1470](https://my.apps.factset.com/oa/pages/1470)" }, { "name": "forwardPeriod", "value": "", "type": "query", "description": "Bid, offer, and mid rates are available for the following 11 time periods.\n * ON - Overnight\n * TN - Tomorrow Next\n * SW - One Week (Spot Week)\n * 1M - One Month\n * 2M - Two Months\n * 3M - Three Months\n * 6M - Six Months\n * 9M - Nine Months\n * 1Y - One Year\n * 2Y - Two Years\n * 5Y - Five Years\n" }, { "name": "startDate", "value": "2019-01-01", "type": "query", "description": "The start date requested for a given date range in **YYYY-MM-DD** format. If left blank, the API will default to latest available.\n" }, { "name": "endDate", "value": "2019-12-31", "type": "query", "description": "The end date requested for a given date range in **YYYY-MM-DD** format. If left blank, the API will default to latest available.\n" }, { "name": "frequency", "value": "", "type": "query", "description": "Controls the display frequency of the data returned.\n * **D** = Daily\n * **W** = Weekly, based on the last day of the week of the start date.\n * **M** = Monthly, based on the last trading day of the month.\n * **AM** = Monthly, based on the start date (e.g., if the start date is June 16, data is displayed for June 16, May 16, April 16 etc.). \n * **CQ** = Quarterly based on the last trading day of the calendar quarter (March, June, September, or December).\n * **AY** = Actual Annual, based on the start date.\n * **CY** = Calendar Annual, based on the last trading day of the calendar year.\n" } ] }, "docs": "Forward rates are provided in 80+ currencies against the U.S. dollar, British pound, and euro. Forward quotes are provided by Reuters and coverage is determined by the amount of reliable currency trading in a particular currency. Bid, offer, and mid rates are available for 11 `forwardPeriod` periods - Overnight, Tomorrow Next, 1 Week (Spot Week), 1 month, 2 month, 3 month, 6 month, 9 month, 1 year, 2 year, 5 year. All identifiers have spot rates, but not all identifiers have forward rate data.\n" }, { "info": { "name": "Factset Gets Forwards for a list of currency pairs", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/foreign-exchange/v1/forwards", "body": { "type": "json", "data": "{}" } }, "docs": "Forward rates are provided in 80+ currencies against the U.S. dollar, British pound, and euro. Forward quotes are provided by Reuters and coverage is determined by the amount of reliable currency trading in a particular currency. Bid, offer, and mid rates are available for 11 `forwardPeriod` periods - Overnight, Tomorrow Next, 1 Week (Spot Week), 1 month, 2 month, 3 month, 6 month, 9 month, 1 year, 2 year, 5 year. All identifiers have spot rates, but not all identifiers have forward rate data.\n" } ] } ], "bundled": true }