-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96b83c7
commit d757c33
Showing
16 changed files
with
888 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
.. _models_header: | ||
|
||
Models | ||
============================================================== | ||
|
||
============================================================== | ||
Agg | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Agg | ||
|
||
============================================================== | ||
Grouped Daily Agg | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.GroupedDailyAgg | ||
|
||
============================================================== | ||
Daily Open Close Agg | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.DailyOpenCloseAgg | ||
|
||
============================================================== | ||
Previous Close Agg | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.PreviousCloseAgg | ||
|
||
============================================================== | ||
Trade | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Trade | ||
|
||
============================================================== | ||
Last Trade | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.LastTrade | ||
|
||
============================================================== | ||
Crypto Trade | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.CryptoTrade | ||
|
||
============================================================== | ||
Quote | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Quote | ||
|
||
============================================================== | ||
Last Quote | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.LastQuote | ||
|
||
============================================================== | ||
Snapshot Min | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.SnapshotMin | ||
|
||
============================================================== | ||
Snapshot | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Snapshot | ||
|
||
============================================================== | ||
Day Option Contract Snapshot | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.DayOptionContractSnapshot | ||
|
||
============================================================== | ||
Option Details | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.OptionDetails | ||
|
||
============================================================== | ||
Option Last Quote | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.OptionLastQuote | ||
|
||
============================================================== | ||
Option Greeks | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.OptionGreeks | ||
|
||
============================================================== | ||
Underlying Asset | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.UnderlyingAsset | ||
|
||
============================================================== | ||
Option Contract Snapshot | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.OptionContractSnapshot | ||
|
||
============================================================== | ||
Order Book Quote | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.OrderBookQuote | ||
|
||
============================================================== | ||
Snapshot Ticker Full Book | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.SnapshotTickerFullBook | ||
|
||
============================================================== | ||
Ticker | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Ticker | ||
|
||
============================================================== | ||
Address | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Address | ||
|
||
============================================================== | ||
Branding | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Branding | ||
|
||
============================================================== | ||
Publisher | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Publisher | ||
|
||
============================================================== | ||
Ticker Details | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.TickerDetails | ||
|
||
============================================================== | ||
Ticker News | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.TickerNews | ||
|
||
============================================================== | ||
Ticker Types | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.TickerTypes | ||
|
||
============================================================== | ||
Market Holiday | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.MarketHoliday | ||
|
||
============================================================== | ||
Market Currencies | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.MarketCurrencies | ||
|
||
============================================================== | ||
Market Exchanges | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.MarketExchanges | ||
|
||
============================================================== | ||
Market Status | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.MarketStatus | ||
|
||
============================================================== | ||
Split | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Split | ||
|
||
============================================================== | ||
Dividend | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Dividend | ||
|
||
============================================================== | ||
Sip Mapping | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.SipMapping | ||
|
||
============================================================== | ||
Consolidated | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Consolidated | ||
|
||
============================================================== | ||
Market Center | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.MarketCenter | ||
|
||
============================================================== | ||
Update Rules | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.UpdateRules | ||
|
||
============================================================== | ||
Condition | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Condition | ||
|
||
============================================================== | ||
Exchange | ||
============================================================== | ||
.. autoclass:: polygon.rest.models.Exchange | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
.. _trades_header: | ||
|
||
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 | ||
================================================================== | ||
Get last crypto trade | ||
================================================================== | ||
.. automethod:: polygon.RESTClient.get_last_crypto_trade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.