intrinio-sdk 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -2
  3. data/docs/ApiResponseForexCurrencies.md +8 -0
  4. data/docs/ApiResponseForexPairs.md +8 -0
  5. data/docs/ApiResponseForexPrices.md +10 -0
  6. data/docs/ForexApi.md +138 -0
  7. data/docs/ForexCurrency.md +10 -0
  8. data/docs/ForexPair.md +10 -0
  9. data/docs/ForexPrice.md +17 -0
  10. data/intrinio-sdk-2.0.0.gem +0 -0
  11. data/intrinio-sdk.gemspec +1 -1
  12. data/lib/intrinio-sdk.rb +8 -1
  13. data/lib/intrinio-sdk/api/company_api.rb +1 -1
  14. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  15. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  16. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  17. data/lib/intrinio-sdk/api/forex_api.rb +208 -0
  18. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  19. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  20. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  21. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  22. data/lib/intrinio-sdk/api/security_api.rb +1 -1
  23. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  24. data/lib/intrinio-sdk/api_client.rb +1 -1
  25. data/lib/intrinio-sdk/api_error.rb +1 -1
  26. data/lib/intrinio-sdk/configuration.rb +1 -1
  27. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  28. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  29. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  30. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  31. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  32. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  33. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  34. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  35. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  36. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  37. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  38. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  39. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  40. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  41. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  42. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +190 -0
  43. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +190 -0
  44. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +210 -0
  45. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  46. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  47. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  48. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  49. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  50. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  51. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  52. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  53. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  54. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  68. data/lib/intrinio-sdk/models/company.rb +1 -1
  69. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  70. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  71. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  72. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  73. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  74. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  75. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  76. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  77. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  78. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  79. data/lib/intrinio-sdk/models/filing.rb +1 -1
  80. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  81. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  82. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  83. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  84. data/lib/intrinio-sdk/models/forex_currency.rb +209 -0
  85. data/lib/intrinio-sdk/models/forex_pair.rb +209 -0
  86. data/lib/intrinio-sdk/models/forex_price.rb +279 -0
  87. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  88. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  89. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  90. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  91. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  92. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  93. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  94. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  95. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  96. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  97. data/lib/intrinio-sdk/models/security.rb +1 -1
  98. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  99. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  100. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  101. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  102. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  103. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  104. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  105. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  106. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  107. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  108. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  109. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  110. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  111. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  112. data/lib/intrinio-sdk/version.rb +2 -2
  113. data/spec/api/forex_api_spec.rb +77 -0
  114. data/spec/models/api_response_forex_currencies_spec.rb +42 -0
  115. data/spec/models/api_response_forex_pairs_spec.rb +42 -0
  116. data/spec/models/api_response_forex_prices_spec.rb +54 -0
  117. data/spec/models/forex_currency_spec.rb +54 -0
  118. data/spec/models/forex_pair_spec.rb +54 -0
  119. data/spec/models/forex_price_spec.rb +96 -0
  120. metadata +31 -2
