Sha256: 12a351584ccb0561178c965ffbdd3e4c6705c3d133f0b237046e7175610fbcf3
Contents?: true
Size: 1.34 KB
Versions: 8
Compression:
Stored size: 1.34 KB
Contents
# FinnhubRuby::StockSymbol ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | Symbol description | [optional] | | **display_symbol** | **String** | Display symbol name. | [optional] | | **symbol** | **String** | Unique symbol used to identify this symbol used in <code>/stock/candle</code> endpoint. | [optional] | | **type** | **String** | Security type. | [optional] | | **mic** | **String** | Primary exchange's MIC. | [optional] | | **figi** | **String** | FIGI identifier. | [optional] | | **share_class_figi** | **String** | Global Share Class FIGI. | [optional] | | **currency** | **String** | Price's currency. This might be different from the reporting currency of fundamental data. | [optional] | | **symbol2** | **String** | Alternative ticker for exchanges with multiple tickers for 1 stock such as BSE. | [optional] | | **isin** | **String** | ISIN. This field is only available for EU stocks and selected Asian markets. Entitlement from Finnhub is required to access this field. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::StockSymbol.new( description: null, display_symbol: null, symbol: null, type: null, mic: null, figi: null, share_class_figi: null, currency: null, symbol2: null, isin: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems