docs/SecurityApi.md in intrinio-sdk-5.5.0 vs docs/SecurityApi.md in intrinio-sdk-5.6.0
- old
+ new
@@ -219,11 +219,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
begin
result = security_api.get_security_by_id(identifier)
pp result
@@ -281,11 +281,11 @@
> Float get_security_data_point_number(identifier, tag)
#### Data Point (Number) for Security
-Returns a numeric value for the given `tag` for the Security with the given `identifier`
+$$v2_security_data_point_number_description$$
[//]: # (END_OVERVIEW)
### Example
@@ -301,13 +301,13 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_security_data_point_identifier_default$$" # String | $$v2_security_data_point_identifier_description$$
-tag = "close_price" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
+tag = "$$v2_security_data_point_item_number_default$$" # String | $$v2_security_data_point_item_description$$
begin
result = security_api.get_security_data_point_number(identifier, tag)
pp result
@@ -325,12 +325,12 @@
[//]: # (START_PARAMETERS)
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
- **tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
+ **identifier** | String| $$v2_security_data_point_identifier_description$$ |
+ **tag** | String| $$v2_security_data_point_item_description$$ |
[//]: # (END_PARAMETERS)
### Return type
@@ -366,11 +366,11 @@
> String get_security_data_point_text(identifier, tag)
#### Data Point (Text) for Security
-Returns a text value for the given `tag` for the Security with the given `identifier`
+$$v2_security_data_point_text_description$$
[//]: # (END_OVERVIEW)
### Example
@@ -386,13 +386,13 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_security_data_point_identifier_default$$" # String | $$v2_security_data_point_identifier_description$$
-tag = "figi" # String | An Intrinio data tag ID or code-name
+tag = "$$v2_security_data_point_item_text_default$$" # String | An Intrinio data tag ID or code-name
begin
result = security_api.get_security_data_point_text(identifier, tag)
pp result
@@ -410,11 +410,11 @@
[//]: # (START_PARAMETERS)
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
+ **identifier** | String| $$v2_security_data_point_identifier_description$$ |
**tag** | String| An Intrinio data tag ID or code-name |
[//]: # (END_PARAMETERS)
### Return type
@@ -451,11 +451,11 @@
> ApiResponseSecurityHistoricalData get_security_historical_data(identifier, tag, opts)
#### Historical Data for Security
-Returns historical values for the given `tag` and the Security with the given `identifier`
+$$v2_security_historical_data_description$$
[//]: # (END_OVERVIEW)
### Example
@@ -471,13 +471,13 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_security_historical_data_identifier_default$$" # String | $$v2_security_historical_data_identifier_description$$
-tag = "adj_close_price" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
+tag = "$$v2_security_historical_data_item_default$$" # String | $$v2_security_data_point_item_description$$
opts = {
frequency: "daily", # String | Return historical data in the given frequency
type: nil, # String | Filter by type, when applicable
start_date: Date.parse("2018-01-01"), # Date | Get historical data on or after this date
@@ -504,12 +504,12 @@
[//]: # (START_PARAMETERS)
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
- **tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
+ **identifier** | String| $$v2_security_historical_data_identifier_description$$ |
+ **tag** | String| $$v2_security_data_point_item_description$$ |
**frequency** | String| Return historical data in the given frequency | [optional] [default to daily]
**type** | String| Filter by type, when applicable | [optional]
**start_date** | Date| Get historical data on or after this date | [optional]
**end_date** | Date| Get historical date on or before this date | [optional]
**sort_order** | String| Sort by date `asc` or `desc` | [optional] [default to desc]
@@ -552,11 +552,11 @@
> ApiResponseSecurityIntradayPrices get_security_intraday_prices(identifier, opts)
#### Intraday Stock Prices for Security
-Return intraday stock prices for the Security with the given `identifier`
+$$v2_security_intraday_prices_description$$
[//]: # (END_OVERVIEW)
### Example
@@ -572,11 +572,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
source: nil, # String | Return intraday prices from the specified data source
start_date: nil, # Date | Return intraday prices starting at the specified date
start_time: nil, # String | Return intraday prices starting at the specified time on the `start_date` (timezone is UTC)
@@ -670,11 +670,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
begin
result = security_api.get_security_latest_dividend_record(identifier)
pp result
@@ -752,11 +752,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
begin
result = security_api.get_security_latest_earnings_record(identifier)
pp result
@@ -834,11 +834,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
page_size: 100, # Integer | The number of results to return
@@ -926,11 +926,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 22, # Integer | The number of observations, per period, to calculate Average Daily Trading Volume
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -1020,11 +1020,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 14, # Integer | The number of observations, per period, to calculate Average Directional Index
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -1114,11 +1114,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
short_period: 5, # Integer | The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator
long_period: 34, # Integer | The number of observations, per period, to calculate long period Simple Moving Average of the Awesome Oscillator
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1210,11 +1210,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 14, # Integer | The number of observations, per period, to calculate Average True Range
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -1304,11 +1304,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 20, # Integer | The number of observations, per period, to calculate Bollinger Bands
standard_deviations: 2.0, # Float | The number of standard deviations to calculate the upper and lower bands of the Bollinger Bands
price_key: "close", # String | The Stock Price field to use when calculating Bollinger Bands
@@ -1402,11 +1402,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 20, # Integer | The number of observations, per period, to calculate Commodity Channel Index
constant: 0.015, # Float | The number of observations, per period, to calculate Commodity Channel Index
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1498,11 +1498,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 20, # Integer | The number of observations, per period, to calculate Chaikin Money Flow
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -1592,11 +1592,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 20, # Integer | The number of observations, per period, to calculate Donchian Channel
price_key: "close", # String | The Stock Price field to use when calculating Donchian Channel
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1688,11 +1688,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 20, # Integer | The number of observations, per period, to calculate Detrended Price Oscillator
price_key: "close", # String | The Stock Price field to use when calculating Detrended Price Oscillator
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1784,11 +1784,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 20, # Integer | The number of observations, per period, to calculate Ease of Movement
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -1878,11 +1878,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
page_size: 100, # Integer | The number of results to return
@@ -1970,11 +1970,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
low_period: 9, # Integer | The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
medium_period: 26, # Integer | The number of observations, per period, to calculate Kijun Sen (Base Line), Senkou Span A (Leading Span A), and Chikou Span (Lagging Span) of Ichimoku Kinko Hyo
high_period: 52, # Integer | The number of observations, per period, to calculate Senkou Span B (Leading Span B) of Ichimoku Kinko Hyo
@@ -2068,11 +2068,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 10, # Integer | The number of observations, per period, to calculate Kelter Channel
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -2162,11 +2162,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
roc1: 10, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA1
roc2: 15, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA2
roc3: 20, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA3
@@ -2272,11 +2272,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
fast_period: 12, # Integer | The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence
slow_period: 26, # Integer | The number of observations, per period, to calculate the slow moving Exponential Moving Average for Moving Average Convergence Divergence
signal_period: 9, # Integer | The number of observations, per period, to calculate the signal line for Moving Average Convergence Divergence
@@ -2372,11 +2372,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 14, # Integer | The number of observations, per period, to calculate Money Flow Index
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -2466,11 +2466,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
ema_period: 9, # Integer | The number of observations, per period, to calculate the single Exponential Moving Average and the Double Exponential Moving Average for Mass Index
sum_period: 25, # Integer | The number of observations, per period, to calculate the sum of the Exponetinal Moving Average Ratios for Mass Index
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -2562,11 +2562,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
page_size: 100, # Integer | The number of results to return
@@ -2654,11 +2654,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
page_size: 100, # Integer | The number of results to return
@@ -2746,11 +2746,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 10, # Integer | The number of observations, per period, to calculate On-balance Volume Mean
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -2840,11 +2840,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 14, # Integer | The number of observations, per period, to calculate Relative Strength Index
price_key: "close", # String | The Stock Price field to use when calculating Relative Strength Index
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -2936,11 +2936,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 20, # Integer | The number of observations, per period, to calculate Simple Moving Average
price_key: "close", # String | The Stock Price field to use when calculating Simple Moving Average
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -3032,11 +3032,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 14, # Integer | The number of observations, per period, to calculate %K of Stochastic Oscillator
signal_period: 3, # Integer | The number of observations, per period, to calculate the %D (the Simple Moving Average of %K) as a signal line for Stochastic Oscillator
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -3128,11 +3128,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 15, # Integer | The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -3222,11 +3222,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
low_period: 13, # Integer | The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index
high_period: 25, # Integer | The number of observations, per period, to calculate high period Exponential Moving Average for smoothing in True Strength Index
price_key: "close", # String | The Stock Price field to use when calculating True Strength Index
@@ -3320,11 +3320,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
short_period: 7, # Integer | The number of observations, per period, to calculate the short period for Ultimate Oscillator
medium_period: 14, # Integer | The number of observations, per period, to calculate the medium period for Ultimate Oscillator
long_period: 28, # Integer | The number of observations, per period, to calculate the long period for Ultimate Oscillator
@@ -3424,11 +3424,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 14, # Integer | The number of observations, per period, to calculate Vortex Indicator
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -3518,11 +3518,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
page_size: 100, # Integer | The number of results to return
@@ -3610,11 +3610,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
page_size: 100, # Integer | The number of results to return
@@ -3702,11 +3702,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
period: 14, # Integer | The number of observations, per period, to look-back when calculating Williams %R
start_date: "2018-01-01", # String | Return technical indicator values on or after the date
end_date: "2019-01-01", # String | Return technical indicator values on or before the date
@@ -3796,11 +3796,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
source: nil # String | Return the realtime price from the specified data source. If no source is specified, the best source available is used.
}
@@ -3882,11 +3882,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: Date.parse("2018-01-01"), # Date | Return price adjustments on or after the date
end_date: Date.parse("2019-01-01"), # Date | Return price adjustments on or before the date
page_size: 100, # Integer | The number of results to return
@@ -3974,11 +3974,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: Date.parse("2018-01-01"), # Date | Return prices on or after the date
end_date: Date.parse("2019-01-01"), # Date | Return prices on or before the date
frequency: "daily", # String | Return stock prices in the given frequency
@@ -4068,11 +4068,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
start_date: nil, # String | Limit ratings to those on or after this date
end_date: nil, # String | Limit ratings to those on or before this date
mean_greater: nil, # Float | Return only records with a mean (average) higher than this value
@@ -4186,11 +4186,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
date: nil # String | Lookup a historical snapshot on the given date
}
@@ -4272,11 +4272,11 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
page_size: 100, # Integer | The number of results to return
next_page: nil # String | Gets the next page of data from a previous API call
}
@@ -4360,10 +4360,10 @@
config.api_key['api_key'] = 'YOUR_API_KEY'
end
security_api = Intrinio::SecurityApi.new
-identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
+identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
opts = {
page_size: 100, # Integer | The number of results to return
next_page: nil # String | Gets the next page of data from a previous API call
}