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 Aug 10, 2024
1 parent 9d0884a commit 23dea83
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 41 deletions.
6 changes: 3 additions & 3 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.64.0
- Package version: 6.22.0
- API version: 2.64.1
- Package version: 6.22.1


## Installation
Expand Down Expand Up @@ -91,7 +91,7 @@ Class | Method | HTTP request | Description
*CompanyApi* | [**getCompanyHistoricalData**](docs/CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
*CompanyApi* | [**getCompanyIpos**](docs/CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
*CompanyApi* | [**getCompanyNews**](docs/CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
*CompanyApi* | [**getCompanyNewsBody**](docs/CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article
*CompanyApi* | [**getCompanyNewsBody**](docs/CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
*CompanyApi* | [**getCompanyPublicFloat**](docs/CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
*CompanyApi* | [**getCompanySecurities**](docs/CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
*CompanyApi* | [**insiderTransactionFilingsByCompany**](docs/CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.intrinio'
version = '6.22.0'
version = '6.22.1'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.intrinio",
name := "intrinio-sdk",
version := "6.22.0",
version := "6.22.1",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion docs/ApiResponseCompanyNewsBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Name | Type | Description
------------ | ------------- | -------------
**body** | String | The article body. Requires additional access.  
**body** | String | The article body.  

[//]: # (END_DEFINITION)

Expand Down
4 changes: 4 additions & 0 deletions docs/ApiResponseSecurityQuote.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Name | Type | Description
**high** | [**BigDecimal**](BigDecimal.md) | The highest price from the latest day of trading.  
**low** | [**BigDecimal**](BigDecimal.md) | The lowest price from the latest day of trading.  
**exchangeVolume** | [**BigDecimal**](BigDecimal.md) | The volume of the security from the source.  
**marketVolume** | [**BigDecimal**](BigDecimal.md) | The volume of the security for the entire market.  
**eodFiftyTwoWeekHigh** | [**BigDecimal**](BigDecimal.md) | The 52 week high price.  
**eodFiftyTwoWeekLow** | [**BigDecimal**](BigDecimal.md) | The 52 week low price.  
**marketcap** | [**BigDecimal**](BigDecimal.md) | The current market cap.  
Expand Down Expand Up @@ -116,6 +117,9 @@ Name | Type | Description
[//]: # (CONTAINED_CLASS:BigDecimal)


[//]: # (CONTAINED_CLASS:BigDecimal)





4 changes: 2 additions & 2 deletions docs/CompanyApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Method | HTTP request | Description
[**getCompanyHistoricalData**](CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
[**getCompanyIpos**](CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
[**getCompanyNews**](CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
[**getCompanyNewsBody**](CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article
[**getCompanyNewsBody**](CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
[**getCompanyPublicFloat**](CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
[**getCompanySecurities**](CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
[**insiderTransactionFilingsByCompany**](CompanyApi.md#insiderTransactionFilingsByCompany) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
Expand Down Expand Up @@ -1310,7 +1310,7 @@ Name | Type | Description | Notes

> ApiResponseCompanyNewsBody getCompanyNewsBody(newsStoryId, publicationDate, specificSource, nextPage)
#### The body of a news article
#### The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.


Returns the news article body.
Expand Down
4 changes: 2 additions & 2 deletions docs/SecurityApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4532,7 +4532,7 @@ public class Main {

SecurityApi securityApi = new SecurityApi();
String identifier = "AAPL";
List<String> source = Arrays.asList("iex");
List<String> source = Arrays.asList("iex,delayed_sip");
RealtimeStockPrice result = securityApi.getSecurityRealtimePrice(identifier, source);
System.out.println(result);
}
Expand All @@ -4549,7 +4549,7 @@ public class Main {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | &nbsp;
**source** | [**List&lt;String&gt;**](String.md)| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional] [enum: iex, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed, otc_delayed, delayed_sip, nasdaq_basic, intrinio_mx, intrinio_mx_plus] &nbsp;
**source** | [**List&lt;String&gt;**](String.md)| Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used. | [optional] [enum: iex, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed, otc_delayed, delayed_sip, nasdaq_basic, intrinio_mx, intrinio_mx_plus] &nbsp;
<br/>

[//]: # (END_PARAMETERS)
Expand Down
12 changes: 6 additions & 6 deletions docs/StockExchangeApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public class Main {
LocalDate endDate = LocalDate.of(2022,8,14);
Integer pageSize = 100;
String nextPage = null;
List<String> tickers = Arrays.asList(null);
List<String> tickers = Arrays.asList("AAPL,MSFT,NVDA");
String nextPage2 = null;
ApiResponseStockExchangeStockPrices result = stockExchangeApi.getStockExchangePrices(identifier, date, startDate, endDate, pageSize, nextPage, tickers, nextPage2);
System.out.println(result);
Expand All @@ -362,7 +362,7 @@ Name | Type | Description | Notes
**endDate** | LocalDate| The end of the date range you&#39;re querying. May not be used with date parameter. | [optional] &nbsp;
**pageSize** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
**nextPage** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
**tickers** | [**List&lt;String&gt;**](String.md)| The list of ticker symbols to filter to. | [optional] &nbsp;
**tickers** | [**List&lt;String&gt;**](String.md)| The comma-delimited list of ticker symbols to filter down to. If not provided, the entire stock exchange is returned. | [optional] &nbsp;
**nextPage2** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
<br/>

Expand Down Expand Up @@ -432,10 +432,10 @@ public class Main {

StockExchangeApi stockExchangeApi = new StockExchangeApi();
String identifier = "USCOMP";
List<String> source = Arrays.asList(null);
List<String> source = Arrays.asList("iex,delayed_sip");
Boolean activeOnly = null;
Integer pageSize = 100;
List<String> tickers = Arrays.asList(null);
List<String> tickers = Arrays.asList("AAPL,MSFT,NVDA");
String nextPage = null;
ApiResponseStockExchangeRealtimeStockPrices result = stockExchangeApi.getStockExchangeRealtimePrices(identifier, source, activeOnly, pageSize, tickers, nextPage);
System.out.println(result);
Expand All @@ -453,10 +453,10 @@ public class Main {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) | &nbsp;
**source** | [**List&lt;String&gt;**](String.md)| Return realtime prices from the specified data source. If no source is specified, all sources are used. | [optional] [enum: iex, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed, otc_delayed, delayed_sip, nasdaq_basic, intrinio_mx, intrinio_mx_plus] &nbsp;
**source** | [**List&lt;String&gt;**](String.md)| Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. | [optional] [enum: iex, bats_delayed, utp_delayed, cta_a_delayed, cta_b_delayed, otc_delayed, delayed_sip, nasdaq_basic, intrinio_mx, intrinio_mx_plus] &nbsp;
**activeOnly** | Boolean| Returns prices only from the most recent trading day. | [optional] &nbsp;
**pageSize** | Integer| The number of results to return | [optional] [default to 100] &nbsp;
**tickers** | [**List&lt;String&gt;**](String.md)| The list of ticker symbols to filter to. | [optional] &nbsp;
**tickers** | [**List&lt;String&gt;**](String.md)| The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional] &nbsp;
**nextPage** | String| Gets the next page of data from a previous API call | [optional] &nbsp;
<br/>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>intrinio-sdk</artifactId>
<packaging>jar</packaging>
<name>intrinio-sdk</name>
<version>6.22.0</version>
<version>6.22.1</version>
<url>https://github.com/intrinio/java-sdk</url>
<description>Access the Intrinio API</description>
<scm>
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/intrinio/api/CompanyApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ private com.squareup.okhttp.Call getCompanyNewsBodyValidateBeforeCall(String new
}

/**
* The body of a news article
* The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
* Returns the news article body.
* @param newsStoryId The identifier of the news story. (required)
* @param publicationDate The DateTime of the story. (required)
Expand All @@ -2302,7 +2302,7 @@ public ApiResponseCompanyNewsBody getCompanyNewsBody(String newsStoryId, OffsetD
}

/**
* The body of a news article
* The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
* Returns the news article body.
* @param newsStoryId The identifier of the news story. (required)
* @param publicationDate The DateTime of the story. (required)
Expand All @@ -2318,7 +2318,7 @@ public ApiResponse<ApiResponseCompanyNewsBody> getCompanyNewsBodyWithHttpInfo(St
}

/**
* The body of a news article (asynchronously)
* The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details. (asynchronously)
* Returns the news article body.
* @param newsStoryId The identifier of the news story. (required)
* @param publicationDate The DateTime of the story. (required)
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/com/intrinio/api/SecurityApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -7454,7 +7454,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
/**
* Build call for getSecurityRealtimePrice
* @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) (required)
* @param source Return the realtime price from the specified data source. If no source is specified, the best source available is used. (optional)
* @param source Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used. (optional)
* @param progressListener Progress listener
* @param progressRequestListener Progress request listener
* @return Call to execute
Expand Down Expand Up @@ -7522,7 +7522,7 @@ private com.squareup.okhttp.Call getSecurityRealtimePriceValidateBeforeCall(Stri
* Realtime Stock Price for Security
* Return the realtime stock price for the Security with the given &#x60;identifier&#x60;
* @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) (required)
* @param source Return the realtime price from the specified data source. If no source is specified, the best source available is used. (optional)
* @param source Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used. (optional)
* @return RealtimeStockPrice
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @throws NoSuchMethodException If fail to get specified method off of the main class
Expand All @@ -7539,7 +7539,7 @@ public RealtimeStockPrice getSecurityRealtimePrice(String identifier, List<Strin
* Realtime Stock Price for Security
* Return the realtime stock price for the Security with the given &#x60;identifier&#x60;
* @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) (required)
* @param source Return the realtime price from the specified data source. If no source is specified, the best source available is used. (optional)
* @param source Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used. (optional)
* @return ApiResponse&lt;RealtimeStockPrice&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
*/
Expand All @@ -7553,7 +7553,7 @@ public ApiResponse<RealtimeStockPrice> getSecurityRealtimePriceWithHttpInfo(Stri
* Realtime Stock Price for Security (asynchronously)
* Return the realtime stock price for the Security with the given &#x60;identifier&#x60;
* @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) (required)
* @param source Return the realtime price from the specified data source. If no source is specified, the best source available is used. (optional)
* @param source Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used. (optional)
* @param callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
Expand Down
Loading

0 comments on commit 23dea83

Please sign in to comment.