spec/api/security_api_spec.rb in intrinio-sdk-6.31.0 vs spec/api/security_api_spec.rb in intrinio-sdk-6.32.0
- old
+ new
@@ -1,11 +1,11 @@
=begin
#Intrinio API
#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://docs.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.
-OpenAPI spec version: 2.70.0
+OpenAPI spec version: 2.72.2
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset
=end
@@ -205,11 +205,11 @@
# @option opts [String] :source Return intervals from the specified data source
# @option opts [Date] :start_date Return intervals starting at the specified date
# @option opts [String] :start_time Return intervals starting at the specified time on the `start_date` (24-hour in 'hh:mm:ss' format)
# @option opts [Date] :end_date Return intervals stopping at the specified date
# @option opts [String] :end_time Return intervals stopping at the specified time on the `end_date` (24-hour in 'hh:mm:ss' format)
- # @option opts [String] :timezone Returns trading times in this timezone
+ # @option opts [String] :timezone Interprets the input times in this time zone, as well as returns times in this timezone.
# @option opts [Integer] :page_size The number of results to return
# @option opts [BOOLEAN] :split_adjusted Whether to return the values adjusted for splits or not. Default is false.
# @option opts [BOOLEAN] :include_quote_only_bars If true, also include bars where no trades occurred but quotes did.
# @option opts [String] :next_page Gets the next page of data from a previous API call
# @return [ApiResponseSecurityIntervalPrices]
@@ -813,10 +813,10 @@
end
end
# unit tests for get_security_quote
# Quote for a Security
- # Return a current pricing quote for a security across multiple sources.
+ # Returns many popular metrics for a security from multiple products conveniently in one API. Realtime stock price data requires at least one realtime product subscription (IEX, NASDAQ Basic, and/or Delayed SIP). If you are subscribed to multiple realtime stock price products, the api will return the most recent realtime stock price. Previous close price and percent change fields require both an EoD US Stock Price subscription and a realtime stock price subscription. Market_cap, price_to_earnings, and dividendyield data fields require a fundamentals subscription.
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
# @param [Hash] opts the optional parameters
# @option opts [BOOLEAN] :active_only Whether to return only realtime prices from today.
# @option opts [String] :source Return the realtime price from the specified source instead of the most recent.
# @option opts [String] :next_page Gets the next page of data from a previous API call