docs/CompanyApi.md in intrinio-sdk-5.14.0 vs docs/CompanyApi.md in intrinio-sdk-5.15.0
- old
+ new
@@ -82,10 +82,11 @@
sector: nil,
industry_category: nil,
industry_group: nil,
has_fundamentals: true,
has_stock_prices: true,
+ thea_enabled: nil,
page_size: 100,
next_page: nil
}
result = company_api.get_all_companies(opts)
@@ -109,9 +110,10 @@
**sector** | String| Return companies in the given industry sector | [optional]
**industry_category** | String| Return companies in the given industry category | [optional]
**industry_group** | String| Return companies in the given industry group | [optional]
**has_fundamentals** | BOOLEAN| Return only companies that have fundamentals when true | [optional]
**has_stock_prices** | BOOLEAN| Return only companies that have stock prices when true | [optional]
+ **thea_enabled** | BOOLEAN| Return companies whose have been read by our Thea NLP and are ready for our company answers endpoint | [optional]
**page_size** | Integer| The number of results to return | [optional] [default to 100]
**next_page** | String| Gets the next page of data from a previous API call | [optional]
[//]: # (END_PARAMETERS)