Skip to content

Commit f474382

Browse files
No release notes for this build.
1 parent b079f31 commit f474382

353 files changed

Lines changed: 2061 additions & 700 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: 10 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.107.0
8-
- Package version: 6.40.0
7+
- API version: 2.108.0
8+
- Package version: 6.41.0
99

1010

1111
## Installation
@@ -108,9 +108,9 @@ Class | Method | HTTP request | Description
108108
*intrinioSDK.ETFsApi* | [**getAllEtfs**](docs/ETFsApi.md#getAllEtfs) | **GET** /etfs | All ETFs
109109
*intrinioSDK.ETFsApi* | [**getEtf**](docs/ETFsApi.md#getEtf) | **GET** /etfs/{identifier} | Lookup ETF
110110
*intrinioSDK.ETFsApi* | [**getEtfAnalytics**](docs/ETFsApi.md#getEtfAnalytics) | **GET** /etfs/{identifier}/analytics | ETF Analytics
111-
*intrinioSDK.ETFsApi* | [**getEtfHistoricalStats**](docs/ETFsApi.md#getEtfHistoricalStats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) stats
111+
*intrinioSDK.ETFsApi* | [**getEtfHistoricalStats**](docs/ETFsApi.md#getEtfHistoricalStats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) Historical Stats
112112
*intrinioSDK.ETFsApi* | [**getEtfHoldings**](docs/ETFsApi.md#getEtfHoldings) | **GET** /etfs/{identifier}/holdings | ETF Holdings
113-
*intrinioSDK.ETFsApi* | [**getEtfStats**](docs/ETFsApi.md#getEtfStats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) stats
113+
*intrinioSDK.ETFsApi* | [**getEtfStats**](docs/ETFsApi.md#getEtfStats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) Stats
114114
*intrinioSDK.ETFsApi* | [**searchEtfs**](docs/ETFsApi.md#searchEtfs) | **GET** /etfs/search | Search ETFs
115115
*intrinioSDK.FilingApi* | [**getAllFilings**](docs/FilingApi.md#getAllFilings) | **GET** /filings | All Filings
116116
*intrinioSDK.FilingApi* | [**getAllNotes**](docs/FilingApi.md#getAllNotes) | **GET** /filings/notes | All Filing Notes
@@ -202,6 +202,7 @@ Class | Method | HTTP request | Description
202202
*intrinioSDK.OwnersApi* | [**institutionalHoldingsByOwner**](docs/OwnersApi.md#institutionalHoldingsByOwner) | **GET** /owners/{identifier}/institutional_holdings | Institutional Holdings by Owner
203203
*intrinioSDK.OwnersApi* | [**searchOwners**](docs/OwnersApi.md#searchOwners) | **GET** /owners/search | Search Owners
204204
*intrinioSDK.SecurityApi* | [**getAllSecurities**](docs/SecurityApi.md#getAllSecurities) | **GET** /securities | All Securities
205+
*intrinioSDK.SecurityApi* | [**getSecuritiesShortInterest**](docs/SecurityApi.md#getSecuritiesShortInterest) | **GET** /securities/short_interest | Latest Short Interest
205206
*intrinioSDK.SecurityApi* | [**getSecurityById**](docs/SecurityApi.md#getSecurityById) | **GET** /securities/{identifier} | Lookup Security
206207
*intrinioSDK.SecurityApi* | [**getSecurityDataPointNumber**](docs/SecurityApi.md#getSecurityDataPointNumber) | **GET** /securities/{identifier}/data_point/{tag}/number | Data Point (Number) for Security
207208
*intrinioSDK.SecurityApi* | [**getSecurityDataPointText**](docs/SecurityApi.md#getSecurityDataPointText) | **GET** /securities/{identifier}/data_point/{tag}/text | Data Point (Text) for Security
@@ -249,6 +250,7 @@ Class | Method | HTTP request | Description
249250
*intrinioSDK.SecurityApi* | [**getSecurityQuote**](docs/SecurityApi.md#getSecurityQuote) | **GET** /securities/{identifier}/quote | Quote for a Security
250251
*intrinioSDK.SecurityApi* | [**getSecurityRealtimePrice**](docs/SecurityApi.md#getSecurityRealtimePrice) | **GET** /securities/{identifier}/prices/realtime | Realtime Stock Price for Security
251252
*intrinioSDK.SecurityApi* | [**getSecurityReplayFile**](docs/SecurityApi.md#getSecurityReplayFile) | **GET** /securities/replay | Security Replay File
253+
*intrinioSDK.SecurityApi* | [**getSecurityShortInterest**](docs/SecurityApi.md#getSecurityShortInterest) | **GET** /securities/{identifier}/short_interest | Short Interest by Security
252254
*intrinioSDK.SecurityApi* | [**getSecuritySnapshots**](docs/SecurityApi.md#getSecuritySnapshots) | **GET** /securities/snapshots | Realtime Stock Prices Snapshot
253255
*intrinioSDK.SecurityApi* | [**getSecurityStockPriceAdjustments**](docs/SecurityApi.md#getSecurityStockPriceAdjustments) | **GET** /securities/{identifier}/prices/adjustments | Stock Price Adjustments by Security
254256
*intrinioSDK.SecurityApi* | [**getSecurityStockPriceAdjustmentsDividends**](docs/SecurityApi.md#getSecurityStockPriceAdjustmentsDividends) | **GET** /securities/{identifier}/prices/adjustments/dividends | Dividends by Security
@@ -401,6 +403,7 @@ Class | Method | HTTP request | Description
401403
- [intrinioSDK.ApiResponseSICIndicesSearch](docs/ApiResponseSICIndicesSearch.md)
402404
- [intrinioSDK.ApiResponseSecurities](docs/ApiResponseSecurities.md)
403405
- [intrinioSDK.ApiResponseSecuritiesSearch](docs/ApiResponseSecuritiesSearch.md)
406+
- [intrinioSDK.ApiResponseSecuritiesShortInterest](docs/ApiResponseSecuritiesShortInterest.md)
404407
- [intrinioSDK.ApiResponseSecurityAccumulationDistributionIndex](docs/ApiResponseSecurityAccumulationDistributionIndex.md)
405408
- [intrinioSDK.ApiResponseSecurityAverageDailyTradingVolume](docs/ApiResponseSecurityAverageDailyTradingVolume.md)
406409
- [intrinioSDK.ApiResponseSecurityAverageDirectionalIndex](docs/ApiResponseSecurityAverageDirectionalIndex.md)
@@ -427,6 +430,7 @@ Class | Method | HTTP request | Description
427430
- [intrinioSDK.ApiResponseSecurityOnBalanceVolumeMean](docs/ApiResponseSecurityOnBalanceVolumeMean.md)
428431
- [intrinioSDK.ApiResponseSecurityQuote](docs/ApiResponseSecurityQuote.md)
429432
- [intrinioSDK.ApiResponseSecurityRelativeStrengthIndex](docs/ApiResponseSecurityRelativeStrengthIndex.md)
433+
- [intrinioSDK.ApiResponseSecurityShortInterest](docs/ApiResponseSecurityShortInterest.md)
430434
- [intrinioSDK.ApiResponseSecuritySimpleMovingAverage](docs/ApiResponseSecuritySimpleMovingAverage.md)
431435
- [intrinioSDK.ApiResponseSecurityStochasticOscillator](docs/ApiResponseSecurityStochasticOscillator.md)
432436
- [intrinioSDK.ApiResponseSecurityStockPriceAdjustments](docs/ApiResponseSecurityStockPriceAdjustments.md)
@@ -593,6 +597,8 @@ Class | Method | HTTP request | Description
593597
- [intrinioSDK.SecuritySummary](docs/SecuritySummary.md)
594598
- [intrinioSDK.SecurityTrades](docs/SecurityTrades.md)
595599
- [intrinioSDK.SecurityTradesResult](docs/SecurityTradesResult.md)
600+
- [intrinioSDK.ShortInterest](docs/ShortInterest.md)
601+
- [intrinioSDK.ShortInterestWithSecurity](docs/ShortInterestWithSecurity.md)
596602
- [intrinioSDK.SimpleMovingAverageTechnicalValue](docs/SimpleMovingAverageTechnicalValue.md)
597603
- [intrinioSDK.StandardizedFinancial](docs/StandardizedFinancial.md)
598604
- [intrinioSDK.StandardizedFinancialsDimension](docs/StandardizedFinancialsDimension.md)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
[//]: # (CLASS:ApiResponseSecuritiesShortInterest)
3+
4+
[//]: # (KIND:object)
5+
6+
### ApiResponseSecuritiesShortInterest
7+
8+
#### Properties
9+
10+
[//]: # (START_DEFINITION)
11+
12+
Name | Type | Description
13+
------------ | ------------- | -------------
14+
**shortInterest** | [**[ShortInterestWithSecurity]**](ShortInterestWithSecurity.md) |  
15+
**nextPage** | String | The token required to request the next page of the data. If null, no further results are available.  
16+
17+
[//]: # (END_DEFINITION)
18+
19+
20+
[//]: # (CONTAINED_CLASS:ShortInterestWithSecurity)
21+
22+
23+
24+
25+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
[//]: # (CLASS:ApiResponseSecurityShortInterest)
3+
4+
[//]: # (KIND:object)
5+
6+
### ApiResponseSecurityShortInterest
7+
8+
#### Properties
9+
10+
[//]: # (START_DEFINITION)
11+
12+
Name | Type | Description
13+
------------ | ------------- | -------------
14+
**shortInterest** | [**[ShortInterest]**](ShortInterest.md) |  
15+
**security** | [**SecuritySummary**](SecuritySummary.md) |  
16+
**nextPage** | String | The token required to request the next page of the data. If null, no further results are available.  
17+
18+
[//]: # (END_DEFINITION)
19+
20+
21+
[//]: # (CONTAINED_CLASS:ShortInterest)
22+
23+
24+
[//]: # (CONTAINED_CLASS:SecuritySummary)
25+
26+
27+
28+
29+

docs/CompanyNews.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Name | Type | Description
1717
**url** | String | The url of the news article  
1818
**summary** | String | A summary of the news article  
1919
**source** | String | The news source.  
20-
**company** | [**CompanySummary**](CompanySummary.md) | The Company to which the new article pertains  
20+
**company** | [**CompanySummary**](CompanySummary.md) | The Company to which the new article pertains.  
21+
**companies** | [**[CompanySummary]**](CompanySummary.md) | The Companies to which the new article pertains  
22+
**securities** | [**[SecuritySummary]**](SecuritySummary.md) | The Securities to which the new article pertains  
2123
**topics** | [**[NewsTopic]**](NewsTopic.md) |  
2224
**copyright** | String | The copyright of the news article  
2325
**language** | String | The language code of the news article  
@@ -26,16 +28,32 @@ Name | Type | Description
2628
**businessRelevance** | Number | How strongly correlated the news article is to the business  
2729
**articleSentiment** | String | The news sentiment.  
2830
**articleSentimentConfidence** | Number | The confidence score of the sentiment rating  
31+
**issuer** | String | The issuer of the story.  
32+
**issuerName** | String | The issuer of the story.  
33+
**issuerCompany** | [**CompanySummary**](CompanySummary.md) | The company that issued the story.  
34+
**issuerSecurity** | [**SecuritySummary**](SecuritySummary.md) | The security that issued the story.  
2935

3036
[//]: # (END_DEFINITION)
3137

3238

3339
[//]: # (CONTAINED_CLASS:CompanySummary)
3440

3541

42+
[//]: # (CONTAINED_CLASS:CompanySummary)
43+
44+
45+
[//]: # (CONTAINED_CLASS:SecuritySummary)
46+
47+
3648
[//]: # (CONTAINED_CLASS:NewsTopic)
3749

3850

51+
[//]: # (CONTAINED_CLASS:CompanySummary)
52+
53+
54+
[//]: # (CONTAINED_CLASS:SecuritySummary)
55+
56+
3957

4058
<br/>
4159

docs/CompanyNewsSummary.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Name | Type | Description
1414
**id** | String | The Intrinio ID for the news article &nbsp;
1515
**title** | String | The title of the news article &nbsp;
1616
**publicationDate** | Date | The publication date of the news article &nbsp;
17+
**companies** | [**[CompanySummary]**](CompanySummary.md) | The Companies to which the new article pertains &nbsp;
18+
**securities** | [**[SecuritySummary]**](SecuritySummary.md) | The Securities to which the new article pertains &nbsp;
1719
**url** | String | The url of the news article &nbsp;
1820
**summary** | String | A summary of the news article &nbsp;
1921
**source** | String | The news source. &nbsp;
@@ -25,13 +27,29 @@ Name | Type | Description
2527
**businessRelevance** | Number | How strongly correlated the news article is to the business &nbsp;
2628
**articleSentiment** | String | The news sentiment. &nbsp;
2729
**articleSentimentConfidence** | Number | The confidence score of the sentiment rating &nbsp;
30+
**issuer** | String | The issuer of the story. &nbsp;
31+
**issuerName** | String | The issuer of the story. &nbsp;
32+
**issuerCompany** | [**CompanySummary**](CompanySummary.md) | The company that issued the story. &nbsp;
33+
**issuerSecurity** | [**SecuritySummary**](SecuritySummary.md) | The security that issued the story. &nbsp;
2834

2935
[//]: # (END_DEFINITION)
3036

3137

38+
[//]: # (CONTAINED_CLASS:CompanySummary)
39+
40+
41+
[//]: # (CONTAINED_CLASS:SecuritySummary)
42+
43+
3244
[//]: # (CONTAINED_CLASS:NewsTopic)
3345

3446

47+
[//]: # (CONTAINED_CLASS:CompanySummary)
48+
49+
50+
[//]: # (CONTAINED_CLASS:SecuritySummary)
51+
52+
3553

3654
<br/>
3755

docs/ETFsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Method | HTTP request | Description
77
[**getAllEtfs**](ETFsApi.md#getAllEtfs) | **GET** /etfs | All ETFs
88
[**getEtf**](ETFsApi.md#getEtf) | **GET** /etfs/{identifier} | Lookup ETF
99
[**getEtfAnalytics**](ETFsApi.md#getEtfAnalytics) | **GET** /etfs/{identifier}/analytics | ETF Analytics
10-
[**getEtfHistoricalStats**](ETFsApi.md#getEtfHistoricalStats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) stats
10+
[**getEtfHistoricalStats**](ETFsApi.md#getEtfHistoricalStats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) Historical Stats
1111
[**getEtfHoldings**](ETFsApi.md#getEtfHoldings) | **GET** /etfs/{identifier}/holdings | ETF Holdings
12-
[**getEtfStats**](ETFsApi.md#getEtfStats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) stats
12+
[**getEtfStats**](ETFsApi.md#getEtfStats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) Stats
1313
[**searchEtfs**](ETFsApi.md#searchEtfs) | **GET** /etfs/search | Search ETFs
1414

1515

@@ -283,7 +283,7 @@ Name | Type | Description | Notes
283283

284284
> ETFHistoricalStats getEtfHistoricalStats(identifier, opts)
285285
286-
#### Exchange Traded Fund (ETF) stats
286+
#### Exchange Traded Fund (ETF) Historical Stats
287287

288288

289289
Returns comprehensive key US ETF historical performance statistics, including prices, NAVs, flows, returns, and much more for both trailing and calendar year periods.
@@ -457,7 +457,7 @@ Name | Type | Description | Notes
457457

458458
> ETFStats getEtfStats(identifier)
459459
460-
#### Exchange Traded Fund (ETF) stats
460+
#### Exchange Traded Fund (ETF) Stats
461461

462462

463463
Returns comprehensive key US ETF performance statistics, including prices, NAVs, flows, returns, and much more for both trailing and calendar year periods.

0 commit comments

Comments
 (0)