Skip to content

Commit

Permalink
No release notes for this build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Jul 19, 2024
1 parent c7f77d9 commit 9e63def
Show file tree
Hide file tree
Showing 667 changed files with 2,396 additions and 1,518 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).

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.

- API version: 2.62.3
- Package version: 6.27.4
- API version: 2.63.1
- Package version: 6.28.0


## Requirements.
Expand Down Expand Up @@ -206,6 +206,7 @@ Class | Method | HTTP request | Description
*OptionsApi* | [**get_options_prices_batch_realtime**](docs/OptionsApi.md#get_options_prices_batch_realtime) | **POST** /options/prices/realtime/batch | Option Prices Batch Realtime
*OptionsApi* | [**get_options_prices_eod**](docs/OptionsApi.md#get_options_prices_eod) | **GET** /options/prices/{identifier}/eod | Option Prices EOD
*OptionsApi* | [**get_options_prices_realtime**](docs/OptionsApi.md#get_options_prices_realtime) | **GET** /options/prices/{identifier}/realtime | Option Prices Realtime
*OptionsApi* | [**get_options_prices_realtime_by_ticker**](docs/OptionsApi.md#get_options_prices_realtime_by_ticker) | **GET** /options/prices/by_ticker/{symbol}/realtime | Option Prices Realtime By Ticker
*OptionsApi* | [**get_options_snapshots**](docs/OptionsApi.md#get_options_snapshots) | **GET** /options/snapshots | Option Prices Realtime Snapshot
*OptionsApi* | [**get_options_stats_realtime**](docs/OptionsApi.md#get_options_stats_realtime) | **GET** /options/prices/{identifier}/realtime/stats | Option Stats Realtime
*OptionsApi* | [**get_unusual_activity**](docs/OptionsApi.md#get_unusual_activity) | **GET** /options/unusual_activity/{symbol} | Options Unusual Activity
Expand Down Expand Up @@ -387,6 +388,7 @@ Class | Method | HTTP request | Description
- [ApiResponseOptionsExpirations](docs/ApiResponseOptionsExpirations.md)
- [ApiResponseOptionsPriceRealtime](docs/ApiResponseOptionsPriceRealtime.md)
- [ApiResponseOptionsPricesBatchRealtime](docs/ApiResponseOptionsPricesBatchRealtime.md)
- [ApiResponseOptionsPricesByTickerRealtime](docs/ApiResponseOptionsPricesByTickerRealtime.md)
- [ApiResponseOptionsPricesEod](docs/ApiResponseOptionsPricesEod.md)
- [ApiResponseOptionsRealtime](docs/ApiResponseOptionsRealtime.md)
- [ApiResponseOptionsStatsRealtime](docs/ApiResponseOptionsStatsRealtime.md)
Expand Down
28 changes: 28 additions & 0 deletions docs/ApiResponseOptionsPricesByTickerRealtime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@


[//]: # (CLASS:ApiResponseOptionsPricesByTickerRealtime)

[//]: # (KIND:object)

### ApiResponseOptionsPricesByTickerRealtime

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier  
**next_page** | str | The token required to request the next page of the data. If null, no further results are available.  
**contracts** | [**list[ApiResponseOptionsPriceRealtime]**](ApiResponseOptionsPriceRealtime.md) | The contracts pricing for this security.  

[//]: # (END_DEFINITION)


[//]: # (CONTAINED_CLASS:SecuritySummary)


[//]: # (CONTAINED_CLASS:ApiResponseOptionsPriceRealtime)



2 changes: 1 addition & 1 deletion docs/Company.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Name | Type | Description
**industry_category** | str | The company's operating industry category  
**industry_group** | str | The company's operating industry group  
**template** | str | The financial statement template used by Intrinio to standardize the as reported data  
**standardized_active** | bool | If True, the company has standardized and as reported fundamental data via the Intrinio API; if False, the company has as-reported data only  
**standardized_active** | bool | If true, the company has standardized and as reported fundamental data via the Intrinio API; if false, the company has as-reported data only  
**first_fundamental_date** | date | The period end date of the company's first reported fundamental  
**last_fundamental_date** | date | The period end date of the company's last reported fundamental  
**first_stock_price_date** | date | The date of the company's first stock price, based on the company's primary security, which is typically traded on US exchages  
Expand Down
Loading

0 comments on commit 9e63def

Please sign in to comment.