{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Dividends API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Dividends", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets Indicated Annualized Dividend Information.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-global-prices/v1/annualized-dividends", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The requested list of security identifiers. Accepted ID types include Market Tickers, SEDOL, ISINs, CUSIPs, or FactSet Permanent Ids.

***ids limit** = 1000 per non-batch request / 2000 per batch request for a single day and 50 per multi-day request*

*

Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, it's advised for any requests with large request lines to be requested through the respective \"POST\" method.

*" }, { "name": "currency", "value": "USD", "type": "query", "description": "Currency code for adjusting prices. Default is Local. For a list of currency ISO codes, visit [Online Assistant Page 1470](https://oa.apps.factset.com/pages/1470)." }, { "name": "batch", "value": "", "type": "query", "description": "Enables the ability to asynchronously \"batch\" the request, supporting a long-running request for up to 20 minutes. Upon requesting batch=Y, the service will respond with an HTTP Status Code of 202.\nOnce a batch request is submitted, use batch status to see if the job has been completed. Once completed, retrieve the results of the request via batch-result. When using Batch, ids limit is increased to 10000 ids per request, though limits on query string via GET method still apply. It's advised to submit large lists of ids via POST method.\nPlease note that the number of unique currencies present in the requested ids is limited to 50 per request.\n" } ] }, "docs": "Gets the Annualized dividend of the latest reported dividend.\nThe annualized dividend calculations does not involve cancelled dividends.\n" }, { "info": { "name": "Factset Gets Indicated Annualized Dividend Information.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-global-prices/v1/annualized-dividends", "body": { "type": "json", "data": "{}" } }, "docs": "Gets the Annualized dividend of the latest reported dividend. The annualized dividend calculations does not involve cancelled dividends." }, { "info": { "name": "Factset Gets Dividend Information for a Given Date Range and List of Securities", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-prices/v1/dividends", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The requested list of security identifiers. Accepted ID types include Market Tickers, SEDOL, ISINs, CUSIPs, or FactSet Permanent Ids.

***ids limit** = 1000 per request*

*

Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \"POST\" method.

*" }, { "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 previous close. Future dates (T+1) are not accepted in this endpoint.\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 previous close. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "currency", "value": "USD", "type": "query", "description": "Currency code for adjusting prices. Default is Local. For a list of currency ISO codes, visit [Online Assistant Page 1470](https://oa.apps.factset.com/pages/1470)." }, { "name": "adjust", "value": "", "type": "query", "description": "Controls the split, spinoff, and dividend adjustments for the prices.

For more information, visit [Online Assistant Page 614](https://oa.apps.factset.com/pages/614)

\n * **SPLIT** = Split ONLY Adjusted. This is used by default.\n * **SPINOFF** = Splits & Spinoff Adjusted.\n * **DIVADJ** = Splits, Spinoffs, and Dividends adjusted.\n * **UNSPLIT** = No Adjustments.\n" } ] }, "docs": "Get the dividend amounts, dates, types, and flags over a specified date range. You may request future dates to receive information for declared dividends." }, { "info": { "name": "Factset Requests Dividend Information for a Given Date Range and List of Securities", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-prices/v1/dividends", "body": { "type": "json", "data": "{}" } }, "docs": "Get the dividend amounts, dates, types, and flags over a specified date range" }, { "info": { "name": "List of dividends for a stock.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/stock/dividend/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of dividends for a stock." }, { "info": { "name": "List of dividend types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/stock/dividend/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of dividend types." } ] } ], "bundled": true }