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 6f0a433 commit 26a469b
Show file tree
Hide file tree
Showing 16 changed files with 90 additions and 64 deletions.
2 changes: 1 addition & 1 deletion Intrinio.SDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Intrinio</title>

<!-- The package version number that is used when resolving dependencies -->
<version>7.7.0</version>
<version>7.7.1</version>

<!-- Authors contain text that appears directly on the gallery -->
<authors>Intrinio</authors>
Expand Down
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: 7.7.0
- API version: 2.64.1
- Package version: 7.7.1


<a name="frameworks-supported"></a>
Expand Down Expand Up @@ -138,7 +138,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 docs/ApiResponseCompanyNewsBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Name | Type | Description
------------ | ------------- | -------------
**Body** | string | The article body. Requires additional access. &nbsp;
**Body** | string | The article body. &nbsp;

[//]: # (END_DEFINITION)

Expand Down
1 change: 1 addition & 0 deletions docs/ApiResponseSecurityQuote.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Name | Type | Description
**High** | decimal? | The highest price from the latest day of trading. &nbsp;
**Low** | decimal? | The lowest price from the latest day of trading. &nbsp;
**ExchangeVolume** | decimal? | The volume of the security from the source. &nbsp;
**MarketVolume** | decimal? | The volume of the security for the entire market. &nbsp;
**EodFiftyTwoWeekHigh** | decimal? | The 52 week high price. &nbsp;
**EodFiftyTwoWeekLow** | decimal? | The 52 week low price. &nbsp;
**Marketcap** | decimal? | The current market cap. &nbsp;
Expand Down
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&#39;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 @@ -1362,7 +1362,7 @@ Name | Type | Description | Notes

> ApiResponseCompanyNewsBody GetCompanyNewsBody (string newsStoryId, DateTime? publicationDate, string specificSource = null, string nextPage = null)
#### 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 @@ -4722,7 +4722,7 @@ namespace Example
var securityApi = new SecurityApi();

string identifier = "AAPL";
List<string> source = "iex";
List<string> source = "iex,delayed_sip";

RealtimeStockPrice result = securityApi.GetSecurityRealtimePrice(identifier, source);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
Expand All @@ -4741,7 +4741,7 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | string| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | &nbsp;
**source** | List&lt;string&gt;| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional] &nbsp;
**source** | List&lt;string&gt;| Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used. | [optional] &nbsp;
<br/>

[//]: # (END_PARAMETERS)
Expand Down
8 changes: 4 additions & 4 deletions docs/StockExchangeApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Name | Type | Description | Notes
**endDate** | DateTime?| The end of the date range you&#39;re querying. May not be used with date parameter. | [optional] &nbsp;
**pageSize** | int?| 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 @@ -450,7 +450,7 @@ namespace Example
var stockExchangeApi = new StockExchangeApi();

string identifier = "USCOMP";
List<string> source = null;
List<string> source = "iex,delayed_sip";
bool? activeOnly = null;
int? pageSize = 100;
var tickers = new List<string>();
Expand All @@ -473,10 +473,10 @@ namespace Example
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | string| A Stock Exchange identifier (MIC or Intrinio ID) | &nbsp;
**source** | List&lt;string&gt;| Return realtime prices from the specified data source. If no source is specified, all sources are used. | [optional] &nbsp;
**source** | List&lt;string&gt;| Return realtime prices from the specified comma-delimited data sources. If no source is specified, all sources available to user are used. | [optional] &nbsp;
**activeOnly** | bool?| Returns prices only from the most recent trading day. | [optional] &nbsp;
**pageSize** | int?| 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 src/Intrinio.SDK.Test/Intrinio.SDK.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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.
OpenAPI spec version: 2.64.0
OpenAPI spec version: 2.64.1
-->

Expand Down
8 changes: 8 additions & 0 deletions src/Intrinio.SDK.Test/Model/ApiResponseSecurityQuoteTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ public void ExchangeVolumeTest()
// TODO unit test for the property 'ExchangeVolume'
}
/// <summary>
/// Test the property 'MarketVolume'
/// </summary>
[Test]
public void MarketVolumeTest()
{
// TODO unit test for the property 'MarketVolume'
}
/// <summary>
/// Test the property 'EodFiftyTwoWeekHigh'
/// </summary>
[Test]
Expand Down
16 changes: 8 additions & 8 deletions src/Intrinio.SDK/Api/CompanyApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public interface ICompanyApi : IApiAccessor
/// <returns>ApiResponse of ApiResponseCompanyNews</returns>
ApiResponse<ApiResponseCompanyNews> GetCompanyNewsWithHttpInfo (string identifier, string specificSource = null, int? pageSize = null, string sentiment = null, string topic = null, string security = null, DateTime? startDate = null, DateTime? endDate = null, string language = null, int? wordCountGreaterThan = null, int? wordCountLessThan = null, bool? isSpam = null, decimal? businessRelevanceGreaterThan = null, decimal? businessRelevanceLessThan = null, string nextPage = null);
/// <summary>
/// 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.
/// </summary>
/// <remarks>
/// Returns the news article body.
Expand All @@ -467,7 +467,7 @@ public interface ICompanyApi : IApiAccessor
ApiResponseCompanyNewsBody GetCompanyNewsBody (string newsStoryId, DateTime? publicationDate, string specificSource = null, string nextPage = null);

/// <summary>
/// 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.
/// </summary>
/// <remarks>
/// Returns the news article body.
Expand Down Expand Up @@ -1127,7 +1127,7 @@ public interface ICompanyApi : IApiAccessor
/// <returns>Task of ApiResponse (ApiResponseCompanyNews)</returns>
System.Threading.Tasks.Task<ApiResponse<ApiResponseCompanyNews>> GetCompanyNewsAsyncWithHttpInfo (string identifier, string specificSource = null, int? pageSize = null, string sentiment = null, string topic = null, string security = null, DateTime? startDate = null, DateTime? endDate = null, string language = null, int? wordCountGreaterThan = null, int? wordCountLessThan = null, bool? isSpam = null, decimal? businessRelevanceGreaterThan = null, decimal? businessRelevanceLessThan = null, string nextPage = null);
/// <summary>
/// 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.
/// </summary>
/// <remarks>
/// Returns the news article body.
Expand All @@ -1141,7 +1141,7 @@ public interface ICompanyApi : IApiAccessor
System.Threading.Tasks.Task<ApiResponseCompanyNewsBody> GetCompanyNewsBodyAsync (string newsStoryId, DateTime? publicationDate, string specificSource = null, string nextPage = null);

/// <summary>
/// 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.
/// </summary>
/// <remarks>
/// Returns the news article body.
Expand Down Expand Up @@ -3859,7 +3859,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ApiResponseCompanyNews>> Ge
}

/// <summary>
/// The body of a news article Returns the news article body.
/// 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.
/// </summary>
/// <exception cref="Intrinio.SDK.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="newsStoryId">The identifier of the news story.</param>
Expand All @@ -3874,7 +3874,7 @@ public ApiResponseCompanyNewsBody GetCompanyNewsBody (string newsStoryId, DateTi
}

/// <summary>
/// The body of a news article Returns the news article body.
/// 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.
/// </summary>
/// <exception cref="Intrinio.SDK.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="newsStoryId">The identifier of the news story.</param>
Expand Down Expand Up @@ -3944,7 +3944,7 @@ public ApiResponse< ApiResponseCompanyNewsBody > GetCompanyNewsBodyWithHttpInfo
}

/// <summary>
/// The body of a news article Returns the news article body.
/// 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.
/// </summary>
/// <exception cref="Intrinio.SDK.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="newsStoryId">The identifier of the news story.</param>
Expand All @@ -3960,7 +3960,7 @@ public async System.Threading.Tasks.Task<ApiResponseCompanyNewsBody> GetCompanyN
}

/// <summary>
/// The body of a news article Returns the news article body.
/// 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.
/// </summary>
/// <exception cref="Intrinio.SDK.Client.ApiException">Thrown when fails to make API call</exception>
/// <param name="newsStoryId">The identifier of the news story.</param>
Expand Down
Loading

0 comments on commit 26a469b

Please sign in to comment.