Skip to content

Commit 33dfa0e

Browse files
No release notes for this build
1 parent a1063e9 commit 33dfa0e

File tree

295 files changed

+513
-329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+513
-329
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).
44

55
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
66

7-
- API version: 2.39.2
8-
- Package version: 6.23.1
7+
- API version: 2.42.0
8+
- Package version: 6.24.0
99

1010

1111
## Requirements.
@@ -177,14 +177,15 @@ Class | Method | HTTP request | Description
177177
*MunicipalityApi* | [**get_municipality_by_id**](docs/MunicipalityApi.md#get_municipality_by_id) | **GET** /municipalities/{id} | Municipality by ID
178178
*MunicipalityApi* | [**get_municipality_financials**](docs/MunicipalityApi.md#get_municipality_financials) | **GET** /municipalities/{id}/financials | Financials for a Municipality
179179
*OptionsApi* | [**get_all_options_tickers**](docs/OptionsApi.md#get_all_options_tickers) | **GET** /options/tickers | Options Tickers
180-
*OptionsApi* | [**get_option_expirations_realtime**](docs/OptionsApi.md#get_option_expirations_realtime) | **GET** /options/expirations/{symbol}/realtime | Option Expirations Realtime
180+
*OptionsApi* | [**get_option_expirations_realtime**](docs/OptionsApi.md#get_option_expirations_realtime) | **GET** /options/expirations/{symbol}/realtime | Options Expirations
181181
*OptionsApi* | [**get_option_strikes_realtime**](docs/OptionsApi.md#get_option_strikes_realtime) | **GET** /options/strikes/{symbol}/{strike}/realtime | Option Strikes Realtime
182182
*OptionsApi* | [**get_options**](docs/OptionsApi.md#get_options) | **GET** /options/{symbol} | Options
183183
*OptionsApi* | [**get_options_by_symbol_realtime**](docs/OptionsApi.md#get_options_by_symbol_realtime) | **GET** /options/{symbol}/realtime | Options by Symbol Realtime
184184
*OptionsApi* | [**get_options_chain**](docs/OptionsApi.md#get_options_chain) | **GET** /options/chain/{symbol}/{expiration} | Options Chain
185185
*OptionsApi* | [**get_options_chain_eod**](docs/OptionsApi.md#get_options_chain_eod) | **GET** /options/chain/{symbol}/{expiration}/eod | Options Chain EOD
186186
*OptionsApi* | [**get_options_chain_realtime**](docs/OptionsApi.md#get_options_chain_realtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
187187
*OptionsApi* | [**get_options_expirations**](docs/OptionsApi.md#get_options_expirations) | **GET** /options/expirations/{symbol} | Options Expirations
188+
*OptionsApi* | [**get_options_expirations_eod**](docs/OptionsApi.md#get_options_expirations_eod) | **GET** /options/expirations/{symbol}/eod | Options Expirations
188189
*OptionsApi* | [**get_options_interval_by_contract**](docs/OptionsApi.md#get_options_interval_by_contract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
189190
*OptionsApi* | [**get_options_interval_movers**](docs/OptionsApi.md#get_options_interval_movers) | **GET** /options/interval/movers | Options Intervals Movers
190191
*OptionsApi* | [**get_options_interval_movers_change**](docs/OptionsApi.md#get_options_interval_movers_change) | **GET** /options/interval/movers/change | Options Intervals Movers By Change

docs/ETFsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Name | Type | Description | Notes
196196
#### ETF Analytics
197197

198198

199-
Returns latest market analytics for a specified US ETF, including volume, trailing volumen, market cap, 52 week high, and 52 week low.
199+
Returns latest market analytics for a specified US ETF, including volume, trailing volume, market cap, 52 week high, and 52 week low.
200200

201201
[//]: # (END_OVERVIEW)
202202

docs/OptionsApi.md

Lines changed: 86 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ All URIs are relative to *https://api-v2.intrinio.com*
55
Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**get_all_options_tickers**](OptionsApi.md#get_all_options_tickers) | **GET** /options/tickers | Options Tickers
8-
[**get_option_expirations_realtime**](OptionsApi.md#get_option_expirations_realtime) | **GET** /options/expirations/{symbol}/realtime | Option Expirations Realtime
8+
[**get_option_expirations_realtime**](OptionsApi.md#get_option_expirations_realtime) | **GET** /options/expirations/{symbol}/realtime | Options Expirations
99
[**get_option_strikes_realtime**](OptionsApi.md#get_option_strikes_realtime) | **GET** /options/strikes/{symbol}/{strike}/realtime | Option Strikes Realtime
1010
[**get_options**](OptionsApi.md#get_options) | **GET** /options/{symbol} | Options
1111
[**get_options_by_symbol_realtime**](OptionsApi.md#get_options_by_symbol_realtime) | **GET** /options/{symbol}/realtime | Options by Symbol Realtime
1212
[**get_options_chain**](OptionsApi.md#get_options_chain) | **GET** /options/chain/{symbol}/{expiration} | Options Chain
1313
[**get_options_chain_eod**](OptionsApi.md#get_options_chain_eod) | **GET** /options/chain/{symbol}/{expiration}/eod | Options Chain EOD
1414
[**get_options_chain_realtime**](OptionsApi.md#get_options_chain_realtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
1515
[**get_options_expirations**](OptionsApi.md#get_options_expirations) | **GET** /options/expirations/{symbol} | Options Expirations
16+
[**get_options_expirations_eod**](OptionsApi.md#get_options_expirations_eod) | **GET** /options/expirations/{symbol}/eod | Options Expirations
1617
[**get_options_interval_by_contract**](OptionsApi.md#get_options_interval_by_contract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
1718
[**get_options_interval_movers**](OptionsApi.md#get_options_interval_movers) | **GET** /options/interval/movers | Options Intervals Movers
1819
[**get_options_interval_movers_change**](OptionsApi.md#get_options_interval_movers_change) | **GET** /options/interval/movers/change | Options Intervals Movers By Change
@@ -127,10 +128,10 @@ This endpoint does not need any parameter.
127128

128129
> ApiResponseOptionsExpirations get_option_expirations_realtime(symbol, after=after, before=before, source=source)
129130
130-
#### Option Expirations Realtime
131+
#### Options Expirations
131132

132133

133-
Returns a list of all current and upcoming expiration dates for a particular symbol.
134+
Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
134135

135136
[//]: # (END_OVERVIEW)
136137

@@ -288,7 +289,7 @@ Name | Type | Description | Notes
288289
#### Options
289290

290291

291-
Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe.
292+
Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe. Available via a 3rd party, contact sales for a trial.
292293

293294
[//]: # (END_OVERVIEW)
294295

@@ -460,7 +461,7 @@ Name | Type | Description | Notes
460461
#### Options Chain
461462

462463

463-
Returns a list of the historical end-of-day top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the option chain.
464+
Returns a list of the historical end-of-day top of the order book size and premium (bid / ask), the latest trade size and premium as well as the greeks and implied volatility for all option contracts currently associated with the option chain. Available via a 3rd party, contact sales for a trial.
464465

465466
[//]: # (END_OVERVIEW)
466467

@@ -721,7 +722,7 @@ Name | Type | Description | Notes
721722
#### Options Expirations
722723

723724

724-
Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
725+
Returns a list of all current and upcoming option contract expiration dates for a particular symbol. Available via a 3rd party, contact sales for a trial.
725726

726727
[//]: # (END_OVERVIEW)
727728

@@ -771,6 +772,85 @@ Name | Type | Description | Notes
771772
[//]: # (END_OPERATION)
772773

773774

775+
[//]: # (START_OPERATION)
776+
777+
[//]: # (CLASS:OptionsApi)
778+
779+
[//]: # (METHOD:get_options_expirations_eod)
780+
781+
[//]: # (RETURN_TYPE:ApiResponseOptionsExpirations)
782+
783+
[//]: # (RETURN_TYPE_KIND:object)
784+
785+
[//]: # (RETURN_TYPE_DOC:ApiResponseOptionsExpirations.md)
786+
787+
[//]: # (OPERATION:get_options_expirations_eod_v2)
788+
789+
[//]: # (ENDPOINT:/options/expirations/{symbol}/eod)
790+
791+
[//]: # (DOCUMENT_LINK:OptionsApi.md#get_options_expirations_eod)
792+
793+
## **get_options_expirations_eod**
794+
795+
[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/python/get_options_expirations_eod_v2)
796+
797+
[//]: # (START_OVERVIEW)
798+
799+
> ApiResponseOptionsExpirations get_options_expirations_eod(symbol, after=after, before=before)
800+
801+
#### Options Expirations
802+
803+
804+
Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
805+
806+
[//]: # (END_OVERVIEW)
807+
808+
### Example
809+
[//]: # (START_CODE_EXAMPLE)
810+
811+
```python
812+
from __future__ import print_function
813+
import time
814+
import intrinio_sdk as intrinio
815+
from intrinio_sdk.rest import ApiException
816+
817+
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
818+
intrinio.ApiClient().allow_retries(True)
819+
820+
symbol = 'MSFT'
821+
after = '2019-01-01'
822+
before = '2019-12-31'
823+
824+
response = intrinio.OptionsApi().get_options_expirations_eod(symbol, after=after, before=before)
825+
print(response)
826+
827+
# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(response.property_name_dict)
828+
```
829+
[//]: # (END_CODE_EXAMPLE)
830+
831+
[//]: # (START_DEFINITION)
832+
833+
### Parameters
834+
835+
[//]: # (START_PARAMETERS)
836+
837+
838+
Name | Type | Description | Notes
839+
------------- | ------------- | ------------- | -------------
840+
**symbol** | str| The option symbol, corresponding to the underlying security. |  
841+
**after** | str| Return option contract expiration dates after this date. | [optional]  
842+
**before** | str| Return option contract expiration dates before this date. | [optional]  
843+
<br/>
844+
845+
[//]: # (END_PARAMETERS)
846+
847+
### Return type
848+
849+
[**ApiResponseOptionsExpirations**](ApiResponseOptionsExpirations.md)
850+
851+
[//]: # (END_OPERATION)
852+
853+
774854
[//]: # (START_OPERATION)
775855

776856
[//]: # (CLASS:OptionsApi)

docs/RealtimeStockPrice.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Name | Type | Description
2727
**market_volume** | float | The number of shares exchanged during the trading day for the whole market. &nbsp;
2828
**updated_on** | datetime | The date and time when the data was last updated. &nbsp;
2929
**source** | str | The source of the data. &nbsp;
30-
**listing_venue** | str | The venue the price came from. &nbsp;
31-
**sales_conditions** | str | The condition for the sale. &nbsp;
32-
**quote_conditions** | str | The condition for the quote. &nbsp;
30+
**listing_venue** | str | The listing venue where the trade took place. Available only where source is SIP. Listing Venue Modifiers include: Q – Nasdaq | N – NYSE | A – NYSE American | P – NYSE Arca | u – Other OTC Markets | V – Investors Exchange LLC &nbsp;
31+
**sales_conditions** | str | When applicable, indicates any sales condition modifiers associated with the trade. Sales Condition Modifers include: @ – Regular Sale | A – Acquisition | B – Bunched Trade | C – Cash Sale | D – Distribution | E – Placeholder | F – Intermarket Sweep | G – Bunched Sold Trade | H – Priced Variation Trade | I – Odd Lot Trade | K – Rule 155 Trade (AMEX) | L – Sold Last | M – Market Center Official Close | N – Next Day | O – Opening Prints | P – Prior Reference Price | Q – Market Center Official Open | R – Seller | S – Split Trade | T – Form T | U – Extended Trading Hours (Sold Out of Sequence) | V – Contingent Trade | W – Average Price Trade | X – Cross/Periodic Auction Trade | Y – Yellow Flag Regular Trade | Z – Sold (Out of Sequence) | 1 – Stopped Stock (Regular Trade) | 4 – Derivatively Priced | 5 – Re-Opening Prints | 6 – Closing Prints | 7 – Qualified Contingent Trade (QCT) | 8 – Placeholder for 611 Exempt | 9 – Corrected Consolidated Close (Per Listing Market) &nbsp;
32+
**quote_conditions** | str | When applicable, indicates any quote condition modifiers associated with the trade. Quote Condition Modifiers include: R – Regular | A – Slow on Ask | – Slow on Bid | C – Closing | D – News Dissemination | F – Slow on ASK (LRP or Gap Quote) | E – Slow on Bid (LRP or Gap Quote) | G – Trading Range Indication | H – Slow on Bid and Ask | I – Order Imbalance | J – Due to Related - News Dissemination | K – Due to Related - News Pending | O – Open | L – Closed | M – Volatility Trading Pause | N – Non-Firm Quote | O – Opening | P – News Pending | S – Due to Related | T – Resume | U – Slow on Bid and Ask (LRP or Gap Quote) | V – In View of Common | W – Slow on Bid and Ask (LRP or Gap Quote) | X – Equipment Changeover | Y – Sub-Penny Trading | Z – No Open / No Resume | F – Fast Trading | U – Slow on Bid and Ask (Non-Firm) | One-Sided – One-Sided | X – Order Influx | 0 – Special Opening Quote | Halted – Halted | Benchmark – Benchmark | Implied – Implied | Exchange Best – Exchange Best | 1 – Market Wide Circuit Breaker Level 1 | 2 – Market Wide Circuit Breaker Level 2 | 3 – Market Wide Circuit Breaker Level 3 | Rotation – Rotation | Auto Exec Eligible – Auto Exec Eligible | Bid Side Firm – Bid Side Firm | Ask Side Firm – Ask Side Firm | 4 – On Demand Intraday Auction | I – Indicative Value (OPRA) | 45 – Additional Information Required (CTS) | 46 – Regulatory Concern (CTS) | 47 – Merger Effective | 49 – Corporate Action (CTS) | 50 – New Security Offering (CTS) | 51 – Intraday Indicative Value Unavailable (CTS) &nbsp;
3333
**market_center_code** | str | The market center character code. &nbsp;
3434
**is_darkpool** | bool | Whether or not the current trade is from a darkpool or not. &nbsp;
3535
**security** | [**RealtimeStockPriceSecurity**](RealtimeStockPriceSecurity.md) | &nbsp;

intrinio_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
99
10-
OpenAPI spec version: 2.39.2
10+
OpenAPI spec version: 2.42.0
1111
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""

intrinio_sdk/api/bulk_downloads_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
77
8-
OpenAPI spec version: 2.39.2
8+
OpenAPI spec version: 2.42.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/company_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
77
8-
OpenAPI spec version: 2.39.2
8+
OpenAPI spec version: 2.42.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/data_point_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
77
8-
OpenAPI spec version: 2.39.2
8+
OpenAPI spec version: 2.42.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/data_tag_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
77
8-
OpenAPI spec version: 2.39.2
8+
OpenAPI spec version: 2.42.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

intrinio_sdk/api/esg_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
77
8-
OpenAPI spec version: 2.39.2
8+
OpenAPI spec version: 2.42.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)