You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Intrinio::CompanyApi* | [**get_company_historical_data**](docs/CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
*Intrinio::CompanyApi* | [**get_company_news**](docs/CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
78
-
*Intrinio::CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **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.
78
+
*Intrinio::CompanyApi* | [**get_company_news_body**](docs/CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | News Article Body
79
79
*Intrinio::CompanyApi* | [**get_company_public_float**](docs/CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
80
80
*Intrinio::CompanyApi* | [**get_company_securities**](docs/CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
81
81
*Intrinio::CompanyApi* | [**insider_transaction_filings_by_company**](docs/CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
**quotes** | [**Array<ApiResponseSecurityQuote>**](ApiResponseSecurityQuote.md) | The realtime stock prices for all Securities traded on the Stock Exchange
16
+
**stock_exchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier
Copy file name to clipboardExpand all lines: docs/BulkDownloadSummary.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Name | Type | Description
17
17
**format** | String | The file format of the bulk download
18
18
**data_length_bytes** | String | The total length of the bulk download data in bytes
19
19
**update_frequency** | String | The update frequency for the bulk download
20
+
**last_updated** | Date | The date on which the bulk download was last updated
20
21
**links** | [**Array<BulkDownloadLinks>**](BulkDownloadLinks.md) | Links to all of the files comprising the bulk download. Links expire in 24 hours.
[**get_company_historical_data**](CompanyApi.md#get_company_historical_data) | **GET** /companies/{identifier}/historical_data/{tag} | Historical Data for Company
[**get_company_news**](CompanyApi.md#get_company_news) | **GET** /companies/{identifier}/news | All News by Company
20
-
[**get_company_news_body**](CompanyApi.md#get_company_news_body) | **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.
20
+
[**get_company_news_body**](CompanyApi.md#get_company_news_body) | **GET** /companies/news/body | News Article Body
21
21
[**get_company_public_float**](CompanyApi.md#get_company_public_float) | **GET** /companies/{identifier}/public_float | Get Company's public float
22
22
[**get_company_securities**](CompanyApi.md#get_company_securities) | **GET** /companies/{identifier}/securities | All Securities by Company
23
23
[**insider_transaction_filings_by_company**](CompanyApi.md#insider_transaction_filings_by_company) | **GET** /companies/{identifier}/insider_transaction_filings | Insider Transaction Filings by Company
@@ -1245,10 +1245,10 @@ Name | Type | Description | Notes
@@ -433,6 +521,7 @@ Name | Type | Description | Notes
433
521
**identifier** | String| A Stock Exchange identifier (MIC or Intrinio ID) |
434
522
**source** | [**Array<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]
435
523
**active_only** | BOOLEAN| Returns prices only from the most recent trading day. | [optional]
524
+
**traded_today** | BOOLEAN| Returns prices only from securities which have traded on the most recent trading day. | [optional]
436
525
**page_size** | Integer| The number of results to return | [optional][default to 100]
437
526
**tickers** | [**Array<String>**](String.md)| The comma-delimited list of ticker symbols to filter to. If not provided, the entire stock exchange is returned. | [optional]
438
527
**next_page** | String| Gets the next page of data from a previous API call | [optional]
Copy file name to clipboardExpand all lines: intrinio-sdk.gemspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
#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.
Copy file name to clipboardExpand all lines: lib/intrinio-sdk.rb
+2-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
#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.
Copy file name to clipboardExpand all lines: lib/intrinio-sdk/api/bulk_downloads_api.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
#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.
Copy file name to clipboardExpand all lines: lib/intrinio-sdk/api/company_api.rb
+5-5
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
#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.
# The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1026
-
# Returns the news article body.
1025
+
# News Article Body
1026
+
# Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1027
1027
# @param news_story_id The identifier of the news story.
1028
1028
# @param publication_date The DateTime of the story.
# The body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1039
-
# Returns the news article body.
1038
+
# News Article Body
1039
+
# Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
1040
1040
# @param news_story_id The identifier of the news story.
1041
1041
# @param publication_date The DateTime of the story.
Copy file name to clipboardExpand all lines: lib/intrinio-sdk/api/data_point_api.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
#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.
0 commit comments