@@ -0,0 +1,279 @@
1
+ =begin
2
+ #Intrinio API
3
+
4
+ #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
+
6
+ OpenAPI spec version: 2.2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Intrinio
16
+ # A Forex Price
17
+ class ForexPrice
18
+ # The timestamp of the beginning of the timeframe. The open prices would be at this time, while close prices would be at this time plus the timeframe.
19
+ attr_accessor :occurred_at
20
+
21
+ # Open bid
22
+ attr_accessor :open_bid
23
+
24
+ # High bid
25
+ attr_accessor :high_bid
26
+
27
+ # Low bid
28
+ attr_accessor :low_bid
29
+
30
+ # Close bid
31
+ attr_accessor :close_bid
32
+
33
+ # Open ask
34
+ attr_accessor :open_ask
35
+
36
+ # High ask
37
+ attr_accessor :high_ask
38
+
39
+ # Low ask
40
+ attr_accessor :low_ask
41
+
42
+ # Close ask
43
+ attr_accessor :close_ask
44
+
45
+ # Total ticks
46
+ attr_accessor :total_ticks
47
+
48
+
49
+ # Attribute mapping from ruby-style variable name to JSON key.
50
+ def self.attribute_map
51
+ {
52
+ :'occurred_at' => :'occurred_at',
53
+ :'open_bid' => :'open_bid',
54
+ :'high_bid' => :'high_bid',
55
+ :'low_bid' => :'low_bid',
56
+ :'close_bid' => :'close_bid',
57
+ :'open_ask' => :'open_ask',
58
+ :'high_ask' => :'high_ask',
59
+ :'low_ask' => :'low_ask',
60
+ :'close_ask' => :'close_ask',
61
+ :'total_ticks' => :'total_ticks'
62
+ }
63
+ end
64
+
65
+ # Attribute type mapping.
66
+ def self.swagger_types
67
+ {
68
+ :'occurred_at' => :'String',
69
+ :'open_bid' => :'Float',
70
+ :'high_bid' => :'Float',
71
+ :'low_bid' => :'Float',
72
+ :'close_bid' => :'Float',
73
+ :'open_ask' => :'Float',
74
+ :'high_ask' => :'Float',
75
+ :'low_ask' => :'Float',
76
+ :'close_ask' => :'Float',
77
+ :'total_ticks' => :'Integer'
78
+ }
79
+ end
80
+
81
+ # Initializes the object
82
+ # @param [Hash] attributes Model attributes in the form of hash
83
+ def initialize(attributes = {})
84
+ return unless attributes.is_a?(Hash)
85
+
86
+ # convert string to symbol for hash key
87
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
88
+
89
+ if attributes.has_key?(:'occurred_at')
90
+ self.occurred_at = attributes[:'occurred_at']
91
+ end
92
+
93
+ if attributes.has_key?(:'open_bid')
94
+ self.open_bid = attributes[:'open_bid']
95
+ end
96
+
97
+ if attributes.has_key?(:'high_bid')
98
+ self.high_bid = attributes[:'high_bid']
99
+ end
100
+
101
+ if attributes.has_key?(:'low_bid')
102
+ self.low_bid = attributes[:'low_bid']
103
+ end
104
+
105
+ if attributes.has_key?(:'close_bid')
106
+ self.close_bid = attributes[:'close_bid']
107
+ end
108
+
109
+ if attributes.has_key?(:'open_ask')
110
+ self.open_ask = attributes[:'open_ask']
111
+ end
112
+
113
+ if attributes.has_key?(:'high_ask')
114
+ self.high_ask = attributes[:'high_ask']
115
+ end
116
+
117
+ if attributes.has_key?(:'low_ask')
118
+ self.low_ask = attributes[:'low_ask']
119
+ end
120
+
121
+ if attributes.has_key?(:'close_ask')
122
+ self.close_ask = attributes[:'close_ask']
123
+ end
124
+
125
+ if attributes.has_key?(:'total_ticks')
126
+ self.total_ticks = attributes[:'total_ticks']
127
+ end
128
+
129
+ end
130
+
131
+ # Show invalid properties with the reasons. Usually used together with valid?
132
+ # @return Array for valid properties with the reasons
133
+ def list_invalid_properties
134
+ invalid_properties = Array.new
135
+ return invalid_properties
136
+ end
137
+
138
+ # Check to see if the all the properties in the model are valid
139
+ # @return true if the model is valid
140
+ def valid?
141
+ return true
142
+ end
143
+
144
+ # Checks equality by comparing each attribute.
145
+ # @param [Object] Object to be compared
146
+ def ==(o)
147
+ return true if self.equal?(o)
148
+ self.class == o.class &&
149
+ occurred_at == o.occurred_at &&
150
+ open_bid == o.open_bid &&
151
+ high_bid == o.high_bid &&
152
+ low_bid == o.low_bid &&
153
+ close_bid == o.close_bid &&
154
+ open_ask == o.open_ask &&
155
+ high_ask == o.high_ask &&
156
+ low_ask == o.low_ask &&
157
+ close_ask == o.close_ask &&
158
+ total_ticks == o.total_ticks
159
+ end
160
+
161
+ # @see the `==` method
162
+ # @param [Object] Object to be compared
163
+ def eql?(o)
164
+ self == o
165
+ end
166
+
167
+ # Calculates hash code according to all attributes.
168
+ # @return [Fixnum] Hash code
169
+ def hash
170
+ [occurred_at, open_bid, high_bid, low_bid, close_bid, open_ask, high_ask, low_ask, close_ask, total_ticks].hash
171
+ end
172
+
173
+ # Builds the object from hash
174
+ # @param [Hash] attributes Model attributes in the form of hash
175
+ # @return [Object] Returns the model itself
176
+ def build_from_hash(attributes)
177
+ return nil unless attributes.is_a?(Hash)
178
+ self.class.swagger_types.each_pair do |key, type|
179
+ if type =~ /\AArray<(.*)>/i
180
+ # check to ensure the input is an array given that the the attribute
181
+ # is documented as an array but the input is not
182
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
183
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
184
+ end
185
+ elsif !attributes[self.class.attribute_map[key]].nil?
186
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
187
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
188
+ end
189
+
190
+ self
191
+ end
192
+
193
+ # Deserializes the data based on type
194
+ # @param string type Data type
195
+ # @param string value Value to be deserialized
196
+ # @return [Object] Deserialized data
197
+ def _deserialize(type, value)
198
+ case type.to_sym
199
+ when :DateTime
200
+ DateTime.parse(value)
201
+ when :Date
202
+ Date.parse(value)
203
+ when :String
204
+ value.to_s
205
+ when :Integer
206
+ value.to_i
207
+ when :Float
208
+ value.to_f
209
+ when :BOOLEAN
210
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
211
+ true
212
+ else
213
+ false
214
+ end
215
+ when :Object
216
+ # generic object (usually a Hash), return directly
217
+ value
218
+ when /\AArray<(?<inner_type>.+)>\z/
219
+ inner_type = Regexp.last_match[:inner_type]
220
+ value.map { |v| _deserialize(inner_type, v) }
221
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
222
+ k_type = Regexp.last_match[:k_type]
223
+ v_type = Regexp.last_match[:v_type]
224
+ {}.tap do |hash|
225
+ value.each do |k, v|
226
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
227
+ end
228
+ end
229
+ else # model
230
+ temp_model = Intrinio.const_get(type).new
231
+ temp_model.build_from_hash(value)
232
+ end
233
+ end
234
+
235
+ # Returns the string representation of the object
236
+ # @return [String] String presentation of the object
237
+ def to_s
238
+ to_hash.to_s
239
+ end
240
+
241
+ # to_body is an alias to to_hash (backward compatibility)
242
+ # @return [Hash] Returns the object in the form of hash
243
+ def to_body
244
+ to_hash
245
+ end
246
+
247
+ # Returns the object in the form of hash
248
+ # @return [Hash] Returns the object in the form of hash
249
+ def to_hash
250
+ hash = {}
251
+ self.class.attribute_map.each_pair do |attr, param|
252
+ value = self.send(attr)
253
+ next if value.nil?
254
+ hash[param] = _to_hash(value)
255
+ end
256
+ hash
257
+ end
258
+
259
+ # Outputs non-array value in the form of hash
260
+ # For object, use to_hash. Otherwise, just return the value
261
+ # @param [Object] value Any valid value
262
+ # @return [Hash] Returns the value in the form of hash
263
+ def _to_hash(value)
264
+ if value.is_a?(Array)
265
+ value.compact.map{ |v| _to_hash(v) }
266
+ elsif value.is_a?(Hash)
267
+ {}.tap do |hash|
268
+ value.each { |k, v| hash[k] = _to_hash(v) }
269
+ end
270
+ elsif value.respond_to? :to_hash
271
+ value.to_hash
272
+ else
273
+ value
274
+ end
275
+ end
276
+
277
+ end
278
+
279
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT