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

Version Path
finnhub_ruby-1.1.19 docs/Report.md
finnhub_ruby-1.1.18 docs/Report.md
finnhub_ruby-1.1.17 docs/Report.md
finnhub_ruby-1.1.16 docs/Report.md
finnhub_ruby-1.1.15 docs/Report.md
finnhub_ruby-1.1.14 docs/Report.md
finnhub_ruby-1.1.13 docs/Report.md
finnhub_ruby-1.1.12 docs/Report.md
finnhub_ruby-1.1.11 docs/Report.md
finnhub_ruby-1.1.10 docs/Report.md
finnhub_ruby-1.1.9 docs/Report.md
finnhub_ruby-1.1.8 docs/Report.md
finnhub_ruby-1.1.7 docs/Report.md
finnhub_ruby-1.1.6 docs/Report.md
finnhub_ruby-1.1.5 docs/Report.md