Class: Crawlora::SecEdgarGroup
- Inherits:
-
Object
- Object
- Crawlora::SecEdgarGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ SecEdgarGroup
constructor
A new instance of SecEdgarGroup.
- #sec_company_intelligence ⇒ Object
- #sec_company_search ⇒ Object
- #sec_company_submissions ⇒ Object
- #sec_filing ⇒ Object
- #sec_filing_sections ⇒ Object
- #sec_financials ⇒ Object
- #sec_frames ⇒ Object
- #sec_full_text_search ⇒ Object
- #sec_insider ⇒ Object
- #sec_institutional_holdings ⇒ Object
Constructor Details
#initialize ⇒ SecEdgarGroup
Returns a new instance of SecEdgarGroup.
556 |
# File 'sig/crawlora.rbs', line 556
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#sec_company_intelligence ⇒ Object
557 |
# File 'sig/crawlora.rbs', line 557
def sec_company_intelligence: (?cik: String, ?ticker: String, ?enrich: "market" | "news" | "hiring", ?ats: "greenhouse" | "lever" | "ashby" | "workday" | "smartrecruiters", ?careers_slug: String, ?tenant: String, ?datacenter: String, ?site: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_company_search ⇒ Object
558 |
# File 'sig/crawlora.rbs', line 558
def sec_company_search: (?q: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_company_submissions ⇒ Object
559 |
# File 'sig/crawlora.rbs', line 559
def sec_company_submissions: (?cik: String, ?ticker: String, ?form: String, ?from: String, ?to: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_filing ⇒ Object
560 |
# File 'sig/crawlora.rbs', line 560
def sec_filing: (?cik: String, ?ticker: String, ?accession: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_filing_sections ⇒ Object
561 |
# File 'sig/crawlora.rbs', line 561
def sec_filing_sections: (?cik: String, ?ticker: String, ?accession: String, ?items: String, ?max_chars: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_financials ⇒ Object
562 |
# File 'sig/crawlora.rbs', line 562
def sec_financials: (?cik: String, ?ticker: String, ?statement: "income" | "balance" | "cash_flow", ?period: "annual" | "quarterly", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_frames ⇒ Object
563 |
# File 'sig/crawlora.rbs', line 563
def sec_frames: (?concept: String, ?period: String, ?unit: String, ?taxonomy: "dei" | "ifrs-full" | "srt" | "us-gaap", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_full_text_search ⇒ Object
564 |
# File 'sig/crawlora.rbs', line 564
def sec_full_text_search: (?q: String, ?forms: String, ?from: String, ?to: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_insider ⇒ Object
565 |
# File 'sig/crawlora.rbs', line 565
def sec_insider: (?cik: String, ?ticker: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sec_institutional_holdings ⇒ Object
566 |
# File 'sig/crawlora.rbs', line 566
def sec_institutional_holdings: (?cik: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|