File tree Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ .. _aggs_header :
2
+
3
+ Aggs
4
+ ==========
5
+
6
+ ===========
7
+ Get aggs
8
+ ===========
9
+ .. automethod :: polygon.RESTClient.get_aggs
10
+
11
+ ============================
12
+ Get grouped daily aggs
13
+ ============================
14
+ .. automethod :: polygon.RESTClient.get_grouped_daily_aggs
15
+
16
+ ============================
17
+ Get daily open close agg
18
+ ============================
19
+ .. automethod :: polygon.RESTClient.get_daily_open_close_agg
20
+
21
+ ============================
22
+ Get previous close agg
23
+ ============================
24
+ .. automethod :: polygon.RESTClient.get_previous_close_agg
25
+
Original file line number Diff line number Diff line change 6
6
===========
7
7
List quotes
8
8
===========
9
-
10
9
.. automethod :: polygon.RESTClient.list_quotes
11
10
12
11
==============
Original file line number Diff line number Diff line change 7
7
List trades
8
8
===========
9
9
.. automethod :: polygon.RESTClient.list_trades
10
+
11
+ ===========
12
+ Get last trade
13
+ ===========
14
+ .. automethod :: polygon.RESTClient.get_last_trade
15
+
16
+ ===========
17
+ Get last trade (crypto)
18
+ ===========
19
+ .. automethod :: polygon.RESTClient.get_last_trade_crypto
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This documentation is for the Python client only. For details about the response
8
8
:caption: Contents:
9
9
10
10
Getting-Started
11
+ Aggs
11
12
Quotes
12
13
Reference
13
14
Trades
You can’t perform that action at this time.
0 commit comments