Sha256: 04ad37edc05492d4a67cee0cf88258214643180ce00c0ba4916acf5cd63af8e8
Contents?: true
Size: 625 Bytes
Versions: 6
Compression:
Stored size: 625 Bytes
Contents
# FinnhubRuby::InsiderSentimentsData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | Symbol. | [optional] | | **year** | **Integer** | Year. | [optional] | | **month** | **Integer** | Month. | [optional] | | **change** | **Integer** | Net buying/selling from all insiders' transactions. | [optional] | | **mspr** | **Float** | Monthly share purchase ratio. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::InsiderSentimentsData.new( symbol: null, year: null, month: null, change: null, mspr: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems