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 66===========
77List quotes
88===========
9-
109.. automethod :: polygon.RESTClient.list_quotes
1110
1211==============
Original file line number Diff line number Diff line change 77List trades
88===========
99.. 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
88 :caption: Contents:
99
1010 Getting-Started
11+ Aggs
1112 Quotes
1213 Reference
1314 Trades
You can’t perform that action at this time.
0 commit comments