Skip to content

Commit c917b0f

Browse files
No release notes for this build
1 parent 94e4b25 commit c917b0f

669 files changed

Lines changed: 1013 additions & 1013 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 4 additions & 4 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.101.0
8-
- Package version: 6.38.0
7+
- API version: 2.103.0
8+
- Package version: 6.39.0
99

1010

1111
## Installation
@@ -176,8 +176,8 @@ Class | Method | HTTP request | Description
176176
*intrinioSDK.OptionsApi* | [**getOptionsChainRealtime**](docs/OptionsApi.md#getOptionsChainRealtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
177177
*intrinioSDK.OptionsApi* | [**getOptionsExpirations**](docs/OptionsApi.md#getOptionsExpirations) | **GET** /options/expirations/{symbol} | Options Expirations
178178
*intrinioSDK.OptionsApi* | [**getOptionsExpirationsEod**](docs/OptionsApi.md#getOptionsExpirationsEod) | **GET** /options/expirations/{symbol}/eod | Options Expirations
179-
*intrinioSDK.OptionsApi* | [**getOptionsGreeksByContract**](docs/OptionsApi.md#getOptionsGreeksByContract) | **GET** /options/greeks/{contract}/realtime | Get realtime options greeks for a specific contract
180-
*intrinioSDK.OptionsApi* | [**getOptionsGreeksByTicker**](docs/OptionsApi.md#getOptionsGreeksByTicker) | **GET** /options/greeks/by_ticker/{identifier}/realtime | Get realtime options greeks by ticker
179+
*intrinioSDK.OptionsApi* | [**getOptionsGreeksByContract**](docs/OptionsApi.md#getOptionsGreeksByContract) | **GET** /options/greeks/{contract}/realtime | Option Greeks & Derived Price by Contract
180+
*intrinioSDK.OptionsApi* | [**getOptionsGreeksByTicker**](docs/OptionsApi.md#getOptionsGreeksByTicker) | **GET** /options/greeks/by_ticker/{identifier}/realtime | Options Realtime Greeks & Derived Price by Ticker
181181
*intrinioSDK.OptionsApi* | [**getOptionsImpliedMoveBySymbol**](docs/OptionsApi.md#getOptionsImpliedMoveBySymbol) | **GET** /options/implied_move/{symbol}/{expiration_date} | Options Implied Move By Symbol
182182
*intrinioSDK.OptionsApi* | [**getOptionsIntervalByContract**](docs/OptionsApi.md#getOptionsIntervalByContract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
183183
*intrinioSDK.OptionsApi* | [**getOptionsIntervalMovers**](docs/OptionsApi.md#getOptionsIntervalMovers) | **GET** /options/interval/movers | Options Intervals Movers

docs/OptionsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Method | HTTP request | Description
1717
[**getOptionsChainRealtime**](OptionsApi.md#getOptionsChainRealtime) | **GET** /options/chain/{symbol}/{expiration}/realtime | Options Chain Realtime
1818
[**getOptionsExpirations**](OptionsApi.md#getOptionsExpirations) | **GET** /options/expirations/{symbol} | Options Expirations
1919
[**getOptionsExpirationsEod**](OptionsApi.md#getOptionsExpirationsEod) | **GET** /options/expirations/{symbol}/eod | Options Expirations
20-
[**getOptionsGreeksByContract**](OptionsApi.md#getOptionsGreeksByContract) | **GET** /options/greeks/{contract}/realtime | Get realtime options greeks for a specific contract
21-
[**getOptionsGreeksByTicker**](OptionsApi.md#getOptionsGreeksByTicker) | **GET** /options/greeks/by_ticker/{identifier}/realtime | Get realtime options greeks by ticker
20+
[**getOptionsGreeksByContract**](OptionsApi.md#getOptionsGreeksByContract) | **GET** /options/greeks/{contract}/realtime | Option Greeks & Derived Price by Contract
21+
[**getOptionsGreeksByTicker**](OptionsApi.md#getOptionsGreeksByTicker) | **GET** /options/greeks/by_ticker/{identifier}/realtime | Options Realtime Greeks & Derived Price by Ticker
2222
[**getOptionsImpliedMoveBySymbol**](OptionsApi.md#getOptionsImpliedMoveBySymbol) | **GET** /options/implied_move/{symbol}/{expiration_date} | Options Implied Move By Symbol
2323
[**getOptionsIntervalByContract**](OptionsApi.md#getOptionsIntervalByContract) | **GET** /options/interval/{identifier} | Options Intervals By Contract
2424
[**getOptionsIntervalMovers**](OptionsApi.md#getOptionsIntervalMovers) | **GET** /options/interval/movers | Options Intervals Movers
@@ -1292,7 +1292,7 @@ Name | Type | Description | Notes
12921292

12931293
> ApiResponseOptionsGreekContractRealtime getOptionsGreeksByContract(contract, opts)
12941294
1295-
#### Get realtime options greeks for a specific contract
1295+
#### Option Greeks & Derived Price by Contract
12961296

12971297

12981298
Retrieves realtime options greeks data for a specific options contract
@@ -1382,7 +1382,7 @@ Name | Type | Description | Notes
13821382

13831383
> ApiResponseOptionsGreeksByTickerRealtime getOptionsGreeksByTicker(identifier, opts)
13841384
1385-
#### Get realtime options greeks by ticker
1385+
#### Options Realtime Greeks & Derived Price by Ticker
13861386

13871387

13881388
Retrieves realtime options greeks data for all contracts of a given ticker symbol

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intrinio-sdk",
3-
"version": "6.38.0",
3+
"version": "6.39.0",
44
"description": "Access the Intrinio API",
55
"license": "GPLv3",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intrinio API
33
* 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.
44
*
5-
* OpenAPI spec version: 2.101.0
5+
* OpenAPI spec version: 2.103.0
66
*
77
* NOTE: This class is auto generated by the swagger code generator program.
88
* https://github.com/swagger-api/swagger-codegen.git
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* @module ApiClient
35-
* @version 6.38.0
35+
* @version 6.39.0
3636
*/
3737

3838
/**

src/api/BulkDownloadsApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intrinio API
33
* 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.
44
*
5-
* OpenAPI spec version: 2.101.0
5+
* OpenAPI spec version: 2.103.0
66
*
77
* NOTE: This class is auto generated by the swagger code generator program.
88
* https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
3333
/**
3434
* BulkDownloads service.
3535
* @module api/BulkDownloadsApi
36-
* @version 6.38.0
36+
* @version 6.39.0
3737
*/
3838

3939
/**

src/api/CompanyApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intrinio API
33
* 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.
44
*
5-
* OpenAPI spec version: 2.101.0
5+
* OpenAPI spec version: 2.103.0
66
*
77
* NOTE: This class is auto generated by the swagger code generator program.
88
* https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
3333
/**
3434
* Company service.
3535
* @module api/CompanyApi
36-
* @version 6.38.0
36+
* @version 6.39.0
3737
*/
3838

3939
/**

src/api/DataPointApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intrinio API
33
* 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.
44
*
5-
* OpenAPI spec version: 2.101.0
5+
* OpenAPI spec version: 2.103.0
66
*
77
* NOTE: This class is auto generated by the swagger code generator program.
88
* https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
3333
/**
3434
* DataPoint service.
3535
* @module api/DataPointApi
36-
* @version 6.38.0
36+
* @version 6.39.0
3737
*/
3838

3939
/**

src/api/DataTagApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intrinio API
33
* 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.
44
*
5-
* OpenAPI spec version: 2.101.0
5+
* OpenAPI spec version: 2.103.0
66
*
77
* NOTE: This class is auto generated by the swagger code generator program.
88
* https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
3333
/**
3434
* DataTag service.
3535
* @module api/DataTagApi
36-
* @version 6.38.0
36+
* @version 6.39.0
3737
*/
3838

3939
/**

src/api/ESGApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intrinio API
33
* 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.
44
*
5-
* OpenAPI spec version: 2.101.0
5+
* OpenAPI spec version: 2.103.0
66
*
77
* NOTE: This class is auto generated by the swagger code generator program.
88
* https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
3333
/**
3434
* ESG service.
3535
* @module api/ESGApi
36-
* @version 6.38.0
36+
* @version 6.39.0
3737
*/
3838

3939
/**

src/api/ETFsApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intrinio API
33
* 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.
44
*
5-
* OpenAPI spec version: 2.101.0
5+
* OpenAPI spec version: 2.103.0
66
*
77
* NOTE: This class is auto generated by the swagger code generator program.
88
* https://github.com/swagger-api/swagger-codegen.git
@@ -33,7 +33,7 @@
3333
/**
3434
* ETFs service.
3535
* @module api/ETFsApi
36-
* @version 6.38.0
36+
* @version 6.39.0
3737
*/
3838

3939
/**

0 commit comments

Comments
 (0)