Skip to content

Commit 83300fe

Browse files
No release notes for this build.
1 parent fcbc961 commit 83300fe

356 files changed

Lines changed: 2061 additions & 362 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
@@ -8,8 +8,8 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a
88

99
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
1010

11-
- API version: 2.107.0
12-
- Package version: 6.40.0
11+
- API version: 2.108.0
12+
- Package version: 6.41.0
1313

1414

1515
## Installation
@@ -97,9 +97,9 @@ Class | Method | HTTP request | Description
9797
*Intrinio::ETFsApi* | [**get_all_etfs**](docs/ETFsApi.md#get_all_etfs) | **GET** /etfs | All ETFs
9898
*Intrinio::ETFsApi* | [**get_etf**](docs/ETFsApi.md#get_etf) | **GET** /etfs/{identifier} | Lookup ETF
9999
*Intrinio::ETFsApi* | [**get_etf_analytics**](docs/ETFsApi.md#get_etf_analytics) | **GET** /etfs/{identifier}/analytics | ETF Analytics
100-
*Intrinio::ETFsApi* | [**get_etf_historical_stats**](docs/ETFsApi.md#get_etf_historical_stats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) stats
100+
*Intrinio::ETFsApi* | [**get_etf_historical_stats**](docs/ETFsApi.md#get_etf_historical_stats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) Historical Stats
101101
*Intrinio::ETFsApi* | [**get_etf_holdings**](docs/ETFsApi.md#get_etf_holdings) | **GET** /etfs/{identifier}/holdings | ETF Holdings
102-
*Intrinio::ETFsApi* | [**get_etf_stats**](docs/ETFsApi.md#get_etf_stats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) stats
102+
*Intrinio::ETFsApi* | [**get_etf_stats**](docs/ETFsApi.md#get_etf_stats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) Stats
103103
*Intrinio::ETFsApi* | [**search_etfs**](docs/ETFsApi.md#search_etfs) | **GET** /etfs/search | Search ETFs
104104
*Intrinio::FilingApi* | [**get_all_filings**](docs/FilingApi.md#get_all_filings) | **GET** /filings | All Filings
105105
*Intrinio::FilingApi* | [**get_all_notes**](docs/FilingApi.md#get_all_notes) | **GET** /filings/notes | All Filing Notes
@@ -191,6 +191,7 @@ Class | Method | HTTP request | Description
191191
*Intrinio::OwnersApi* | [**institutional_holdings_by_owner**](docs/OwnersApi.md#institutional_holdings_by_owner) | **GET** /owners/{identifier}/institutional_holdings | Institutional Holdings by Owner
192192
*Intrinio::OwnersApi* | [**search_owners**](docs/OwnersApi.md#search_owners) | **GET** /owners/search | Search Owners
193193
*Intrinio::SecurityApi* | [**get_all_securities**](docs/SecurityApi.md#get_all_securities) | **GET** /securities | All Securities
194+
*Intrinio::SecurityApi* | [**get_securities_short_interest**](docs/SecurityApi.md#get_securities_short_interest) | **GET** /securities/short_interest | Latest Short Interest
194195
*Intrinio::SecurityApi* | [**get_security_by_id**](docs/SecurityApi.md#get_security_by_id) | **GET** /securities/{identifier} | Lookup Security
195196
*Intrinio::SecurityApi* | [**get_security_data_point_number**](docs/SecurityApi.md#get_security_data_point_number) | **GET** /securities/{identifier}/data_point/{tag}/number | Data Point (Number) for Security
196197
*Intrinio::SecurityApi* | [**get_security_data_point_text**](docs/SecurityApi.md#get_security_data_point_text) | **GET** /securities/{identifier}/data_point/{tag}/text | Data Point (Text) for Security
@@ -238,6 +239,7 @@ Class | Method | HTTP request | Description
238239
*Intrinio::SecurityApi* | [**get_security_quote**](docs/SecurityApi.md#get_security_quote) | **GET** /securities/{identifier}/quote | Quote for a Security
239240
*Intrinio::SecurityApi* | [**get_security_realtime_price**](docs/SecurityApi.md#get_security_realtime_price) | **GET** /securities/{identifier}/prices/realtime | Realtime Stock Price for Security
240241
*Intrinio::SecurityApi* | [**get_security_replay_file**](docs/SecurityApi.md#get_security_replay_file) | **GET** /securities/replay | Security Replay File
242+
*Intrinio::SecurityApi* | [**get_security_short_interest**](docs/SecurityApi.md#get_security_short_interest) | **GET** /securities/{identifier}/short_interest | Short Interest by Security
241243
*Intrinio::SecurityApi* | [**get_security_snapshots**](docs/SecurityApi.md#get_security_snapshots) | **GET** /securities/snapshots | Realtime Stock Prices Snapshot
242244
*Intrinio::SecurityApi* | [**get_security_stock_price_adjustments**](docs/SecurityApi.md#get_security_stock_price_adjustments) | **GET** /securities/{identifier}/prices/adjustments | Stock Price Adjustments by Security
243245
*Intrinio::SecurityApi* | [**get_security_stock_price_adjustments_dividends**](docs/SecurityApi.md#get_security_stock_price_adjustments_dividends) | **GET** /securities/{identifier}/prices/adjustments/dividends | Dividends by Security
@@ -390,6 +392,7 @@ Class | Method | HTTP request | Description
390392
- [Intrinio::ApiResponseSICIndicesSearch](docs/ApiResponseSICIndicesSearch.md)
391393
- [Intrinio::ApiResponseSecurities](docs/ApiResponseSecurities.md)
392394
- [Intrinio::ApiResponseSecuritiesSearch](docs/ApiResponseSecuritiesSearch.md)
395+
- [Intrinio::ApiResponseSecuritiesShortInterest](docs/ApiResponseSecuritiesShortInterest.md)
393396
- [Intrinio::ApiResponseSecurityAccumulationDistributionIndex](docs/ApiResponseSecurityAccumulationDistributionIndex.md)
394397
- [Intrinio::ApiResponseSecurityAverageDailyTradingVolume](docs/ApiResponseSecurityAverageDailyTradingVolume.md)
395398
- [Intrinio::ApiResponseSecurityAverageDirectionalIndex](docs/ApiResponseSecurityAverageDirectionalIndex.md)
@@ -416,6 +419,7 @@ Class | Method | HTTP request | Description
416419
- [Intrinio::ApiResponseSecurityOnBalanceVolumeMean](docs/ApiResponseSecurityOnBalanceVolumeMean.md)
417420
- [Intrinio::ApiResponseSecurityQuote](docs/ApiResponseSecurityQuote.md)
418421
- [Intrinio::ApiResponseSecurityRelativeStrengthIndex](docs/ApiResponseSecurityRelativeStrengthIndex.md)
422+
- [Intrinio::ApiResponseSecurityShortInterest](docs/ApiResponseSecurityShortInterest.md)
419423
- [Intrinio::ApiResponseSecuritySimpleMovingAverage](docs/ApiResponseSecuritySimpleMovingAverage.md)
420424
- [Intrinio::ApiResponseSecurityStochasticOscillator](docs/ApiResponseSecurityStochasticOscillator.md)
421425
- [Intrinio::ApiResponseSecurityStockPriceAdjustments](docs/ApiResponseSecurityStockPriceAdjustments.md)
@@ -582,6 +586,8 @@ Class | Method | HTTP request | Description
582586
- [Intrinio::SecuritySummary](docs/SecuritySummary.md)
583587
- [Intrinio::SecurityTrades](docs/SecurityTrades.md)
584588
- [Intrinio::SecurityTradesResult](docs/SecurityTradesResult.md)
589+
- [Intrinio::ShortInterest](docs/ShortInterest.md)
590+
- [Intrinio::ShortInterestWithSecurity](docs/ShortInterestWithSecurity.md)
585591
- [Intrinio::SimpleMovingAverageTechnicalValue](docs/SimpleMovingAverageTechnicalValue.md)
586592
- [Intrinio::StandardizedFinancial](docs/StandardizedFinancial.md)
587593
- [Intrinio::StandardizedFinancialsDimension](docs/StandardizedFinancialsDimension.md)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
3+
[//]: # (CLASS:Intrinio::ApiResponseSecuritiesShortInterest)
4+
5+
[//]: # (KIND:object)
6+
7+
### Intrinio::ApiResponseSecuritiesShortInterest
8+
9+
#### Properties
10+
11+
[//]: # (START_DEFINITION)
12+
13+
Name | Type | Description
14+
------------ | ------------- | -------------
15+
**short_interest** | [**Array<ShortInterestWithSecurity>**](ShortInterestWithSecurity.md) |  
16+
**next_page** | 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:Intrinio::ShortInterestWithSecurity)
22+
23+
24+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
3+
[//]: # (CLASS:Intrinio::ApiResponseSecurityShortInterest)
4+
5+
[//]: # (KIND:object)
6+
7+
### Intrinio::ApiResponseSecurityShortInterest
8+
9+
#### Properties
10+
11+
[//]: # (START_DEFINITION)
12+
13+
Name | Type | Description
14+
------------ | ------------- | -------------
15+
**short_interest** | [**Array<ShortInterest>**](ShortInterest.md) |  
16+
**security** | [**SecuritySummary**](SecuritySummary.md) |  
17+
**next_page** | String | The token required to request the next page of the data. If null, no further results are available.  
18+
19+
[//]: # (END_DEFINITION)
20+
21+
22+
[//]: # (CONTAINED_CLASS:Intrinio::ShortInterest)
23+
24+
25+
[//]: # (CONTAINED_CLASS:Intrinio::SecuritySummary)
26+
27+
28+

docs/CompanyNews.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Name | Type | Description
1818
**url** | String | The url of the news article  
1919
**summary** | String | A summary of the news article  
2020
**source** | String | The news source.  
21-
**company** | [**CompanySummary**](CompanySummary.md) | The Company to which the new article pertains  
21+
**company** | [**CompanySummary**](CompanySummary.md) | The Company to which the new article pertains.  
22+
**companies** | [**Array<CompanySummary>**](CompanySummary.md) | The Companies to which the new article pertains  
23+
**securities** | [**Array<SecuritySummary>**](SecuritySummary.md) | The Securities to which the new article pertains  
2224
**topics** | [**Array<NewsTopic>**](NewsTopic.md) |  
2325
**copyright** | String | The copyright of the news article  
2426
**language** | String | The language code of the news article  
@@ -27,14 +29,30 @@ Name | Type | Description
2729
**business_relevance** | Float | How strongly correlated the news article is to the business  
2830
**article_sentiment** | String | The news sentiment.  
2931
**article_sentiment_confidence** | Float | The confidence score of the sentiment rating  
32+
**issuer** | String | The issuer of the story.  
33+
**issuer_name** | String | The issuer of the story.  
34+
**issuer_company** | [**CompanySummary**](CompanySummary.md) | The company that issued the story.  
35+
**issuer_security** | [**SecuritySummary**](SecuritySummary.md) | The security that issued the story.  
3036

3137
[//]: # (END_DEFINITION)
3238

3339

3440
[//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
3541

3642

43+
[//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
44+
45+
46+
[//]: # (CONTAINED_CLASS:Intrinio::SecuritySummary)
47+
48+
3749
[//]: # (CONTAINED_CLASS:Intrinio::NewsTopic)
3850

3951

52+
[//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
53+
54+
55+
[//]: # (CONTAINED_CLASS:Intrinio::SecuritySummary)
56+
57+
4058

docs/CompanyNewsSummary.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Name | Type | Description
1515
**id** | String | The Intrinio ID for the news article  
1616
**title** | String | The title of the news article  
1717
**publication_date** | DateTime | The publication date of the news article  
18+
**companies** | [**Array<CompanySummary>**](CompanySummary.md) | The Companies to which the new article pertains  
19+
**securities** | [**Array<SecuritySummary>**](SecuritySummary.md) | The Securities to which the new article pertains  
1820
**url** | String | The url of the news article  
1921
**summary** | String | A summary of the news article  
2022
**source** | String | The news source.  
@@ -26,11 +28,27 @@ Name | Type | Description
2628
**business_relevance** | Float | How strongly correlated the news article is to the business  
2729
**article_sentiment** | String | The news sentiment.  
2830
**article_sentiment_confidence** | Float | The confidence score of the sentiment rating  
31+
**issuer** | String | The issuer of the story.  
32+
**issuer_name** | String | The issuer of the story.  
33+
**issuer_company** | [**CompanySummary**](CompanySummary.md) | The company that issued the story.  
34+
**issuer_security** | [**SecuritySummary**](SecuritySummary.md) | The security that issued the story.  
2935

3036
[//]: # (END_DEFINITION)
3137

3238

39+
[//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
40+
41+
42+
[//]: # (CONTAINED_CLASS:Intrinio::SecuritySummary)
43+
44+
3345
[//]: # (CONTAINED_CLASS:Intrinio::NewsTopic)
3446

3547

48+
[//]: # (CONTAINED_CLASS:Intrinio::CompanySummary)
49+
50+
51+
[//]: # (CONTAINED_CLASS:Intrinio::SecuritySummary)
52+
53+
3654

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
[**get_all_etfs**](ETFsApi.md#get_all_etfs) | **GET** /etfs | All ETFs
88
[**get_etf**](ETFsApi.md#get_etf) | **GET** /etfs/{identifier} | Lookup ETF
99
[**get_etf_analytics**](ETFsApi.md#get_etf_analytics) | **GET** /etfs/{identifier}/analytics | ETF Analytics
10-
[**get_etf_historical_stats**](ETFsApi.md#get_etf_historical_stats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) stats
10+
[**get_etf_historical_stats**](ETFsApi.md#get_etf_historical_stats) | **GET** /etfs/{identifier}/historical_stats | Exchange Traded Fund (ETF) Historical Stats
1111
[**get_etf_holdings**](ETFsApi.md#get_etf_holdings) | **GET** /etfs/{identifier}/holdings | ETF Holdings
12-
[**get_etf_stats**](ETFsApi.md#get_etf_stats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) stats
12+
[**get_etf_stats**](ETFsApi.md#get_etf_stats) | **GET** /etfs/{identifier}/stats | Exchange Traded Fund (ETF) Stats
1313
[**search_etfs**](ETFsApi.md#search_etfs) | **GET** /etfs/search | Search ETFs
1414

1515

@@ -278,7 +278,7 @@ Name | Type | Description | Notes
278278

279279
> ETFHistoricalStats get_etf_historical_stats(identifier, opts)
280280
281-
#### Exchange Traded Fund (ETF) stats
281+
#### Exchange Traded Fund (ETF) Historical Stats
282282

283283

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

449449
> ETFStats get_etf_stats(identifier)
450450
451-
#### Exchange Traded Fund (ETF) stats
451+
#### Exchange Traded Fund (ETF) Stats
452452

453453

454454
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)