Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/source/Aggs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _aggs_header:

Aggs
==========

===========
Get aggs
===========
.. automethod:: polygon.RESTClient.get_aggs

============================
Get grouped daily aggs
============================
.. automethod:: polygon.RESTClient.get_grouped_daily_aggs

============================
Get daily open close agg
============================
.. automethod:: polygon.RESTClient.get_daily_open_close_agg

============================
Get previous close agg
============================
.. automethod:: polygon.RESTClient.get_previous_close_agg

1 change: 0 additions & 1 deletion docs/source/Quotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Quotes
===========
List quotes
===========

.. automethod:: polygon.RESTClient.list_quotes

==============
Expand Down
10 changes: 10 additions & 0 deletions docs/source/Trades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ Trades
List trades
===========
.. automethod:: polygon.RESTClient.list_trades

===========
Get last trade
===========
.. automethod:: polygon.RESTClient.get_last_trade

===========
Get last trade (crypto)
===========
.. automethod:: polygon.RESTClient.get_last_trade_crypto
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This documentation is for the Python client only. For details about the response
:caption: Contents:

Getting-Started
Aggs
Quotes
Reference
Trades
Expand Down