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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b7fbb3cf61a187ba8e1d275d8082270a90ab6ee
4
- data.tar.gz: 7abdebca2eb1651a59d9dda2e50ef46a79fc5330
3
+ metadata.gz: 0bd6bcfb6990e71acd55bc8813d9f9ff20ae78fd
4
+ data.tar.gz: 592fe4084c9052893d947d4b00f01a516a345d08
5
5
  SHA512:
6
- metadata.gz: c84bb4eaa4e79b5c96417f86a27a0f2f3280308a17a57e61f5433f0cc4ba778c52eec85beeeb5981dfb32da45a7f70033721d753763fca0e32d4c29777bedf3c
7
- data.tar.gz: ac4537f353cda57a46278df858da8a8415f76afddfbef0ba79a869057a68b1c9887e64d8035a5a4e187b33ecca7e87196bf6d76bccad666e56f8898b2f07d065
6
+ metadata.gz: 4334e412d1abc7c21987385da89bca5706b1c72fa53e0bbc8f77113ffc0f17b57ddf6da0cba16ed4126db9a13c593b50493e2ce3f65a4a80c61625a507ee789c
7
+ data.tar.gz: 505a4c435c4540652db9768f352df97bf1f188579ebcdc49873b582a23927b71f1e3016cbb9c087c6d69bd54531bfa25a7d2950e7a3404e187ba06762edac17e
data/README.md CHANGED
@@ -9,7 +9,7 @@ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a
9
9
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
10
10
 
11
11
  - API version: 2.14.0
12
- - Package version: 5.6.0
12
+ - Package version: 5.6.1
13
13
 
14
14
 
15
15
  ## Installation
@@ -317,7 +317,7 @@ Name | Type | Description | Notes
317
317
  #### Data Point (Number) for Company
318
318
 
319
319
 
320
- $$v2_company_data_point_number_description$$
320
+ Returns a numeric value for the given `tag` for the Company with the given `identifier`
321
321
 
322
322
  [//]: # (END_OVERVIEW)
323
323
 
@@ -337,9 +337,9 @@ end
337
337
 
338
338
  company_api = Intrinio::CompanyApi.new
339
339
 
340
- identifier = "$$v2_company_data_point_identifier_default$$" # String | $$v2_company_data_point_identifier_description$$
340
+ identifier = "AAPL" # String | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
341
341
 
342
- tag = "$$v2_company_data_point_item_number_default$$" # String | $$v2_company_data_point_item_description$$
342
+ tag = "marketcap" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
343
343
 
344
344
 
345
345
  begin
@@ -361,8 +361,8 @@ end
361
361
 
362
362
  Name | Type | Description | Notes
363
363
  ------------- | ------------- | ------------- | -------------
364
- **identifier** | String| $$v2_company_data_point_identifier_description$$ | &nbsp;
365
- **tag** | String| $$v2_company_data_point_item_description$$ | &nbsp;
364
+ **identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) | &nbsp;
365
+ **tag** | String| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
366
366
 
