intrinio-sdk 5.6.0 → 5.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -151,7 +151,7 @@ end
151
151
 
152
152
  stockExchange_api = Intrinio::StockExchangeApi.new
153
153
 
154
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
154
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
155
155
 
156
156
 
157
157
  begin
@@ -233,7 +233,7 @@ end
233
233
 
234
234
  stockExchange_api = Intrinio::StockExchangeApi.new
235
235
 
236
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
236
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
237
237
 
238
238
  opts = {
239
239
  date: Date.parse("2018-08-14"), # Date | The date for which to return price adjustments
@@ -323,7 +323,7 @@ end
323
323
 
324
324
  stockExchange_api = Intrinio::StockExchangeApi.new
325
325
 
326
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
326
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
327
327
 
328
328
  opts = {
329
329
  date: Date.parse("2018-08-14"), # Date | The date for which to return prices
@@ -413,7 +413,7 @@ end
413
413
 
414
414
  stockExchange_api = Intrinio::StockExchangeApi.new
415
415
 
416
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
416
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
417
417
 
418
418
  opts = {
419
419
  source: nil, # String | Return realtime prices from the specified data source. If no source is specified, all sources are used.
@@ -503,7 +503,7 @@ end
503
503
 
504
504
  stockExchange_api = Intrinio::StockExchangeApi.new
505
505
 
506
- identifier = "$$v2_mic_default$$" # String | A Stock Exchange identifier (MIC or Intrinio ID)
506
+ identifier = "USCOMP" # String | A Stock Exchange identifier (MIC or Intrinio ID)
507
507
 
508
508
  opts = {
509
509
  page_size: 100, # Integer | The number of results to return
@@ -87,7 +87,7 @@ end
87
87
 
88
88
  technical_api = Intrinio::TechnicalApi.new
89
89
 
90
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
90
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
91
91
 
92
92
  opts = {
93
93
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -179,7 +179,7 @@ end
179
179
 
180
180
  technical_api = Intrinio::TechnicalApi.new
181
181
 
182
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
182
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
183
183
 
184
184
  opts = {
185
185
  period: 22, # Integer | The number of observations, per period, to calculate Average Daily Trading Volume
@@ -273,7 +273,7 @@ end
273
273
 
274
274
  technical_api = Intrinio::TechnicalApi.new
275
275
 
276
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
276
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
277
277
 
278
278
  opts = {
279
279
  period: 14, # Integer | The number of observations, per period, to calculate Average Directional Index
@@ -367,7 +367,7 @@ end
367
367
 
368
368
  technical_api = Intrinio::TechnicalApi.new
369
369
 
370
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
370
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
371
371
 
372
372
  opts = {
373
373
  short_period: 5, # Integer | The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator
@@ -463,7 +463,7 @@ end
463
463
 
464
464
  technical_api = Intrinio::TechnicalApi.new
465
465
 
466
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
466
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
467
467
 
468
468
  opts = {
469
469
  period: 14, # Integer | The number of observations, per period, to calculate Average True Range
@@ -557,7 +557,7 @@ end
557
557
 
558
558
  technical_api = Intrinio::TechnicalApi.new
559
559
 
560
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
560
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
561
561
 
562
562
  opts = {
563
563
  period: 20, # Integer | The number of observations, per period, to calculate Bollinger Bands
@@ -655,7 +655,7 @@ end
655
655
 
656
656
  technical_api = Intrinio::TechnicalApi.new
657
657
 
658
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
658
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
659
659
 
660
660
  opts = {
661
661
  period: 20, # Integer | The number of observations, per period, to calculate Commodity Channel Index
@@ -751,7 +751,7 @@ end
751
751
 
752
752
  technical_api = Intrinio::TechnicalApi.new
753
753
 
754
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
754
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
755
755
 
756
756
  opts = {
757
757
  period: 20, # Integer | The number of observations, per period, to calculate Chaikin Money Flow
@@ -845,7 +845,7 @@ end
845
845
 
846
846
  technical_api = Intrinio::TechnicalApi.new
847
847
 
848
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
848
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
849
849
 
850
850
  opts = {
851
851
  period: 20, # Integer | The number of observations, per period, to calculate Donchian Channel
@@ -941,7 +941,7 @@ end
941
941
 
942
942
  technical_api = Intrinio::TechnicalApi.new
943
943
 
944
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
944
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
945
945
 
946
946
  opts = {
947
947
  period: 20, # Integer | The number of observations, per period, to calculate Detrended Price Oscillator
@@ -1037,7 +1037,7 @@ end
1037
1037
 
1038
1038
  technical_api = Intrinio::TechnicalApi.new
1039
1039
 
1040
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1040
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1041
1041
 
1042
1042
  opts = {
1043
1043
  period: 20, # Integer | The number of observations, per period, to calculate Ease of Movement
@@ -1131,7 +1131,7 @@ end
1131
1131
 
1132
1132
  technical_api = Intrinio::TechnicalApi.new
1133
1133
 
1134
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1134
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1135
1135
 
1136
1136
  opts = {
1137
1137
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1223,7 +1223,7 @@ end
1223
1223
 
1224
1224
  technical_api = Intrinio::TechnicalApi.new
1225
1225
 
1226
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1226
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1227
1227
 
1228
1228
  opts = {
1229
1229
  low_period: 9, # Integer | The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
@@ -1321,7 +1321,7 @@ end
1321
1321
 
1322
1322
  technical_api = Intrinio::TechnicalApi.new
1323
1323
 
1324
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1324
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1325
1325
 
1326
1326
  opts = {
1327
1327
  period: 10, # Integer | The number of observations, per period, to calculate Kelter Channel
@@ -1415,7 +1415,7 @@ end
1415
1415
 
1416
1416
  technical_api = Intrinio::TechnicalApi.new
1417
1417
 
1418
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1418
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1419
1419
 
1420
1420
  opts = {
1421
1421
  roc1: 10, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA1
@@ -1525,7 +1525,7 @@ end
1525
1525
 
1526
1526
  technical_api = Intrinio::TechnicalApi.new
1527
1527
 
1528
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1528
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1529
1529
 
1530
1530
  opts = {
1531
1531
  fast_period: 12, # Integer | The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence
@@ -1625,7 +1625,7 @@ end
1625
1625
 
1626
1626
  technical_api = Intrinio::TechnicalApi.new
1627
1627
 
1628
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1628
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1629
1629
 
1630
1630
  opts = {
1631
1631
  period: 14, # Integer | The number of observations, per period, to calculate Money Flow Index
@@ -1719,7 +1719,7 @@ end
1719
1719
 
1720
1720
  technical_api = Intrinio::TechnicalApi.new
1721
1721
 
1722
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1722
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1723
1723
 
1724
1724
  opts = {
1725
1725
  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
@@ -1815,7 +1815,7 @@ end
1815
1815
 
1816
1816
  technical_api = Intrinio::TechnicalApi.new
1817
1817
 
1818
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1818
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1819
1819
 
1820
1820
  opts = {
1821
1821
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1907,7 +1907,7 @@ end
1907
1907
 
1908
1908
  technical_api = Intrinio::TechnicalApi.new
1909
1909
 
1910
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1910
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1911
1911
 
1912
1912
  opts = {
1913
1913
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1999,7 +1999,7 @@ end
1999
1999
 
2000
2000
  technical_api = Intrinio::TechnicalApi.new
2001
2001
 
2002
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2002
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2003
2003
 
2004
2004
  opts = {
2005
2005
  period: 10, # Integer | The number of observations, per period, to calculate On-balance Volume Mean
@@ -2093,7 +2093,7 @@ end
2093
2093
 
2094
2094
  technical_api = Intrinio::TechnicalApi.new
2095
2095
 
2096
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2096
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2097
2097
 
2098
2098
  opts = {
2099
2099
  period: 14, # Integer | The number of observations, per period, to calculate Relative Strength Index
@@ -2189,7 +2189,7 @@ end
2189
2189
 
2190
2190
  technical_api = Intrinio::TechnicalApi.new
2191
2191
 
2192
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2192
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2193
2193
 
2194
2194
  opts = {
2195
2195
  period: 20, # Integer | The number of observations, per period, to calculate Simple Moving Average
@@ -2285,7 +2285,7 @@ end
2285
2285
 
2286
2286
  technical_api = Intrinio::TechnicalApi.new
2287
2287
 
2288
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2288
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2289
2289
 
2290
2290
  opts = {
2291
2291
  period: 14, # Integer | The number of observations, per period, to calculate %K of Stochastic Oscillator
@@ -2381,7 +2381,7 @@ end
2381
2381
 
2382
2382
  technical_api = Intrinio::TechnicalApi.new
2383
2383
 
2384
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2384
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2385
2385
 
2386
2386
  opts = {
2387
2387
  period: 15, # Integer | The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average
@@ -2475,7 +2475,7 @@ end
2475
2475
 
2476
2476
  technical_api = Intrinio::TechnicalApi.new
2477
2477
 
2478
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2478
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2479
2479
 
2480
2480
  opts = {
2481
2481
  low_period: 13, # Integer | The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index
@@ -2573,7 +2573,7 @@ end
2573
2573
 
2574
2574
  technical_api = Intrinio::TechnicalApi.new
2575
2575
 
2576
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2576
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2577
2577
 
2578
2578
  opts = {
2579
2579
  short_period: 7, # Integer | The number of observations, per period, to calculate the short period for Ultimate Oscillator
@@ -2677,7 +2677,7 @@ end
2677
2677
 
2678
2678
  technical_api = Intrinio::TechnicalApi.new
2679
2679
 
2680
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2680
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2681
2681
 
2682
2682
  opts = {
2683
2683
  period: 14, # Integer | The number of observations, per period, to calculate Vortex Indicator
@@ -2771,7 +2771,7 @@ end
2771
2771
 
2772
2772
  technical_api = Intrinio::TechnicalApi.new
2773
2773
 
2774
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2774
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2775
2775
 
2776
2776
  opts = {
2777
2777
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -2863,7 +2863,7 @@ end
2863
2863
 
2864
2864
  technical_api = Intrinio::TechnicalApi.new
2865
2865
 
2866
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2866
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2867
2867
 
2868
2868
  opts = {
2869
2869
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -2955,7 +2955,7 @@ end
2955
2955
 
2956
2956
  technical_api = Intrinio::TechnicalApi.new
2957
2957
 
2958
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2958
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2959
2959
 
2960
2960
  opts = {
2961
2961
  period: 14, # Integer | The number of observations, per period, to look-back when calculating Williams %R
@@ -68,7 +68,7 @@ end
68
68
  zacks_api = Intrinio::ZacksApi.new
69
69
 
70
70
  opts = {
71
- identifier: "$$v2_ticker_default$$", # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
71
+ identifier: "AAPL", # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
72
72
  start_date: nil, # Date | Limit ratings to those on or after this date
73
73
  end_date: nil, # Date | Limit ratings to those on or before this date
74
74
  mean_greater: nil, # Float | Return only records with a mean (average) higher than this value
@@ -215,9 +215,9 @@ module Intrinio
215
215
  end
216
216
 
217
217
  # Data Point (Number) for Company
218
- # $$v2_company_data_point_number_description$$
219
- # @param identifier $$v2_company_data_point_identifier_description$$
220
- # @param tag $$v2_company_data_point_item_description$$
218
+ # Returns a numeric value for the given `tag` for the Company with the given `identifier`
219
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
220
+ # @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
221
221
  # @param [Hash] opts the optional parameters
222
222
  # @return [Float]
223
223
  def get_company_data_point_number(identifier, tag, opts = {})
@@ -226,9 +226,9 @@ module Intrinio
226
226
  end
227
227
 
228
228
  # Data Point (Number) for Company
229
- # $$v2_company_data_point_number_description$$
230
- # @param identifier $$v2_company_data_point_identifier_description$$
231
- # @param tag $$v2_company_data_point_item_description$$
229
+ # Returns a numeric value for the given `tag` for the Company with the given `identifier`
230
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
231
+ # @param tag An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
232
232
  # @param [Hash] opts the optional parameters
233
233
  # @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
234
234
  def get_company_data_point_number_with_http_info(identifier, tag, opts = {})
@@ -274,9 +274,9 @@ module Intrinio
274
274
  end
275
275
 
276
276
  # Data Point (Text) for Company
277
- # $$v2_company_data_point_text_description$$
278
- # @param identifier $$v2_company_data_point_identifier_description$$
279
- # @param tag $$v2_company_data_point_item_description$$
277
+ # Returns a text value for the given `tag` for the Company with the given `identifier`
278
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
279
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
280
280
  # @param [Hash] opts the optional parameters
281
281
  # @return [String]
282
282
  def get_company_data_point_text(identifier, tag, opts = {})
@@ -285,9 +285,9 @@ module Intrinio
285
285
  end
286
286
 
287
287
  # Data Point (Text) for Company
288
- # $$v2_company_data_point_text_description$$
289
- # @param identifier $$v2_company_data_point_identifier_description$$
290
- # @param tag $$v2_company_data_point_item_description$$
288
+ # Returns a text value for the given &#x60;tag&#x60; for the Company with the given &#x60;identifier&#x60;
289
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
290
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
291
291
  # @param [Hash] opts the optional parameters
292
292
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
293
293
  def get_company_data_point_text_with_http_info(identifier, tag, opts = {})
@@ -498,9 +498,9 @@ module Intrinio
498
498
  end
499
499
 
500
500
  # Historical Data for Company
501
- # $$v2_company_historical_data_description$$
502
- # @param identifier $$v2_company_historical_data_identifier_description$$
503
- # @param tag $$v2_company_historical_data_item_description$$
501
+ # Returns historical values for the given `tag` and the Company with the given `identifier`
502
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
503
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
504
504
  # @param [Hash] opts the optional parameters
505
505
  # @option opts [String] :frequency Return historical data in the given frequency (default to daily)
506
506
  # @option opts [String] :type Return historical data for given fiscal period type
@@ -516,9 +516,9 @@ module Intrinio
516
516
  end
517
517
 
518
518
  # Historical Data for Company
519
- # $$v2_company_historical_data_description$$
520
- # @param identifier $$v2_company_historical_data_identifier_description$$
521
- # @param tag $$v2_company_historical_data_item_description$$
519
+ # Returns historical values for the given &#x60;tag&#x60; and the Company with the given &#x60;identifier&#x60;
520
+ # @param identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
521
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
522
522
  # @param [Hash] opts the optional parameters
523
523
  # @option opts [String] :frequency Return historical data in the given frequency
524
524
  # @option opts [String] :type Return historical data for given fiscal period type
@@ -21,9 +21,9 @@ module Intrinio
21
21
  end
22
22
 
23
23
  # Data Point (Number)
24
- # $$v2_data_point_number_description$$
25
- # @param identifier $$v2_data_point_identifier_description$$
26
- # @param tag $$v2_data_point_item_description$$
24
+ # Returns a numeric value for the given `tag` and the entity with the given `identifier`
25
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
26
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
27
27
  # @param [Hash] opts the optional parameters
28
28
  # @return [Float]
29
29
  def get_data_point_number(identifier, tag, opts = {})
@@ -32,9 +32,9 @@ module Intrinio
32
32
  end
33
33
 
34
34
  # Data Point (Number)
35
- # $$v2_data_point_number_description$$
36
- # @param identifier $$v2_data_point_identifier_description$$
37
- # @param tag $$v2_data_point_item_description$$
35
+ # Returns a numeric value for the given &#x60;tag&#x60; and the entity with the given &#x60;identifier&#x60;
36
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
37
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [Array<(Float, Fixnum, Hash)>] Float data, response status code and response headers
40
40
  def get_data_point_number_with_http_info(identifier, tag, opts = {})
@@ -80,9 +80,9 @@ module Intrinio
80
80
  end
81
81
 
82
82
  # Data Point (Text)
83
- # $$v2_data_point_text_description$$
84
- # @param identifier $$v2_data_point_identifier_description$$
85
- # @param tag $$v2_data_point_item_description$$
83
+ # Returns a text value for the given `tag` for the Security with the given `identifier`
84
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
85
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @return [String]
88
88
  def get_data_point_text(identifier, tag, opts = {})
@@ -91,9 +91,9 @@ module Intrinio
91
91
  end
92
92
 
93
93
  # Data Point (Text)
94
- # $$v2_data_point_text_description$$
95
- # @param identifier $$v2_data_point_identifier_description$$
96
- # @param tag $$v2_data_point_item_description$$
94
+ # Returns a text value for the given &#x60;tag&#x60; for the Security with the given &#x60;identifier&#x60;
95
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
96
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
99
99
  def get_data_point_text_with_http_info(identifier, tag, opts = {})
@@ -21,9 +21,9 @@ module Intrinio
21
21
  end
22
22
 
23
23
  # Historical Data
24
- # $$v2_historical_data_description$$
25
- # @param identifier $$v2_historical_data_identifier_description$$
26
- # @param tag $$v2_historical_data_item_description$$
24
+ # Returns historical values for the given `tag` and the entity represented by the given `identifier`
25
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
26
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
27
27
  # @param [Hash] opts the optional parameters
28
28
  # @option opts [String] :frequency Return historical data in the given frequency (default to daily)
29
29
  # @option opts [String] :type Filter by type, when applicable
@@ -39,9 +39,9 @@ module Intrinio
39
39
  end
40
40
 
41
41
  # Historical Data
42
- # $$v2_historical_data_description$$
43
- # @param identifier $$v2_historical_data_identifier_description$$
44
- # @param tag $$v2_historical_data_item_description$$
42
+ # Returns historical values for the given &#x60;tag&#x60; and the entity represented by the given &#x60;identifier&#x60;
43
+ # @param identifier An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
44
+ # @param tag An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;)
45
45
  # @param [Hash] opts the optional parameters
46
46
  # @option opts [String] :frequency Return historical data in the given frequency
47
47
  # @option opts [String] :type Filter by type, when applicable