{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Image API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Image", "type": "folder" }, "items": [ { "info": { "name": "Factset Get chart image back in PNG or JPEG formats", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/image", "params": [ { "name": "chart", "value": "", "type": "query", "description": "Path to the saved chart. For any of the default charts, the option should be `categoryName + '/' + chartName`. For charts under the Client or Personal directories, the option should be `directoryName + ':/' + pathTotheChart`. " }, { "name": "ids", "value": "", "type": "query", "description": "List of identifiers to be charted in a comma(,) separated string. Only the first one would be considered as primary and rest would be added as comps. Check the catalog for more information on which charts require a ticker." }, { "name": "sd", "value": "", "type": "query", "description": "Option for overriding the startDate of the chart. For absolute dates provide a string in `YYYYMMDD` format. We can also specify relative date options" }, { "name": "ed", "value": "", "type": "query", "description": "Option for overriding the endDate of the chart. For absolute dates provide a string in `YYYYMMDD` format. We can also specify relative date options" }, { "name": "width", "value": "", "type": "query", "description": "Option for setting the width of the image" }, { "name": "height", "value": "", "type": "query", "description": "Option for setting the height of the image" }, { "name": "freq", "value": "", "type": "query", "description": "A shorthand string for the overall frequency of the chart like `D` (daily), `W` (weekly), `Y` (yearly) and `Q` (Quarterly). This will default to frequency stored in the document." }, { "name": "ccy", "value": "", "type": "query", "description": "Currency ISO code for the overall currency of the chart. The API doesn't allow per series currency at this point in time." }, { "name": "split", "value": "", "type": "query", "description": "Option to specify the splits adjustment" }, { "name": "spin", "value": "", "type": "query", "description": "Numeric option to specify the spinOffs adjustment. Possible options include `0` (When we only want spits adjustment), `1` (spinOffs), `4` (spinOffs and cash dividends) and `9` (No adjustments)" }, { "name": "cal", "value": "", "type": "query", "description": "Option for the calendarType of the chart" }, { "name": "title", "value": "", "type": "query", "description": "Option to customize the title. If you don't customize the title, then it displays by default the security name." }, { "name": "fontSize", "value": "", "type": "query", "description": "Option to adjust chart's fontSize" }, { "name": "type", "value": "", "type": "query", "description": "The type of image to be generated by the service" }, { "name": "gridLines", "value": "", "type": "query", "description": "Option to toggle gridLines on/off on the chart" } ] }, "docs": "Factset Get chart image back in PNG or JPEG formats" } ] } ], "bundled": true }