367
367
  [//]: # (END_PARAMETERS)
368
368
 
@@ -402,7 +402,7 @@ Name | Type | Description | Notes
402
402
  #### Data Point (Text) for Company
403
403
 
404
404
 
405
- $$v2_company_data_point_text_description$$
405
+ Returns a text value for the given `tag` for the Company with the given `identifier`
406
406
 
407
407
  [//]: # (END_OVERVIEW)
408
408
 
@@ -422,9 +422,9 @@ end
422
422
 
423
423
  company_api = Intrinio::CompanyApi.new
424
424
 
425
- identifier = "$$v2_company_data_point_identifier_default$$" # String | $$v2_company_data_point_identifier_description$$
425
+ identifier = "AAPL" # String | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
426
426
 
427
- tag = "$$v2_company_data_point_item_text_default$$" # String | $$v2_company_data_point_item_description$$
427
+ tag = "ceo" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
428
428
 
429
429
 
430
430
  begin
@@ -446,8 +446,8 @@ end
446
446
 
447
447
  Name | Type | Description | Notes
448
448
  ------------- | ------------- | ------------- | -------------
449
- **identifier** | String| $$v2_company_data_point_identifier_description$$ | &nbsp;
450
- **tag** | String| $$v2_company_data_point_item_description$$ | &nbsp;
449
+ **identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) | &nbsp;
450
+ **tag** | String| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
451
451
 
452
452
  [//]: # (END_PARAMETERS)
453
453
 
@@ -685,7 +685,7 @@ Name | Type | Description | Notes
685
685
  #### Historical Data for Company
686
686
 
687
687
 
688
- $$v2_company_historical_data_description$$
688
+ Returns historical values for the given `tag` and the Company with the given `identifier`
689
689
 
690
690
  [//]: # (END_OVERVIEW)
691
691
 
@@ -705,9 +705,9 @@ end
705
705
 
706
706
  company_api = Intrinio::CompanyApi.new
707
707
 
708
- identifier = "$$v2_company_historical_data_identifier_default$$" # String | $$v2_company_historical_data_identifier_description$$
708
+ identifier = "AAPL" # String | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
709
709
 
710
- tag = "$$v2_company_historical_data_item_default$$" # String | $$v2_company_historical_data_item_description$$
710
+ tag = "marketcap" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
711
711
 
712
712
  opts = {
713
713
  frequency: "daily", # String | Return historical data in the given frequency
@@ -738,8 +738,8 @@ end
738
738
 
739
739
  Name | Type | Description | Notes
740
740
  ------------- | ------------- | ------------- | -------------
741
- **identifier** | String| $$v2_company_historical_data_identifier_description$$ | &nbsp;
742
- **tag** | String| $$v2_company_historical_data_item_description$$ | &nbsp;
741
+ **identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) | &nbsp;
742
+ **tag** | String| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
743
743
  **frequency** | String| Return historical data in the given frequency | [optional] [default to daily] &nbsp;
744
744
  **type** | String| Return historical data for given fiscal period type | [optional] &nbsp;
745
745
  **start_date** | Date| Return historical data on or after this date | [optional] &nbsp;
@@ -38,7 +38,7 @@ Method | HTTP request | Description
38
38
  #### Data Point (Number)
39
39
 
40
40
 
41
- $$v2_data_point_number_description$$
41
+ Returns a numeric value for the given `tag` and the entity with the given `identifier`
42
42
 
43
43
  [//]: # (END_OVERVIEW)
44
44
 
@@ -58,9 +58,9 @@ end
58
58
 
59
59
  dataPoint_api = Intrinio::DataPointApi.new
60
60
 
61
- identifier = "$$v2_data_point_identifier_default$$" # String | $$v2_data_point_identifier_description$$
61
+ identifier = "AAPL" # String | An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
62
62
 
63
- tag = "$$v2_data_point_item_number_default$$" # String | $$v2_data_point_item_description$$
63
+ tag = "marketcap" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
64
64
 
65
65
 
66
66
  begin
@@ -82,8 +82,8 @@ end
82
82
 
83
83
  Name | Type | Description | Notes
84
84
  ------------- | ------------- | ------------- | -------------
85
- **identifier** | String| $$v2_data_point_identifier_description$$ | &nbsp;
86
- **tag** | String| $$v2_data_point_item_description$$ | &nbsp;
85
+ **identifier** | String| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) | &nbsp;
86
+ **tag** | String| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
87
87
 
88
88
  [//]: # (END_PARAMETERS)
89
89
 
@@ -123,7 +123,7 @@ Name | Type | Description | Notes
123
123
  #### Data Point (Text)
124
124
 
125
125
 
126
- $$v2_data_point_text_description$$
126
+ Returns a text value for the given `tag` for the Security with the given `identifier`
127
127
 
128
128
  [//]: # (END_OVERVIEW)
129
129
 
@@ -143,9 +143,9 @@ end
143
143
 
144
144
  dataPoint_api = Intrinio::DataPointApi.new
145
145
 
146
- identifier = "$$v2_data_point_identifier_default$$" # String | $$v2_data_point_identifier_description$$
146
+ identifier = "AAPL" # String | An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
147
147
 
148
- tag = "$$v2_data_point_item_text_default$$" # String | $$v2_data_point_item_description$$
148
+ tag = "ceo" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
149
149
 
150
150
 
151
151
  begin
@@ -167,8 +167,8 @@ end
167
167
 
168
168
  Name | Type | Description | Notes
169
169
  ------------- | ------------- | ------------- | -------------
170
- **identifier** | String| $$v2_data_point_identifier_description$$ | &nbsp;
171
- **tag** | String| $$v2_data_point_item_description$$ | &nbsp;
170
+ **identifier** | String| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) | &nbsp;
171
+ **tag** | String| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
172
172
 
173
173
  [//]: # (END_PARAMETERS)
174
174
 
@@ -37,7 +37,7 @@ Method | HTTP request | Description
37
37
  #### Historical Data
38
38
 
39
39
 
40
- $$v2_historical_data_description$$
40
+ Returns historical values for the given `tag` and the entity represented by the given `identifier`
41
41
 
42
42
  [//]: # (END_OVERVIEW)
43
43
 
@@ -57,9 +57,9 @@ end
57
57
 
58
58
  historicalData_api = Intrinio::HistoricalDataApi.new
59
59
 
60
- identifier = "$$v2_historical_data_identifier_default$$" # String | $$v2_historical_data_identifier_description$$
60
+ identifier = "AAPL" # String | An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID)
61
61
 
62
- tag = "$$v2_historical_data_item_default$$" # String | $$v2_historical_data_item_description$$
62
+ tag = "marketcap" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
63
63
 
64
64
  opts = {
65
65
  frequency: "daily", # String | Return historical data in the given frequency
@@ -90,8 +90,8 @@ end
90
90
 
91
91
  Name | Type | Description | Notes
92
92
  ------------- | ------------- | ------------- | -------------
93
- **identifier** | String| $$v2_historical_data_identifier_description$$ | &nbsp;
94
- **tag** | String| $$v2_historical_data_item_description$$ | &nbsp;
93
+ **identifier** | String| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) | &nbsp;
94
+ **tag** | String| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
95
95
  **frequency** | String| Return historical data in the given frequency | [optional] [default to daily] &nbsp;
96
96
  **type** | String| Filter by type, when applicable | [optional] &nbsp;
97
97
  **start_date** | Date| Get historical data on or after this date | [optional] &nbsp;
@@ -221,7 +221,7 @@ end
221
221
 
222
222
  security_api = Intrinio::SecurityApi.new
223
223
 
224
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
224
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
225
225
 
226
226
 
227
227
  begin
@@ -283,7 +283,7 @@ Name | Type | Description | Notes
283
283
  #### Data Point (Number) for Security
284
284
 
285
285
 
286
- $$v2_security_data_point_number_description$$
286
+ Returns a numeric value for the given `tag` for the Security with the given `identifier`
287
287
 
288
288
  [//]: # (END_OVERVIEW)
289
289
 
@@ -303,9 +303,9 @@ end
303
303
 
304
304
  security_api = Intrinio::SecurityApi.new
305
305
 
306
- identifier = "$$v2_security_data_point_identifier_default$$" # String | $$v2_security_data_point_identifier_description$$
306
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
307
307
 
308
- tag = "$$v2_security_data_point_item_number_default$$" # String | $$v2_security_data_point_item_description$$
308
+ tag = "close_price" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
309
309
 
310
310
 
311
311
  begin
@@ -327,8 +327,8 @@ end
327
327
 
328
328
  Name | Type | Description | Notes
329
329
  ------------- | ------------- | ------------- | -------------
330
- **identifier** | String| $$v2_security_data_point_identifier_description$$ | &nbsp;
331
- **tag** | String| $$v2_security_data_point_item_description$$ | &nbsp;
330
+ **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | &nbsp;
331
+ **tag** | String| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
332
332
 
333
333
  [//]: # (END_PARAMETERS)
334
334
 
@@ -368,7 +368,7 @@ Name | Type | Description | Notes
368
368
  #### Data Point (Text) for Security
369
369
 
370
370
 
371
- $$v2_security_data_point_text_description$$
371
+ Returns a text value for the given `tag` for the Security with the given `identifier`
372
372
 
373
373
  [//]: # (END_OVERVIEW)
374
374
 
@@ -388,9 +388,9 @@ end
388
388
 
389
389
  security_api = Intrinio::SecurityApi.new
390
390
 
391
- identifier = "$$v2_security_data_point_identifier_default$$" # String | $$v2_security_data_point_identifier_description$$
391
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
392
392
 
393
- tag = "$$v2_security_data_point_item_text_default$$" # String | An Intrinio data tag ID or code-name
393
+ tag = "figi" # String | An Intrinio data tag ID or code-name
394
394
 
395
395
 
396
396
  begin
@@ -412,7 +412,7 @@ end
412
412
 
413
413
  Name | Type | Description | Notes
414
414
  ------------- | ------------- | ------------- | -------------
415
- **identifier** | String| $$v2_security_data_point_identifier_description$$ | &nbsp;
415
+ **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | &nbsp;
416
416
  **tag** | String| An Intrinio data tag ID or code-name | &nbsp;
417
417
 
418
418
  [//]: # (END_PARAMETERS)
@@ -453,7 +453,7 @@ Name | Type | Description | Notes
453
453
  #### Historical Data for Security
454
454
 
455
455
 
456
- $$v2_security_historical_data_description$$
456
+ Returns historical values for the given `tag` and the Security with the given `identifier`
457
457
 
458
458
  [//]: # (END_OVERVIEW)
459
459
 
@@ -473,9 +473,9 @@ end
473
473
 
474
474
  security_api = Intrinio::SecurityApi.new
475
475
 
476
- identifier = "$$v2_security_historical_data_identifier_default$$" # String | $$v2_security_historical_data_identifier_description$$
476
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
477
477
 
478
- tag = "$$v2_security_historical_data_item_default$$" # String | $$v2_security_data_point_item_description$$
478
+ tag = "adj_close_price" # String | An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>)
479
479
 
480
480
  opts = {
481
481
  frequency: "daily", # String | Return historical data in the given frequency
@@ -506,8 +506,8 @@ end
506
506
 
507
507
  Name | Type | Description | Notes
508
508
  ------------- | ------------- | ------------- | -------------
509
- **identifier** | String| $$v2_security_historical_data_identifier_description$$ | &nbsp;
510
- **tag** | String| $$v2_security_data_point_item_description$$ | &nbsp;
509
+ **identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | &nbsp;
510
+ **tag** | String| An Intrinio data tag ID or code (&lt;a href&#x3D;&#39;https://data.intrinio.com/data-tags&#39;&gt;reference&lt;/a&gt;) | &nbsp;
511
511
  **frequency** | String| Return historical data in the given frequency | [optional] [default to daily] &nbsp;
512
512
  **type** | String| Filter by type, when applicable | [optional] &nbsp;
513
513
  **start_date** | Date| Get historical data on or after this date | [optional] &nbsp;
@@ -554,7 +554,7 @@ Name | Type | Description | Notes
554
554
  #### Intraday Stock Prices for Security
555
555
 
556
556
 
557
- $$v2_security_intraday_prices_description$$
557
+ Return intraday stock prices for the Security with the given `identifier`
558
558
 
559
559
  [//]: # (END_OVERVIEW)
560
560
 
@@ -574,7 +574,7 @@ end
574
574
 
575
575
  security_api = Intrinio::SecurityApi.new
576
576
 
577
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
577
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
578
578
 
579
579
  opts = {
580
580
  source: nil, # String | Return intraday prices from the specified data source
@@ -672,7 +672,7 @@ end
672
672
 
673
673
  security_api = Intrinio::SecurityApi.new
674
674
 
675
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
675
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
676
676
 
677
677
 
678
678
  begin
@@ -754,7 +754,7 @@ end
754
754
 
755
755
  security_api = Intrinio::SecurityApi.new
756
756
 
757
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
757
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
758
758
 
759
759
 
760
760
  begin
@@ -836,7 +836,7 @@ end
836
836
 
837
837
  security_api = Intrinio::SecurityApi.new
838
838
 
839
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
839
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
840
840
 
841
841
  opts = {
842
842
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -928,7 +928,7 @@ end
928
928
 
929
929
  security_api = Intrinio::SecurityApi.new
930
930
 
931
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
931
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
932
932
 
933
933
  opts = {
934
934
  period: 22, # Integer | The number of observations, per period, to calculate Average Daily Trading Volume
@@ -1022,7 +1022,7 @@ end
1022
1022
 
1023
1023
  security_api = Intrinio::SecurityApi.new
1024
1024
 
1025
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1025
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1026
1026
 
1027
1027
  opts = {
1028
1028
  period: 14, # Integer | The number of observations, per period, to calculate Average Directional Index
@@ -1116,7 +1116,7 @@ end
1116
1116
 
1117
1117
  security_api = Intrinio::SecurityApi.new
1118
1118
 
1119
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1119
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1120
1120
 
1121
1121
  opts = {
1122
1122
  short_period: 5, # Integer | The number of observations, per period, to calculate short period Simple Moving Average of the Awesome Oscillator
@@ -1212,7 +1212,7 @@ end
1212
1212
 
1213
1213
  security_api = Intrinio::SecurityApi.new
1214
1214
 
1215
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1215
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1216
1216
 
1217
1217
  opts = {
1218
1218
  period: 14, # Integer | The number of observations, per period, to calculate Average True Range
@@ -1306,7 +1306,7 @@ end
1306
1306
 
1307
1307
  security_api = Intrinio::SecurityApi.new
1308
1308
 
1309
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1309
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1310
1310
 
1311
1311
  opts = {
1312
1312
  period: 20, # Integer | The number of observations, per period, to calculate Bollinger Bands
@@ -1404,7 +1404,7 @@ end
1404
1404
 
1405
1405
  security_api = Intrinio::SecurityApi.new
1406
1406
 
1407
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1407
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1408
1408
 
1409
1409
  opts = {
1410
1410
  period: 20, # Integer | The number of observations, per period, to calculate Commodity Channel Index
@@ -1500,7 +1500,7 @@ end
1500
1500
 
1501
1501
  security_api = Intrinio::SecurityApi.new
1502
1502
 
1503
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1503
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1504
1504
 
1505
1505
  opts = {
1506
1506
  period: 20, # Integer | The number of observations, per period, to calculate Chaikin Money Flow
@@ -1594,7 +1594,7 @@ end
1594
1594
 
1595
1595
  security_api = Intrinio::SecurityApi.new
1596
1596
 
1597
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1597
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1598
1598
 
1599
1599
  opts = {
1600
1600
  period: 20, # Integer | The number of observations, per period, to calculate Donchian Channel
@@ -1690,7 +1690,7 @@ end
1690
1690
 
1691
1691
  security_api = Intrinio::SecurityApi.new
1692
1692
 
1693
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1693
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1694
1694
 
1695
1695
  opts = {
1696
1696
  period: 20, # Integer | The number of observations, per period, to calculate Detrended Price Oscillator
@@ -1786,7 +1786,7 @@ end
1786
1786
 
1787
1787
  security_api = Intrinio::SecurityApi.new
1788
1788
 
1789
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1789
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1790
1790
 
1791
1791
  opts = {
1792
1792
  period: 20, # Integer | The number of observations, per period, to calculate Ease of Movement
@@ -1880,7 +1880,7 @@ end
1880
1880
 
1881
1881
  security_api = Intrinio::SecurityApi.new
1882
1882
 
1883
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1883
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1884
1884
 
1885
1885
  opts = {
1886
1886
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -1972,7 +1972,7 @@ end
1972
1972
 
1973
1973
  security_api = Intrinio::SecurityApi.new
1974
1974
 
1975
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1975
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
1976
1976
 
1977
1977
  opts = {
1978
1978
  low_period: 9, # Integer | The number of observations, per period, to calculate Tenkan Sen (Conversion Line) of Ichimoku Kinko Hyo
@@ -2070,7 +2070,7 @@ end
2070
2070
 
2071
2071
  security_api = Intrinio::SecurityApi.new
2072
2072
 
2073
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2073
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2074
2074
 
2075
2075
  opts = {
2076
2076
  period: 10, # Integer | The number of observations, per period, to calculate Kelter Channel
@@ -2164,7 +2164,7 @@ end
2164
2164
 
2165
2165
  security_api = Intrinio::SecurityApi.new
2166
2166
 
2167
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2167
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2168
2168
 
2169
2169
  opts = {
2170
2170
  roc1: 10, # Integer | The number of observations, per period, to calculate the rate-of-change for RCMA1
@@ -2274,7 +2274,7 @@ end
2274
2274
 
2275
2275
  security_api = Intrinio::SecurityApi.new
2276
2276
 
2277
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2277
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2278
2278
 
2279
2279
  opts = {
2280
2280
  fast_period: 12, # Integer | The number of observations, per period, to calculate the fast moving Exponential Moving Average for Moving Average Convergence Divergence
@@ -2374,7 +2374,7 @@ end
2374
2374
 
2375
2375
  security_api = Intrinio::SecurityApi.new
2376
2376
 
2377
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2377
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2378
2378
 
2379
2379
  opts = {
2380
2380
  period: 14, # Integer | The number of observations, per period, to calculate Money Flow Index
@@ -2468,7 +2468,7 @@ end
2468
2468
 
2469
2469
  security_api = Intrinio::SecurityApi.new
2470
2470
 
2471
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2471
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2472
2472
 
2473
2473
  opts = {
2474
2474
  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
@@ -2564,7 +2564,7 @@ end
2564
2564
 
2565
2565
  security_api = Intrinio::SecurityApi.new
2566
2566
 
2567
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2567
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2568
2568
 
2569
2569
  opts = {
2570
2570
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -2656,7 +2656,7 @@ end
2656
2656
 
2657
2657
  security_api = Intrinio::SecurityApi.new
2658
2658
 
2659
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2659
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2660
2660
 
2661
2661
  opts = {
2662
2662
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -2748,7 +2748,7 @@ end
2748
2748
 
2749
2749
  security_api = Intrinio::SecurityApi.new
2750
2750
 
2751
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2751
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2752
2752
 
2753
2753
  opts = {
2754
2754
  period: 10, # Integer | The number of observations, per period, to calculate On-balance Volume Mean
@@ -2842,7 +2842,7 @@ end
2842
2842
 
2843
2843
  security_api = Intrinio::SecurityApi.new
2844
2844
 
2845
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2845
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2846
2846
 
2847
2847
  opts = {
2848
2848
  period: 14, # Integer | The number of observations, per period, to calculate Relative Strength Index
@@ -2938,7 +2938,7 @@ end
2938
2938
 
2939
2939
  security_api = Intrinio::SecurityApi.new
2940
2940
 
2941
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2941
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
2942
2942
 
2943
2943
  opts = {
2944
2944
  period: 20, # Integer | The number of observations, per period, to calculate Simple Moving Average
@@ -3034,7 +3034,7 @@ end
3034
3034
 
3035
3035
  security_api = Intrinio::SecurityApi.new
3036
3036
 
3037
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3037
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3038
3038
 
3039
3039
  opts = {
3040
3040
  period: 14, # Integer | The number of observations, per period, to calculate %K of Stochastic Oscillator
@@ -3130,7 +3130,7 @@ end
3130
3130
 
3131
3131
  security_api = Intrinio::SecurityApi.new
3132
3132
 
3133
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3133
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3134
3134
 
3135
3135
  opts = {
3136
3136
  period: 15, # Integer | The number of observations, per period, to calculate Exponential Moving Average for Triple Exponential Average
@@ -3224,7 +3224,7 @@ end
3224
3224
 
3225
3225
  security_api = Intrinio::SecurityApi.new
3226
3226
 
3227
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3227
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3228
3228
 
3229
3229
  opts = {
3230
3230
  low_period: 13, # Integer | The number of observations, per period, to calculate low period Exponential Moving Average for smoothing in True Strength Index
@@ -3322,7 +3322,7 @@ end
3322
3322
 
3323
3323
  security_api = Intrinio::SecurityApi.new
3324
3324
 
3325
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3325
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3326
3326
 
3327
3327
  opts = {
3328
3328
  short_period: 7, # Integer | The number of observations, per period, to calculate the short period for Ultimate Oscillator
@@ -3426,7 +3426,7 @@ end
3426
3426
 
3427
3427
  security_api = Intrinio::SecurityApi.new
3428
3428
 
3429
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3429
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3430
3430
 
3431
3431
  opts = {
3432
3432
  period: 14, # Integer | The number of observations, per period, to calculate Vortex Indicator
@@ -3520,7 +3520,7 @@ end
3520
3520
 
3521
3521
  security_api = Intrinio::SecurityApi.new
3522
3522
 
3523
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3523
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3524
3524
 
3525
3525
  opts = {
3526
3526
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -3612,7 +3612,7 @@ end
3612
3612
 
3613
3613
  security_api = Intrinio::SecurityApi.new
3614
3614
 
3615
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3615
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3616
3616
 
3617
3617
  opts = {
3618
3618
  start_date: "2018-01-01", # String | Return technical indicator values on or after the date
@@ -3704,7 +3704,7 @@ end
3704
3704
 
3705
3705
  security_api = Intrinio::SecurityApi.new
3706
3706
 
3707
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3707
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3708
3708
 
3709
3709
  opts = {
3710
3710
  period: 14, # Integer | The number of observations, per period, to look-back when calculating Williams %R
@@ -3798,7 +3798,7 @@ end
3798
3798
 
3799
3799
  security_api = Intrinio::SecurityApi.new
3800
3800
 
3801
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3801
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3802
3802
 
3803
3803
  opts = {
3804
3804
  source: nil # String | Return the realtime price from the specified data source. If no source is specified, the best source available is used.
@@ -3884,7 +3884,7 @@ end
3884
3884
 
3885
3885
  security_api = Intrinio::SecurityApi.new
3886
3886
 
3887
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3887
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3888
3888
 
3889
3889
  opts = {
3890
3890
  start_date: Date.parse("2018-01-01"), # Date | Return price adjustments on or after the date
@@ -3976,7 +3976,7 @@ end
3976
3976
 
3977
3977
  security_api = Intrinio::SecurityApi.new
3978
3978
 
3979
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3979
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
3980
3980
 
3981
3981
  opts = {
3982
3982
  start_date: Date.parse("2018-01-01"), # Date | Return prices on or after the date
@@ -4070,7 +4070,7 @@ end
4070
4070
 
4071
4071
  security_api = Intrinio::SecurityApi.new
4072
4072
 
4073
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4073
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4074
4074
 
4075
4075
  opts = {
4076
4076
  start_date: nil, # String | Limit ratings to those on or after this date
@@ -4188,7 +4188,7 @@ end
4188
4188
 
4189
4189
  security_api = Intrinio::SecurityApi.new
4190
4190
 
4191
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4191
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4192
4192
 
4193
4193
  opts = {
4194
4194
  date: nil # String | Lookup a historical snapshot on the given date
@@ -4274,7 +4274,7 @@ end
4274
4274
 
4275
4275
  security_api = Intrinio::SecurityApi.new
4276
4276
 
4277
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4277
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4278
4278
 
4279
4279
  opts = {
4280
4280
  page_size: 100, # Integer | The number of results to return
@@ -4362,7 +4362,7 @@ end
4362
4362
 
4363
4363
  security_api = Intrinio::SecurityApi.new
4364
4364
 
4365
- identifier = "$$v2_ticker_default$$" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4365
+ identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
4366
4366
 
4367
4367
  opts = {
4368
4368
  page_size: 100, # Integer | The number of results to return