Sha256: 43d24ec0c6c71b0d8bbb982598a5fb344846301dc1604bfb4483ea878fadbd13
Contents?: true
Size: 770 Bytes
Versions: 15
Compression:
Stored size: 770 Bytes
Contents
# FinnhubRuby::StockTranscripts ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Transcript's ID used to get the <a href=\"#transcripts\">full transcript</a>. | [optional] | | **title** | **String** | Title. | [optional] | | **time** | **String** | Time of the event. | [optional] | | **year** | **Integer** | Year of earnings result in the case of earnings call transcript. | [optional] | | **quarter** | **Integer** | Quarter of earnings result in the case of earnings call transcript. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::StockTranscripts.new( id: null, title: null, time: null, year: null, quarter: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems