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 91348c7 commit 810707e
Show file tree
Hide file tree
Showing 643 changed files with 997 additions and 981 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.29.0
- API version: 2.64.1
- Package version: 6.29.1


## Installation
Expand Down Expand Up @@ -86,7 +86,7 @@ Class | Method | HTTP request | Description
*intrinioSDK.CompanyApi* | [**getCompanyHistoricalData**](docs/CompanyApi.md#getCompanyHistoricalData) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
*intrinioSDK.CompanyApi* | [**getCompanyIpos**](docs/CompanyApi.md#getCompanyIpos) | **GET** /companies/ipos | IPOs
*intrinioSDK.CompanyApi* | [**getCompanyNews**](docs/CompanyApi.md#getCompanyNews) | **GET** /companies/{identifier}/news | All News by Company
*intrinioSDK.CompanyApi* | [**getCompanyNewsBody**](docs/CompanyApi.md#getCompanyNewsBody) | **GET** /companies/news/body | The body of a news article
*intrinioSDK.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.
*intrinioSDK.CompanyApi* | [**getCompanyPublicFloat**](docs/CompanyApi.md#getCompanyPublicFloat) | **GET** /companies/{identifier}/public_float | Get Company's public float
*intrinioSDK.CompanyApi* | [**getCompanySecurities**](docs/CompanyApi.md#getCompanySecurities) | **GET** /companies/{identifier}/securities | All Securities by Company
*intrinioSDK.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 @@ -11,7 +11,7 @@

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

[//]: # (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 @@ -19,6 +19,7 @@ Name | Type | Description
**high** | Number | The highest price from the latest day of trading.  
**low** | Number | The lowest price from the latest day of trading.  
**exchangeVolume** | Number | The volume of the security from the source.  
**marketVolume** | Number | The volume of the security for the entire market.  
**eodFiftyTwoWeekHigh** | Number | The 52 week high price.  
**eodFiftyTwoWeekLow** | Number | The 52 week low price.  
**marketcap** | Number | The current market cap.  
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'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 @@ -1264,7 +1264,7 @@ Name | Type | Description | Notes

> ApiResponseCompanyNewsBody getCompanyNewsBody(newsStoryId, publicationDate, opts)
#### 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 @@ -4401,7 +4401,7 @@ var identifier = "AAPL";


var opts = {
'source': ["iex"]
'source': ["iex,delayed_sip"]
};

security.getSecurityRealtimePrice(identifier, opts).then(function(data) {
Expand All @@ -4422,7 +4422,7 @@ security.getSecurityRealtimePrice(identifier, opts).then(function(data) {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |  
**source** | [**[String]**](String.md)| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional]  
**source** | [**[String]**](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]  
<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 @@ -320,7 +320,7 @@ var opts = {
'endDate': new Date("2022-08-14"),
'pageSize': 100,
'nextPage': null,
'tickers': [null],
'tickers': ["AAPL,MSFT,NVDA"],
'nextPage2': null
};

Expand All @@ -347,7 +347,7 @@ Name | Type | Description | Notes
**endDate** | Date| The end of the date range you&#39;re querying. May not be used with date parameter. | [optional] &nbsp;
**pageSize** | Number| 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** | [**[String]**](String.md)| The list of ticker symbols to filter to. | [optional] &nbsp;
**tickers** | [**[String]**](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 @@ -411,10 +411,10 @@ var identifier = "USCOMP";


var opts = {
'source': [null],
'source': ["iex,delayed_sip"],
'activeOnly': null,
'pageSize': 100,
'tickers': [null],
'tickers': ["AAPL,MSFT,NVDA"],
'nextPage': null
};

Expand All @@ -436,10 +436,10 @@ stockExchange.getStockExchangeRealtimePrices(identifier, opts).then(function(dat
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) | &nbsp;
**source** | [**[String]**](String.md)| Return realtime prices from the specified data source. If no source is specified, all sources are used. | [optional] &nbsp;
**source** | [**[String]**](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] &nbsp;
**activeOnly** | Boolean| Returns prices only from the most recent trading day. | [optional] &nbsp;
**pageSize** | Number| The number of results to return | [optional] [default to 100] &nbsp;
**tickers** | [**[String]**](String.md)| The list of ticker symbols to filter to. | [optional] &nbsp;
**tickers** | [**[String]**](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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intrinio-sdk",
"version": "6.29.0",
"version": "6.29.1",
"description": "Access the Intrinio API",
"license": "GPLv3",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -32,7 +32,7 @@

/**
* @module ApiClient
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/BulkDownloadsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* BulkDownloads service.
* @module api/BulkDownloadsApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
8 changes: 4 additions & 4 deletions src/api/CompanyApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* Company service.
* @module api/CompanyApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down Expand Up @@ -1022,7 +1022,7 @@


/**
* 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 {String} newsStoryId The identifier of the news story.
* @param {Date} publicationDate The DateTime of the story.
Expand Down Expand Up @@ -1074,7 +1074,7 @@
}

/**
* 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 {String} newsStoryId The identifier of the news story.
* @param {Date} publicationDate The DateTime of the story.
Expand Down
4 changes: 2 additions & 2 deletions src/api/DataPointApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* DataPoint service.
* @module api/DataPointApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/DataTagApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* DataTag service.
* @module api/DataTagApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/ESGApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* ESG service.
* @module api/ESGApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/ETFsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* ETFs service.
* @module api/ETFsApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/FilingApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* Filing service.
* @module api/FilingApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/ForexApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* Forex service.
* @module api/ForexApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/FundamentalsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* Fundamentals service.
* @module api/FundamentalsApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/HistoricalDataApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* HistoricalData service.
* @module api/HistoricalDataApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/IndexApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* Index service.
* @module api/IndexApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/InsiderTransactionFilingsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Intrinio API
* 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
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* InsiderTransactionFilings service.
* @module api/InsiderTransactionFilingsApi
* @version 6.29.0
* @version 6.29.1
*/

/**
Expand Down
Loading

0 comments on commit 810707e

Please sign in to comment.