{"info":{"_postman_id":"61bf1cb7-547d-4c12-865b-c198c087bfff","name":"Exante Data API","description":"<html><head></head><body><p>Version 2.0</p>\n<p>Main API point of access for Exante Data.</p>\n<p>Example scripts can be found at:\n<a href=\"https://github.com/exantedata/api_example_scripts/\">https://github.com/exantedata/api_example_scripts/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6814068","collectionId":"61bf1cb7-547d-4c12-865b-c198c087bfff","publishedId":"S11LrHRk","public":true,"customColor":{"top-bar":"194797","right-sidebar":"303030","highlight":"8EAADB"},"publishDate":"2019-03-11T18:59:51.000Z"},"item":[{"name":"Account Info","item":[{"name":"getToken","id":"dc333d4d-95b3-4dd4-bc5a-a2c498d75e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"","description":"<p>Username as used on the Exante Data website (typically your email address)</p>\n","type":"text"},{"key":"password","value":"","description":"<p>Password as used on the Exante Data website (typically your email address)</p>\n","type":"text"}]},"url":"https://apidata.exantedata.com/getToken","description":"<p>Using the same credentials as the main <a href=\"https://exantedata.com\">https://exantedata.com</a> website, making this request will return you an authorization key to be used with other API calls.</p>\n","urlObject":{"protocol":"https","path":["getToken"],"host":["apidata","exantedata","com"],"query":[],"variable":[]}},"response":[{"id":"bc175e80-93b9-423e-9fd7-8bbfa6746dac","name":"Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}]},"url":"https://apidata.exantedata.com/getToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.13.6"},{"key":"Date","value":"Fri, 01 Mar 2019 16:29:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"283"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"11b-BS4WZQhdYFNZh6KG+aJelCEJoHQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"TOKEN\": \"lgM4De65s09Orm%2BxcYu68j6Rdo4RBUcA8degRU2t%2BZcuhczPQLDOcO4c0U%2FRNs%2B8wJ%2BxzC7f%2B9ZJSChflKOPvXmj9t2W9fwR2zZUP0EMUphsqVj11U%2BrQELjAR8wMYaQxNyWRiQTIml7F9p2rMVRZORs2RhFM7dzWr62TEu5Rwiyf3UC%2FYUHzjQ%3D\",\n    \"MESSAGE\": \"SUCCESS.  Authentication Key will expire within 24hours.\"\n}"}],"_postman_id":"dc333d4d-95b3-4dd4-bc5a-a2c498d75e74"}],"id":"e3b39bb6-ff63-4046-9266-d26f7f5443ef","_postman_id":"e3b39bb6-ff63-4046-9266-d26f7f5443ef","description":""},{"name":"Data Requests","item":[{"name":"Data/Updated","id":"eb1ce589-1440-4060-b3cc-74acbb518e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Token gotten using the getToken method.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Ticker, List of Tickers, or Ticker using Wildcards (%)</p>\n","key":"ticker","type":"text","value":""}]},"url":"https://apidata.exantedata.com/Data/Updated","urlObject":{"protocol":"https","path":["Data","Updated"],"host":["apidata","exantedata","com"],"query":[],"variable":[]}},"response":[{"id":"0bf185c1-759d-422e-9d7a-fbb738c1b14f","name":"Single Ticker","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Authorization","value":"Bearer {{token}}","description":"Token gotten using the getToken method.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Token gotten using the getToken method.","key":"token","type":"text","value":"{{token}}","disabled":true},{"description":"Ticker, List of Tickers, or Ticker using Wildcards (%)","key":"ticker","type":"text","value":"CN.CBINTSPT.M"}]},"url":"https://apidata.exantedata.com/Data/Updated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.13.6"},{"key":"Date","value":"Fri, 01 Mar 2019 17:46:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"95"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"5f-uksvsXkw0f1nDVx7Z30OyzU+PlM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"MESSAGE\": \"SUCCESS. Timestamp in GMT.\",\n    \"UPDATED\": {\n        \"CN.CBINTSPT.M\": \"2019-02-19T10:05:46.000Z\"\n    }\n}"}],"_postman_id":"eb1ce589-1440-4060-b3cc-74acbb518e72"},{"name":"Data/Metadata","id":"5fd02eb1-da32-4227-ada3-038f30d41ac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Token gotten using the getToken method.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ticker","value":"","description":"<p>Ticker, List of Tickers, or Ticker using Wildcards (%)</p>\n","type":"text"},{"key":"fields","value":"","description":"<p><em>Optional.  String value.</em></p>\n<p>Metadata field or comma separated list of fields desired.</p>\n<p>If omitted, the API will return all available fields.</p>\n","type":"text"},{"key":"data_by_field","value":"","description":"<p><em>Optional. Bool value 1 or 0</em></p>\n<p>Set to 1 if you want the returned dataset to be keyed by metadata field.</p>\n","type":"text"}]},"url":"https://apidata.exantedata.com/Data/Metadata","urlObject":{"protocol":"https","path":["Data","Metadata"],"host":["apidata","exantedata","com"],"query":[],"variable":[]}},"response":[{"id":"fb1a6ab8-a7e6-435a-8b5e-4f78a630a858","name":"Single Ticker","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{token}}","description":"Token gotten using the getToken method.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"{{token}}","description":"Token gotten using the getToken method.","type":"text","disabled":true},{"key":"ticker","value":"CN.CBINTSPT.M","description":"Ticker, List of Tickers, or Ticker using Wildcards (%)","type":"text"},{"key":"fields","value":"","description":"*Optional.  String value.*\n\nMetadata field or comma separated list of fields desired.\n\nIf omitted, the API will return all available fields.","type":"text"},{"key":"data_by_field","value":"","description":"*Optional. Bool value 1 or 0*\n\nSet to 1 if you want the returned dataset to be keyed by metadata field.","type":"text"}]},"url":"https://apidata.exantedata.com/Data/Metadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.13.6"},{"key":"Date","value":"Mon, 11 Mar 2019 18:35:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"492"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1ec-GXBEBGTdS22kZivX+cwK7ju/S4g\""}],"cookie":[],"responseTime":null,"body":"{\n    \"MESSAGE\": \"SUCCESS.\",\n    \"METADATA\": {\n        \"CN.CBINTSPT.M\": {\n            \"Frequency\": \"Monthly\",\n            \"Country\": \"China\",\n            \"Notes\": null,\n            \"Scale\": 0,\n            \"Description\": \"Central Bank Spot Intervention, Monthly\",\n            \"UPDATED\": \"2019-03-08T06:05:46.000Z\",\n            \"LAST_DATE\": \"2019-02\",\n            \"LAST_VALUE\": 11977458848.2\n        }\n    },\n    \"FIELDS\": [\n        \"Frequency\",\n        \"Country\",\n        \"Notes\",\n        \"Scale\",\n        \"Description\",\n        \"UPDATED\",\n        \"LAST_DATE\",\n        \"LAST_VALUE\"\n    ],\n    \"TICKERS\": [\n        \"CN.CBINTSPT.M\"\n    ],\n    \"FIELDS_AVAILABLE\": [\n        \"Frequency\",\n        \"Country\",\n        \"Notes\",\n        \"Scale\",\n        \"Description\",\n        \"UPDATED\",\n        \"LAST_DATE\",\n        \"LAST_VALUE\"\n    ]\n}"}],"_postman_id":"5fd02eb1-da32-4227-ada3-038f30d41ac6"},{"name":"Data/Data","id":"0b98cefb-1afd-4e10-a6d1-ca10c881dbe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Token gotten using the getToken method.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Ticker, List of Tickers, or Ticker using Wildcards (%)</p>\n","key":"ticker","type":"text","value":""},{"description":"<p><em>Optional. String value in ISO date format (YYYY-MM-DD).</em></p>\n<p>Starting date for the data you're requesting.  If omited, the API will return a small number of the most recent datapoints.</p>\n","key":"startDate","type":"text","value":""},{"description":"<p><em>Optional. String value in ISO date format (YYYY-MM-DD).</em></p>\n<p>Ending date for the data you're requesting.  If omited, the API will return the timeseries through to the most recent datapoint.</p>\n","key":"endDate","type":"text","value":""},{"description":"<p><em>Optional. String value.</em></p>\n<p>Set a frequency for the data to be aggrgeated to.  Note, API will only adjust data to a lower frequency than it is.</p>\n<p><strong>D</strong>:  Daily</p>\n<p><strong>W</strong>:  Weekly (end of week, Friday)</p>\n<p><strong>WS</strong>:  Weekly (start of week, Monday)</p>\n<p><strong>W-</strong>*:  Weekly (set the end day of the week, ex: W-TUE ends the weekly aggregation on Tuesday and returns dates of the Tuesdays)</p>\n<p><strong>WS-</strong>*:  Weekly (set the start day of the week, ex: W-TUE starts the weekly aggregation on Tuesday and returns dates of the Tuesdays)</p>\n<p><strong>M</strong>:  Monthly (end of month)</p>\n<p><strong>MS</strong>:  Monthly (start of month)</p>\n<p><strong>Q</strong>:  Quarterly (end of Quarter)</p>\n<p><strong>QS</strong>:  Quarterly (start of Quarter)</p>\n<p><strong>A</strong>:  Annually (end of year)</p>\n<p><strong>AS</strong>:  Annually (start of year)</p>\n","key":"freq","type":"text","value":""},{"description":"<p><em>Optional. String value.</em></p>\n<p><strong>last</strong>:  Returns the last known value within the aggregated group. </p>\n<p><strong>first</strong>:  Returns the first known value from the aggregated group.</p>\n<p><strong>mean</strong>:  Returns the mean of the values within the aggregated group.</p>\n<p><strong>average</strong>:  Returns the mean of the values within the aggregated group.</p>\n<p><strong>median</strong>:  Returns the median of the values within the aggregated group.</p>\n<p><strong>sum</strong>:  Returns a sum of the values within the aggregated group.</p>\n","key":"agg_method","type":"text","value":""},{"key":"fill_method","value":"","description":"<p><em>Optional. String value.</em></p>\n<p><strong>bfill</strong>:  Fills missing values with the next known value.</p>\n<p><strong>ffill</strong>:  Fills missing values with the last known value.</p>\n<p><strong>interpolate</strong>:  Fills missing values as interpolated between the surrounding known datapoints.</p>\n<p><strong>pad</strong>:  Same as ffill.</p>\n<p><strong>nearest</strong>:  Fills missing values with the nearest known value or last known value if equidistant.</p>\n<p><strong>nnearest</strong>:  Fills missing values with the nearest known value or next known value if equidistant.</p>\n","type":"text"},{"description":"<p><em>Optional. String, int, or double value.</em></p>\n<p>If <strong>fill_method</strong> is not specified, this value will be used to fill in NaN values.  If this value is also omitted, the API will not fill NaN values.</p>\n","key":"fill_value","type":"text","value":""},{"key":"data_by_date","value":"","description":"<p><em>Optional. Bool value 1 or 0</em></p>\n<p>Set to 1 if you want the returned dataset to be keyed by dates.</p>\n","type":"text"},{"description":"<p><em>Optional. String value.</em> \nPeriod date format.  </p>\n<p><strong>eop, end</strong>: End of period.</p>\n<p><strong>sop, begin, start</strong>:  Beginning of period.</p>\n<p>If omitted, the API will default to end of period by calendar dates.</p>\n","key":"period","type":"text","value":""}]},"url":"https://apidata.exantedata.com/Data/Data","description":"<p>This is the main hook to get the data for the tickers.</p>\n","urlObject":{"protocol":"https","path":["Data","Data"],"host":["apidata","exantedata","com"],"query":[],"variable":[]}},"response":[{"id":"3f0f8764-27f4-4b57-9c8c-1a5eae59a228","name":"Multiple Tickers w/Output by Date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Authorization","value":"Bearer {{token}}","description":"Token gotten using the getToken method.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Token gotten using the getToken method.","key":"token","type":"text","value":"{{token}}","disabled":true},{"description":"Ticker, List of Tickers, or Ticker using Wildcards (%)","key":"ticker","type":"text","value":"CN.CBINTSPT.M,BR.CBINTSPT.M"},{"description":"*Optional. String value in ISO date format (YYYY-MM-DD).*\n\nStarting date for the data you're requesting.  If omited, the API will return a small number of the most recent datapoints.","key":"startDate","type":"text","value":"2003-01-01"},{"description":"*Optional. String value in ISO date format (YYYY-MM-DD).*\n\nEnding date for the data you're requesting.  If omited, the API will return the timeseries through to the most recent datapoint.","key":"endDate","type":"text","value":"2008-12-31"},{"description":"*Optional. String value.*\n\nSet a frequency for the data to be aggrgeated to.  Note, API will only adjust data to a lower frequency than it is.\n\n**D**:  Daily\n\n**W**:  Weekly (end of week, Friday)\n\n**WS**:  Weekly (start of week, Monday)\n\n**W-***:  Weekly (set the end day of the week, ex: W-TUE ends the weekly aggregation on Tuesday and returns dates of the Tuesdays)\n\n**WS-***:  Weekly (set the start day of the week, ex: W-TUE starts the weekly aggregation on Tuesday and returns dates of the Tuesdays)\n\n**M**:  Monthly (end of month)\n\n**MS**:  Monthly (start of month)\n\n**Q**:  Quarterly (end of Quarter)\n\n**QS**:  Quarterly (start of Quarter)\n\n**A**:  Annually (end of year)\n\n**AS**:  Annually (start of year)\n\n","key":"freq","type":"text","value":"A"},{"description":"*Optional. String value.*\n\n**last**:  Returns the last known value within the aggregated group. \n\n**first**:  Returns the first known value from the aggregated group.\n\n**mean**:  Returns the mean of the values within the aggregated group.\n\n**average**:  Returns the mean of the values within the aggregated group.\n\n**median**:  Returns the median of the values within the aggregated group.\n\n**sum**:  Returns a sum of the values within the aggregated group.\n\n","key":"agg_method","type":"text","value":"sum"},{"key":"fill_method","value":"","description":"*Optional. String value.*\n\n**bfill**:  Fills missing values with the next known value.\n\n**ffill**:  Fills missing values with the last known value.\n\n**interpolate**:  Fills missing values as interpolated between the surrounding known datapoints.\n\n**pad**:  Same as ffill.\n\n**nearest**:  Fills missing values with the nearest known value or last known value if equidistant.\n\n**nnearest**:  Fills missing values with the nearest known value or next known value if equidistant.","type":"text"},{"description":"*Optional. String, int, or double value.*\n\nIf **fill_method** is not specified, this value will be used to fill in NaN values.  If this value is also omitted, the API will not fill NaN values.","key":"fill_value","type":"text","value":""},{"key":"data_by_date","value":"1","description":"*Optional. Bool value 1 or 0*\n\nSet to 1 if you want the returned dataset to be keyed by dates.","type":"text"},{"description":"*Optional. String value.* \nPeriod date format.  \n\n**eop, end**: End of period.\n\n**sop, begin, start**:  Beginning of period.\n\nIf omitted, the API will default to end of period by calendar dates.","key":"period","type":"text","value":""}]},"url":"https://apidata.exantedata.com/Data/Data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.13.6"},{"key":"Date","value":"Mon, 11 Mar 2019 18:44:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"713"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2c9-jbpamE1aLJOTWRfANt1CTLAP17Q\""}],"cookie":[],"responseTime":null,"body":"{\n    \"MESSAGE\": \"SUCCESS.\",\n    \"DATA\": {\n        \"2003-12-31 00:00:00\": {\n            \"BR.CBINTSPT.M\": 0,\n            \"CN.CBINTSPT.M\": 56632099171.72\n        },\n        \"2004-12-31 00:00:00\": {\n            \"BR.CBINTSPT.M\": 5273500000,\n            \"CN.CBINTSPT.M\": 174252564624.05\n        },\n        \"2005-12-31 00:00:00\": {\n            \"BR.CBINTSPT.M\": 21491000000,\n            \"CN.CBINTSPT.M\": 168517596527.92\n        },\n        \"2006-12-31 00:00:00\": {\n            \"BR.CBINTSPT.M\": 34336480000,\n            \"CN.CBINTSPT.M\": 238463315608.88\n        },\n        \"2007-12-31 00:00:00\": {\n            \"BR.CBINTSPT.M\": 78589300000,\n            \"CN.CBINTSPT.M\": 343110860378.43994\n        },\n        \"2008-12-31 00:00:00\": {\n            \"BR.CBINTSPT.M\": 7585100000,\n            \"CN.CBINTSPT.M\": 416507076951.8909\n        }\n    },\n    \"DATES\": [\n        \"2003-12-31 00:00:00\",\n        \"2004-12-31 00:00:00\",\n        \"2005-12-31 00:00:00\",\n        \"2006-12-31 00:00:00\",\n        \"2007-12-31 00:00:00\",\n        \"2008-12-31 00:00:00\"\n    ],\n    \"TICKERS\": [\n        \"BR.CBINTSPT.M\",\n        \"CN.CBINTSPT.M\"\n    ]\n}"},{"id":"878d16cd-fc80-4329-9730-6a15ecf2f986","name":"Single Ticker w/Parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Authorization","value":"Bearer {{token}}","description":"Token gotten using the getToken method.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Token gotten using the getToken method.","key":"token","type":"text","value":"{{token}}","disabled":true},{"description":"Ticker, List of Tickers, or Ticker using Wildcards (%)","key":"ticker","type":"text","value":"CN.CBINTSPT.M"},{"description":"*Optional. String value in ISO date format (YYYY-MM-DD).*\n\nStarting date for the data you're requesting.  If omited, the API will return a small number of the most recent datapoints.","key":"startDate","type":"text","value":"2003-01-01"},{"description":"*Optional. String value in ISO date format (YYYY-MM-DD).*\n\nEnding date for the data you're requesting.  If omited, the API will return the timeseries through to the most recent datapoint.","key":"endDate","type":"text","value":"2008-12-31"},{"description":"*Optional. String value.*\n\nSet a frequency for the data to be aggrgeated to.  Note, API will only adjust data to a lower frequency than it is.\n\n**D**:  Daily\n\n**W**:  Weekly (end of week, Friday)\n\n**WS**:  Weekly (start of week, Monday)\n\n**W-***:  Weekly (set the end day of the week, ex: W-TUE ends the weekly aggregation on Tuesday and returns dates of the Tuesdays)\n\n**WS-***:  Weekly (set the start day of the week, ex: W-TUE starts the weekly aggregation on Tuesday and returns dates of the Tuesdays)\n\n**M**:  Monthly (end of month)\n\n**MS**:  Monthly (start of month)\n\n**Q**:  Quarterly (end of Quarter)\n\n**QS**:  Quarterly (start of Quarter)\n\n**A**:  Annually (end of year)\n\n**AS**:  Annually (start of year)\n\n","key":"freq","type":"text","value":"A"},{"description":"*Optional. String value.*\n\n**last**:  Returns the last known value within the aggregated group. \n\n**first**:  Returns the first known value from the aggregated group.\n\n**mean**:  Returns the mean of the values within the aggregated group.\n\n**average**:  Returns the mean of the values within the aggregated group.\n\n**median**:  Returns the median of the values within the aggregated group.\n\n**sum**:  Returns a sum of the values within the aggregated group.\n\n","key":"agg_method","type":"text","value":"sum"},{"key":"fill_method","value":"","description":"*Optional. String value.*\n\n**bfill**:  Fills missing values with the next known value.\n\n**ffill**:  Fills missing values with the last known value.\n\n**interpolate**:  Fills missing values as interpolated between the surrounding known datapoints.\n\n**pad**:  Same as ffill.\n\n**nearest**:  Fills missing values with the nearest known value or last known value if equidistant.\n\n**nnearest**:  Fills missing values with the nearest known value or next known value if equidistant.","type":"text"},{"description":"*Optional. String, int, or double value.*\n\nIf **fill_method** is not specified, this value will be used to fill in NaN values.  If this value is also omitted, the API will not fill NaN values.","key":"fill_value","type":"text","value":""},{"key":"data_by_date","value":"","description":"*Optional. Bool value 1 or 0*\n\nSet to 1 if you want the returned dataset to be keyed by dates.","type":"text"},{"description":"*Optional. String value.* \nPeriod date format.  \n\n**eop, end**: End of period.\n\n**sop, begin, start**:  Beginning of period.\n\nIf omitted, the API will default to end of period by calendar dates.","key":"period","type":"text","value":""}]},"url":"https://apidata.exantedata.com/Data/Data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.13.6"},{"key":"Date","value":"Mon, 11 Mar 2019 18:41:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"451"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1c3-JtnVcekMgwApqPp3SdMOWU0gwgs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"MESSAGE\": \"SUCCESS.\",\n    \"DATA\": {\n        \"CN.CBINTSPT.M\": {\n            \"2003-12-31 00:00:00\": 56632099171.72,\n            \"2004-12-31 00:00:00\": 174252564624.05,\n            \"2005-12-31 00:00:00\": 168517596527.92,\n            \"2006-12-31 00:00:00\": 238463315608.88,\n            \"2007-12-31 00:00:00\": 343110860378.43994,\n            \"2008-12-31 00:00:00\": 416507076951.8909\n        }\n    },\n    \"DATES\": [\n        \"2003-12-31 00:00:00\",\n        \"2004-12-31 00:00:00\",\n        \"2005-12-31 00:00:00\",\n        \"2006-12-31 00:00:00\",\n        \"2007-12-31 00:00:00\",\n        \"2008-12-31 00:00:00\"\n    ],\n    \"TICKERS\": [\n        \"CN.CBINTSPT.M\"\n    ]\n}"}],"_postman_id":"0b98cefb-1afd-4e10-a6d1-ca10c881dbe0"},{"name":"Data/Timeseries","id":"24fce55f-af6d-4b32-83e6-3b384b43ce0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Token gotten using the getToken method.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"startDate","value":"","description":"<p>String value in ISO date format (YYYY-MM-DD).</p>\n","type":"text"},{"key":"endDate","value":"","description":"<p><em>Optional. String value in ISO date format (YYYY-MM-DD).</em></p>\n","type":"text"},{"key":"freq","value":"","description":"<p><em>Optional. String value.</em></p>\n<p>Set a frequency for the data to be aggrgeated to.  If not included, a daily series (weekdays only) will be returned.</p>\n<p><strong>D</strong>:  Daily (Note: calendar days)</p>\n<p><strong>DB</strong>:  Daily (Business days only)</p>\n<p><strong>W</strong>:  Weekly (end of week, Friday)</p>\n<p><strong>WS</strong>:  Weekly (start of week, Monday)</p>\n<p><strong>W-</strong>*:  Weekly (set the end day of the week, ex: W-TUE ends the weekly aggregation on Tuesday and returns dates of the Tuesdays)</p>\n<p><strong>WS-</strong>*:  Weekly (set the start day of the week, ex: W-TUE starts the weekly aggregation on Tuesday and returns dates of the Tuesdays)</p>\n<p><strong>M</strong>:  Monthly (end of month)</p>\n<p><strong>MS</strong>:  Monthly (start of month)</p>\n<p><strong>Q</strong>:  Quarterly (end of Quarter)</p>\n<p><strong>QS</strong>:  Quarterly (start of Quarter)</p>\n<p><strong>A</strong>:  Annually (end of year)</p>\n<p><strong>AS</strong>:  Annually (start of year)</p>\n","type":"text"},{"key":"period","value":"","description":"<p><em>Optional. String value.</em> \nPeriod date format.  </p>\n<p><strong>eop, end</strong>: End of period.</p>\n<p><strong>sop, begin, start</strong>:  Beginning of period.</p>\n<p>If omitted, the API will default to end of period by calendar dates.</p>\n","type":"text"}]},"url":"https://apidata.exantedata.com/Data/Timeseries","description":"<p>This returns only a time series based on the parameters.</p>\n","urlObject":{"protocol":"https","path":["Data","Timeseries"],"host":["apidata","exantedata","com"],"query":[],"variable":[]}},"response":[{"id":"2fe6cc08-c636-4c12-a544-9e991d30c4ca","name":"Weekly (with Friday end dates)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{token}}","description":"Token gotten using the getToken method.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"{{token}}","description":"Token gotten using the getToken method.","type":"text","disabled":true},{"key":"startDate","value":"2019-01-01","description":"String value in ISO date format (YYYY-MM-DD).","type":"text"},{"key":"endDate","value":"2019-02-28","description":"*Optional. String value in ISO date format (YYYY-MM-DD).*","type":"text"},{"key":"freq","value":"W","description":"*Optional. String value.*\n\nSet a frequency for the data to be aggrgeated to.  If not included, a daily series (weekdays only) will be returned.\n\n**D**:  Daily\n\n**W**:  Weekly (end of week, Friday)\n\n**WS**:  Weekly (start of week, Monday)\n\n**W-***:  Weekly (set the end day of the week, ex: W-TUE ends the weekly aggregation on Tuesday and returns dates of the Tuesdays)\n\n**WS-***:  Weekly (set the start day of the week, ex: W-TUE starts the weekly aggregation on Tuesday and returns dates of the Tuesdays)\n\n**M**:  Monthly (end of month)\n\n**MS**:  Monthly (start of month)\n\n**Q**:  Quarterly (end of Quarter)\n\n**QS**:  Quarterly (start of Quarter)\n\n**A**:  Annually (end of year)\n\n**AS**:  Annually (start of year)","type":"text"},{"key":"period","value":"","description":"*Optional. String value.* \nPeriod date format.  \n\n**eop, end**: End of period.\n\n**sop, begin, start**:  Beginning of period.\n\nIf omitted, the API will default to end of period by calendar dates.","type":"text"}]},"url":"https://apidata.exantedata.com/Data/Timeseries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.13.6"},{"key":"Date","value":"Mon, 11 Mar 2019 18:52:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"230"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"e6-bouEjdAhiHegzptitd2L48xtpEo\""}],"cookie":[],"responseTime":null,"body":"{\n    \"MESSAGE\": \"SUCCESS.\",\n    \"DATES\": [\n        \"2019-01-04 00:00:00\",\n        \"2019-01-11 00:00:00\",\n        \"2019-01-18 00:00:00\",\n        \"2019-01-25 00:00:00\",\n        \"2019-02-01 00:00:00\",\n        \"2019-02-08 00:00:00\",\n        \"2019-02-15 00:00:00\",\n        \"2019-02-22 00:00:00\",\n        \"2019-03-01 00:00:00\"\n    ]\n}"}],"_postman_id":"24fce55f-af6d-4b32-83e6-3b384b43ce0b"},{"name":"Data/Last","id":"cfd32aa4-9cff-4306-88f9-4813e822ebb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","description":"<p>Token gotten using the getToken method.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ticker","value":"","description":"<p>Ticker, List of Tickers, or Ticker using Wildcards (%)</p>\n","type":"text"}]},"url":"https://apidata.exantedata.com/Data/Last","urlObject":{"protocol":"https","path":["Data","Last"],"host":["apidata","exantedata","com"],"query":[],"variable":[]}},"response":[{"id":"9801655e-fc98-46a6-bb53-c087dc4d55c1","name":"Data/Last","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"Token gotten using the getToken method.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ticker","value":"AU.VAL.%","description":"Ticker, List of Tickers, or Ticker using Wildcards (%)","type":"text"}]},"url":"https://apidata.exantedata.com/Data/Last"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.13.6"},{"key":"Date","value":"Tue, 19 Mar 2019 19:16:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2962"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"b92-M/nC3frOCLahZqtPHfRTL6MFt34\""}],"cookie":[],"responseTime":null,"body":"{\n    \"MESSAGE\": \"SUCCESS.\",\n    \"DATA\": {\n        \"AU.VAL.ALLAVG.EST.D\": {\n            \"2019-03-19 00:00:00\": 2.21631998936\n        },\n        \"AU.VAL.ALLAVGEXPPPDEV.EST.D\": {\n            \"2019-03-19 00:00:00\": 2.32130179851\n        },\n        \"AU.VAL.BROADREERDEV10Y.D\": {\n            \"2018-06-29 00:00:00\": -7.37974442025\n        },\n        \"AU.VAL.BROADREERDEV10Y.EST.D\": {\n            \"2019-03-19 00:00:00\": -7.92551289292\n        },\n        \"AU.VAL.BROADREERDEV20Y.D\": {\n            \"2018-06-29 00:00:00\": 1.36115251889\n        },\n        \"AU.VAL.BROADREERDEV20Y.EST.D\": {\n            \"2019-03-19 00:00:00\": 0.763877969694\n        },\n        \"AU.VAL.EXPORTGRDEV.Q\": {\n            \"2018-07-01 00:00:00\": -237\n        },\n        \"AU.VAL.MANUCONSTDEV.EST.D\": {\n            \"2019-03-19 00:00:00\": 10.3912925491\n        },\n        \"AU.VAL.MANUSERVDEV.EST.D\": {\n            \"2019-03-19 00:00:00\": 13.353755165\n        },\n        \"AU.VAL.MTEXPORTGRDEV.M\": {\n            \"2019-01-01 00:00:00\": 12.000435108\n        },\n        \"AU.VAL.NARROWREERDEV30Y.D\": {\n            \"2019-01-31 00:00:00\": 8.37527866811\n        },\n        \"AU.VAL.NARROWREERDEV30Y.EST.D\": {\n            \"2019-03-19 00:00:00\": 8.20414921039\n        },\n        \"AU.VAL.NARROWREERDEV40Y.D\": {\n            \"2019-01-31 00:00:00\": 6.64184840803\n        },\n        \"AU.VAL.NARROWREERDEV40Y.EST.D\": {\n            \"2019-03-19 00:00:00\": 6.47345611495\n        },\n        \"AU.VAL.NEER.BISBROAD.D\": {\n            \"2019-03-19 00:00:00\": 86.4778823384\n        },\n        \"AU.VAL.NEER.BISBROAD.EST.D\": {\n            \"2019-03-19 00:00:00\": 85.0295521404\n        },\n        \"AU.VAL.NEER.BROAD.D\": {\n            \"2019-03-19 00:00:00\": 85.177674301\n        },\n        \"AU.VAL.NEER.BROAD.EST.D\": {\n            \"2019-03-19 00:00:00\": 85.1786203755\n        },\n        \"AU.VAL.NEER.NARROW.D\": {\n            \"2019-03-19 00:00:00\": 86.1129561681\n        },\n        \"AU.VAL.NEER.NARROW.EST.D\": {\n            \"2019-03-19 00:00:00\": 84.8822709049\n        },\n        \"AU.VAL.PPPDEV.EST.D\": {\n            \"2019-03-19 00:00:00\": 1.16650189789\n        },\n        \"AU.VAL.PPPGDPDEV.EST.D\": {\n            \"2019-03-19 00:00:00\": 9.22964244163\n        },\n        \"AU.VAL.REER.BISBROAD.D\": {\n            \"2019-03-19 00:00:00\": 87.43\n        },\n        \"AU.VAL.REER.BISBROAD.EST.D\": {\n            \"2019-03-19 00:00:00\": 87.6856747231\n        },\n        \"AU.VAL.REER.BROAD.D\": {\n            \"2019-03-19 00:00:00\": 89.760700592\n        },\n        \"AU.VAL.REER.BROAD.EST.D\": {\n            \"2019-03-19 00:00:00\": 88.7344417437\n        },\n        \"AU.VAL.REER.NARROW.D\": {\n            \"2019-03-19 00:00:00\": 91.19\n        },\n        \"AU.VAL.REER.NARROW.EST.D\": {\n            \"2019-03-19 00:00:00\": 91.0460068731\n        },\n        \"AU.VAL.TOTCOMMPANDEV.EST.D\": {\n            \"2019-03-19 00:00:00\": -6.02319768966\n        },\n        \"AU.VAL.TOTDEV.EST.D\": {\n            \"2019-03-19 00:00:00\": -7.94735803187\n        },\n        \"AU.VAL.TOTFULLPANDEV.EST.D\": {\n            \"2019-03-19 00:00:00\": -3.30708685121\n        }\n    },\n    \"DATES\": [\n        \"2019-03-19 00:00:00\",\n        \"2018-06-29 00:00:00\",\n        \"2018-07-01 00:00:00\",\n        \"2019-01-01 00:00:00\",\n        \"2019-01-31 00:00:00\"\n    ],\n    \"TICKERS\": [\n        \"AU.VAL.ALLAVG.EST.D\",\n        \"AU.VAL.ALLAVGEXPPPDEV.EST.D\",\n        \"AU.VAL.BROADREERDEV10Y.D\",\n        \"AU.VAL.BROADREERDEV10Y.EST.D\",\n        \"AU.VAL.BROADREERDEV20Y.D\",\n        \"AU.VAL.BROADREERDEV20Y.EST.D\",\n        \"AU.VAL.EXPORTGRDEV.Q\",\n        \"AU.VAL.MANUCONSTDEV.EST.D\",\n        \"AU.VAL.MANUSERVDEV.EST.D\",\n        \"AU.VAL.MTEXPORTGRDEV.M\",\n        \"AU.VAL.NARROWREERDEV30Y.D\",\n        \"AU.VAL.NARROWREERDEV30Y.EST.D\",\n        \"AU.VAL.NARROWREERDEV40Y.D\",\n        \"AU.VAL.NARROWREERDEV40Y.EST.D\",\n        \"AU.VAL.NEER.BISBROAD.D\",\n        \"AU.VAL.NEER.BISBROAD.EST.D\",\n        \"AU.VAL.NEER.BROAD.D\",\n        \"AU.VAL.NEER.BROAD.EST.D\",\n        \"AU.VAL.NEER.NARROW.D\",\n        \"AU.VAL.NEER.NARROW.EST.D\",\n        \"AU.VAL.PPPDEV.EST.D\",\n        \"AU.VAL.PPPGDPDEV.EST.D\",\n        \"AU.VAL.REER.BISBROAD.D\",\n        \"AU.VAL.REER.BISBROAD.EST.D\",\n        \"AU.VAL.REER.BROAD.D\",\n        \"AU.VAL.REER.BROAD.EST.D\",\n        \"AU.VAL.REER.NARROW.D\",\n        \"AU.VAL.REER.NARROW.EST.D\",\n        \"AU.VAL.TOTCOMMPANDEV.EST.D\",\n        \"AU.VAL.TOTDEV.EST.D\",\n        \"AU.VAL.TOTFULLPANDEV.EST.D\"\n    ]\n}"}],"_postman_id":"cfd32aa4-9cff-4306-88f9-4813e822ebb3"}],"id":"c8a757d9-8e19-4aad-852c-d780acf9cf96","description":"<p>These methods exist under the Data/ path.</p>\n","event":[{"listen":"prerequest","script":{"id":"5c62a08c-d68b-47e9-8c13-0b1742c20262","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6785f1e5-720b-460f-860a-f3b2d82a1895","type":"text/javascript","exec":[""]}}],"_postman_id":"c8a757d9-8e19-4aad-852c-d780acf9cf96"},{"name":"Point In Time","item":[{"name":"Snapshots","id":"0c5e14c1-f35e-41be-8847-a34683c0be48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Token gotten using the getToken method.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ticker","value":"","description":"<p>Ticker, List of Tickers, or Ticker using Wildcards (%)</p>\n","type":"text"},{"key":"hour","value":"","description":"<p>UTC Hour for Snapshots</p>\n","type":"text"},{"key":"startDate","value":"","description":"<p><em>Optional. String value in ISO date format (YYYY-MM-DD).</em></p>\n<p>The first date to start the snapshoting.  If empty, and endDate is empty, this will default to 1 year earlier.</p>\n","type":"text","disabled":true},{"key":"endDate","value":"","description":"<p><em>Optional. String value in ISO date format (YYYY-MM-DD).</em></p>\n<p>The last date for the snapshots.  If startDate is present and not endDate, this will default to startDate +1 year.</p>\n","type":"text","disabled":true},{"key":"includeDates","value":"","description":"<p>*Optional. Boolean value.  </p>\n<p>If you would like the returned data to include dates as well, otherwise only the last value in the series will be returned.</p>\n","type":"text","disabled":true}]},"url":"https://apidata.exantedata.com/PointInTime/Snapshots","description":"<p>This endpoint will return the last known value present for the ticker at specific moments in history.  By providing the UTC hour, it will return what the data reflected at that hour for every week day over the past year.</p>\n<p>It is possible to get this data for multiple tickers at once.  </p>\n<p>If the request times out (29seconds) please try again.  If it fails a second time, consider reducing the days between the start and end dates.</p>\n","urlObject":{"protocol":"https","path":["PointInTime","Snapshots"],"host":["apidata","exantedata","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c5e14c1-f35e-41be-8847-a34683c0be48"},{"name":"DataAsOf","id":"586bcb2a-3b89-46b0-9340-900c3a1717bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>Token gotten using the getToken method.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ticker","value":"","description":"<p>Ticker, List of Tickers, or Ticker using Wildcards (%)</p>\n","type":"text"},{"key":"timestamp","value":"","description":"<p>String value in ISO date format (YYYY-MM-DD HH:mm:ss).*</p>\n<p>The timestamp for which you'd like to see what the data reflected.</p>\n","type":"text"}]},"url":"https://apidata.exantedata.com/PointInTime/DataAsOf","description":"<p>This endpoint allows you to see a ticker as it was at a given time.  </p>\n<p>Currently only works for one ticker at a time.</p>\n","urlObject":{"protocol":"https","path":["PointInTime","DataAsOf"],"host":["apidata","exantedata","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"586bcb2a-3b89-46b0-9340-900c3a1717bd"}],"id":"4d74e4b2-e662-4f38-806c-6eff0d971a71","_postman_id":"4d74e4b2-e662-4f38-806c-6eff0d971a71","description":""}]}