Intrinio::MarketApi
All URIs are relative to https://api-v2.intrinio.com
Method | HTTP request | Description |
---|---|---|
get_market_status | GET /market/status | Market Status |
get_market_status
View Intrinio API Documentation
MarketStatusResult get_market_status
Market Status
Returns the market status.
Example
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
market_api = Intrinio::MarketApi.new
result = market_api.get_market_status
pp result
Parameters
This endpoint does not need any parameter.