intrinio-sdk 5.6.0 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/docs/CompanyApi.md +15 -15
- data/docs/DataPointApi.md +10 -10
- data/docs/HistoricalDataApi.md +5 -5
- data/docs/SecurityApi.md +57 -57
- data/docs/StockExchangeApi.md +5 -5
- data/docs/TechnicalApi.md +31 -31
- data/docs/ZacksApi.md +1 -1
- data/lib/intrinio-sdk/api/company_api.rb +18 -18
- data/lib/intrinio-sdk/api/data_point_api.rb +12 -12
- data/lib/intrinio-sdk/api/historical_data_api.rb +6 -6
- data/lib/intrinio-sdk/api/security_api.rb +22 -22
- data/lib/intrinio-sdk/api/stock_exchange_api.rb +2 -2
- data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +2 -2
- data/lib/intrinio-sdk/version.rb +1 -1
- data/spec/api/company_api_spec.rb +9 -9
- data/spec/api/data_point_api_spec.rb +6 -6
- data/spec/api/historical_data_api_spec.rb +3 -3
- data/spec/api/security_api_spec.rb +9 -9
- data/spec/models/api_response_security_intraday_prices_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bd6bcfb6990e71acd55bc8813d9f9ff20ae78fd
|
4
|
+
data.tar.gz: 592fe4084c9052893d947d4b00f01a516a345d08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
12
|
+
- Package version: 5.6.1
|
13
13
|
|
14
14
|
|
15
15
|
## Installation
|
data/docs/CompanyApi.md
CHANGED
@@ -317,7 +317,7 @@ Name | Type | Description | Notes
|
|
317
317
|
#### Data Point (Number) for Company
|
318
318
|
|
319
319
|
|
320
|
-
|
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 = "
|
340
|
+
identifier = "AAPL" # String | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
341
341
|
|
342
|
-
tag = "
|
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|
|
365
|
-
**tag** | String|
|
364
|
+
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
|
365
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
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
|
-
|
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 = "
|
425
|
+
identifier = "AAPL" # String | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
426
426
|
|
427
|
-
tag = "
|
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|
|
450
|
-
**tag** | String|
|
449
|
+
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
|
450
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
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
|
-
|
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 = "
|
708
|
+
identifier = "AAPL" # String | A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
709
709
|
|
710
|
-
tag = "
|
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|
|
742
|
-
**tag** | String|
|
741
|
+
**identifier** | String| A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
|
742
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
743
743
|
**frequency** | String| Return historical data in the given frequency | [optional] [default to daily]
|
744
744
|
**type** | String| Return historical data for given fiscal period type | [optional]
|
745
745
|
**start_date** | Date| Return historical data on or after this date | [optional]
|
data/docs/DataPointApi.md
CHANGED
@@ -38,7 +38,7 @@ Method | HTTP request | Description
|
|
38
38
|
#### Data Point (Number)
|
39
39
|
|
40
40
|
|
41
|
-
|
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 = "
|
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 = "
|
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|
|
86
|
-
**tag** | String|
|
85
|
+
**identifier** | String| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) |
|
86
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
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
|
-
|
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 = "
|
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 = "
|
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|
|
171
|
-
**tag** | String|
|
170
|
+
**identifier** | String| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) |
|
171
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
172
172
|
|
173
173
|
[//]: # (END_PARAMETERS)
|
174
174
|
|
data/docs/HistoricalDataApi.md
CHANGED
@@ -37,7 +37,7 @@ Method | HTTP request | Description
|
|
37
37
|
#### Historical Data
|
38
38
|
|
39
39
|
|
40
|
-
|
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 = "
|
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 = "
|
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|
|
94
|
-
**tag** | String|
|
93
|
+
**identifier** | String| An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, CIK, LEI, Intrinio ID) |
|
94
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
95
95
|
**frequency** | String| Return historical data in the given frequency | [optional] [default to daily]
|
96
96
|
**type** | String| Filter by type, when applicable | [optional]
|
97
97
|
**start_date** | Date| Get historical data on or after this date | [optional]
|
data/docs/SecurityApi.md
CHANGED
@@ -221,7 +221,7 @@ end
|
|
221
221
|
|
222
222
|
security_api = Intrinio::SecurityApi.new
|
223
223
|
|
224
|
-
identifier = "
|
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
|
-
|
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 = "
|
306
|
+
identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
307
307
|
|
308
|
-
tag = "
|
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|
|
331
|
-
**tag** | String|
|
330
|
+
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
331
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
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
|
-
|
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 = "
|
391
|
+
identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
392
392
|
|
393
|
-
tag = "
|
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|
|
415
|
+
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
416
416
|
**tag** | String| An Intrinio data tag ID or code-name |
|
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
|
-
|
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 = "
|
476
|
+
identifier = "AAPL" # String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
477
477
|
|
478
|
-
tag = "
|
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|
|
510
|
-
**tag** | String|
|
509
|
+
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
|
510
|
+
**tag** | String| An Intrinio data tag ID or code (<a href='https://data.intrinio.com/data-tags'>reference</a>) |
|
511
511
|
**frequency** | String| Return historical data in the given frequency | [optional] [default to daily]
|
512
512
|
**type** | String| Filter by type, when applicable | [optional]
|
513
513
|
**start_date** | Date| Get historical data on or after this date | [optional]
|
@@ -554,7 +554,7 @@ Name | Type | Description | Notes
|
|
554
554
|
#### Intraday Stock Prices for Security
|
555
555
|
|
556
556
|
|
557
|
-
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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 = "
|
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
|