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::SecurityApi* | [**get_all_securities**](docs/SecurityApi.md#get_all_securities) | **GET** /securities | All Securities
194
+
*Intrinio::SecurityApi* | [**get_securities_latest_dividend_records**](docs/SecurityApi.md#get_securities_latest_dividend_records) | **GET** /securities/dividends/latest | Latest Dividend Records for All Securities
195
+
*Intrinio::SecurityApi* | [**get_securities_latest_earnings_records**](docs/SecurityApi.md#get_securities_latest_earnings_records) | **GET** /securities/earnings/latest | Latest Earnings Records for All Securities
194
196
*Intrinio::SecurityApi* | [**get_securities_short_interest**](docs/SecurityApi.md#get_securities_short_interest) | **GET** /securities/short_interest | Latest Short Interest
*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
Copy file name to clipboardExpand all lines: docs/SecurityApi.md
+178Lines changed: 178 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ All URIs are relative to *https://api-v2.intrinio.com*
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
7
[**get_all_securities**](SecurityApi.md#get_all_securities) | **GET** /securities | All Securities
8
+
[**get_securities_latest_dividend_records**](SecurityApi.md#get_securities_latest_dividend_records) | **GET** /securities/dividends/latest | Latest Dividend Records for All Securities
9
+
[**get_securities_latest_earnings_records**](SecurityApi.md#get_securities_latest_earnings_records) | **GET** /securities/earnings/latest | Latest Earnings Records for All Securities
8
10
[**get_securities_short_interest**](SecurityApi.md#get_securities_short_interest) | **GET** /securities/short_interest | Latest Short Interest
[**get_security_data_point_number**](SecurityApi.md#get_security_data_point_number) | **GET** /securities/{identifier}/data_point/{tag}/number | Data Point (Number) for Security
@@ -186,6 +188,182 @@ Name | Type | Description | Notes
Returns the latest available dividend information for all securities. Returns one dividend record per security, limited to records from the last 90 days, sorted by date_loaded in descending order.
221
+
222
+
[//]: #(END_OVERVIEW)
223
+
224
+
### Example
225
+
226
+
[//]: #(START_CODE_EXAMPLE)
227
+
228
+
```ruby
229
+
# Load the gem
230
+
require'intrinio-sdk'
231
+
require'pp'
232
+
233
+
# Setup authorization
234
+
Intrinio.configure do |config|
235
+
config.api_key['api_key'] ='YOUR_API_KEY'
236
+
config.allow_retries =true
237
+
end
238
+
239
+
security_api =Intrinio::SecurityApi.new
240
+
241
+
opts = {
242
+
page_size:100,
243
+
next_page:nil,
244
+
date:Date.parse("2013-10-20"),
245
+
identifiers:"AAPL,MSFT",
246
+
next_page2:nil
247
+
}
248
+
249
+
result = security_api.get_securities_latest_dividend_records(opts)
Returns the latest available earnings information for all securities. Returns one earnings record per security, limited to records from the last 90 days, sorted by date_loaded in descending order.
309
+
310
+
[//]: #(END_OVERVIEW)
311
+
312
+
### Example
313
+
314
+
[//]: #(START_CODE_EXAMPLE)
315
+
316
+
```ruby
317
+
# Load the gem
318
+
require'intrinio-sdk'
319
+
require'pp'
320
+
321
+
# Setup authorization
322
+
Intrinio.configure do |config|
323
+
config.api_key['api_key'] ='YOUR_API_KEY'
324
+
config.allow_retries =true
325
+
end
326
+
327
+
security_api =Intrinio::SecurityApi.new
328
+
329
+
opts = {
330
+
page_size:100,
331
+
next_page:nil,
332
+
date:Date.parse("2013-10-20"),
333
+
identifiers:"AAPL,MSFT",
334
+
next_page2:nil
335
+
}
336
+
337
+
result = security_api.get_securities_latest_earnings_records(opts)
Copy file name to clipboardExpand all lines: intrinio-sdk.gemspec
+1-1Lines changed: 1 addition & 1 deletion
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
+3-1Lines changed: 3 additions & 1 deletion
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-1Lines changed: 1 addition & 1 deletion
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
+1-1Lines changed: 1 addition & 1 deletion
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/data_point_api.rb
+1-1Lines changed: 1 addition & 1 deletion
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/data_tag_api.rb
+1-1Lines changed: 1 addition & 1 deletion
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