|
24328 | 24328 | "operationId": "ListDividends", |
24329 | 24329 | "parameters": [ |
24330 | 24330 | { |
24331 | | - "description": "Return the dividends that contain this ticker.", |
| 24331 | + "description": "Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc.", |
24332 | 24332 | "in": "query", |
24333 | 24333 | "name": "ticker", |
24334 | 24334 | "schema": { |
|
24708 | 24708 | "dividend_type": "CD", |
24709 | 24709 | "ex_dividend_date": "2021-11-05", |
24710 | 24710 | "frequency": 4, |
| 24711 | + "id": "E8e3c4f794613e9205e2f178a36c53fcc57cdabb55e1988c87b33f9e52e221444", |
24711 | 24712 | "pay_date": "2021-11-11", |
24712 | 24713 | "record_date": "2021-11-08", |
24713 | 24714 | "ticker": "AAPL" |
|
24718 | 24719 | "dividend_type": "CD", |
24719 | 24720 | "ex_dividend_date": "2021-08-06", |
24720 | 24721 | "frequency": 4, |
| 24722 | + "id": "E6436c5475706773f03490acf0b63fdb90b2c72bfeed329a6eb4afc080acd80ae", |
24721 | 24723 | "pay_date": "2021-08-12", |
24722 | 24724 | "record_date": "2021-08-09", |
24723 | 24725 | "ticker": "AAPL" |
|
24806 | 24808 | ] |
24807 | 24809 | } |
24808 | 24810 | }, |
| 24811 | + "id": { |
| 24812 | + "description": "The unique identifier of the dividend.", |
| 24813 | + "type": "string" |
| 24814 | + }, |
24809 | 24815 | "pay_date": { |
24810 | 24816 | "description": "The date that the dividend is paid out.", |
24811 | 24817 | "type": "string" |
|
24832 | 24838 | "ex_dividend_date", |
24833 | 24839 | "frequency", |
24834 | 24840 | "cash_amount", |
24835 | | - "dividend_type" |
| 24841 | + "dividend_type", |
| 24842 | + "id" |
24836 | 24843 | ], |
24837 | 24844 | "type": "object", |
24838 | 24845 | "x-polygon-go-struct-tags": { |
@@ -25841,12 +25848,14 @@ |
25841 | 25848 | "results": [ |
25842 | 25849 | { |
25843 | 25850 | "execution_date": "2020-08-31", |
| 25851 | + "id": "E36416cce743c3964c5da63e1ef1626c0aece30fb47302eea5a49c0055c04e8d0", |
25844 | 25852 | "split_from": 1, |
25845 | 25853 | "split_to": 4, |
25846 | 25854 | "ticker": "AAPL" |
25847 | 25855 | }, |
25848 | 25856 | { |
25849 | 25857 | "execution_date": "2005-02-28", |
| 25858 | + "id": "E90a77bdf742661741ed7c8fc086415f0457c2816c45899d73aaa88bdc8ff6025", |
25850 | 25859 | "split_from": 1, |
25851 | 25860 | "split_to": 2, |
25852 | 25861 | "ticker": "AAPL" |
|
25870 | 25879 | "description": "The execution date of the stock split. On this date the stock split was applied.", |
25871 | 25880 | "type": "string" |
25872 | 25881 | }, |
| 25882 | + "id": { |
| 25883 | + "description": "The unique identifier for this stock split.", |
| 25884 | + "type": "string" |
| 25885 | + }, |
25873 | 25886 | "split_from": { |
25874 | 25887 | "description": "The second number in the split ratio.\n\nFor example: In a 2-for-1 split, split_from would be 1.", |
25875 | 25888 | "format": "float", |
|
25887 | 25900 | }, |
25888 | 25901 | "required": [ |
25889 | 25902 | "split_from", |
25890 | | - "split_to" |
| 25903 | + "split_to", |
| 25904 | + "id", |
| 25905 | + "ticker", |
| 25906 | + "execution_date" |
25891 | 25907 | ], |
25892 | 25908 | "type": "object" |
25893 | 25909 | }, |
|
0 commit comments