Sha256: fbdb3ba60b3c5e43a21bb1a9b7e76d2625ffc3acc9b0f18f3919c45ed6cec6e0
Contents?: true
Size: 1.15 KB
Versions: 15
Compression:
Stored size: 1.15 KB
Contents
# FinnhubRuby::Report ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **access_number** | **String** | Access number. | [optional] | | **symbol** | **String** | Symbol. | [optional] | | **cik** | **String** | CIK. | [optional] | | **year** | **Integer** | Year. | [optional] | | **quarter** | **Integer** | Quarter. | [optional] | | **form** | **String** | Form type. | [optional] | | **start_date** | **String** | Period start date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] | | **end_date** | **String** | Period end date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] | | **filed_date** | **String** | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] | | **accepted_date** | **String** | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] | | **report** | **Object** | | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::Report.new( access_number: null, symbol: null, cik: null, year: null, quarter: null, form: null, start_date: null, end_date: null, filed_date: null, accepted_date: null, report: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems