EDGAR (edgar_client v0.3.0)
Link to this section Summary
Functions
Fetches a CIK for a given ticker
Fetches company concepts for a given CIK and concept (taxonomy, tag)
Fetches company facts for a given CIK
Fetches a list of company tickers
Fetches the entity directory
Fetches the filing directory
Fetches a list of filings from the submissions file
Fetches a list of filings from the submissions file by form
Fetches frames for a given taxonomy, concept, unit, and period
Parses a 13F filing primary document
Parses a 13F filing from a given url
Parses a 13F filing for a given CIK and accession number
Parses a 13F filing table
Parses a 13F filing table from a given url
Callback implementation for Application.start/2
.
Fetches submissions for a given CIK
Link to this section Functions
cik_for_ticker(ticker)
Fetches a CIK for a given ticker
required
Required
ticker
- The ticker of the company
company_concept(cik, taxonomy, tag)
Fetches company concepts for a given CIK and concept (taxonomy, tag)
required
Required
cik
- The CIK of the entitytaxonomy
- The taxonomy of the concepttag
- The tag of the concept
company_facts(cik)
Fetches company facts for a given CIK
required
Required
cik
- The CIK of the entity
company_tickers()
Fetches a list of company tickers
entity_directory(cik)
Fetches the entity directory
required
Required
cik
- The CIK of the entity
filing_directory(cik, accession_number)
Fetches the filing directory
required
Required
cik
- The CIK of the entityaccession_number
- The accession number of the filing
filings(cik)
Fetches a list of filings from the submissions file
required
Required
cik
- The CIK of the entity
filings_by_forms(cik, forms)
Fetches a list of filings from the submissions file by form
required
Required
cik
- The CIK of the entityforms
- The forms to filter by
frames(taxonomy, tag, unit, period)
Fetches frames for a given taxonomy, concept, unit, and period
required
Required
taxonomy
- The taxonomy of the concepttag
- The tag of the conceptunit
- The unit of the conceptperiod
- The period of the concept
parse_13f_document(document)
Parses a 13F filing primary document
required
Required
document
- The document xml to parse
parse_13f_document_from_url(url)
Parses a 13F filing from a given url
required
Required
url
- The url of the 13F document filing
parse_13f_filing(cik, accession_number)
Parses a 13F filing for a given CIK and accession number
required
Required
cik
- The CIK of the entityaccession_number
- The accession number of the filing
parse_13f_table(table)
Parses a 13F filing table
required
Required
table
- The table xml to parse
parse_13f_table_from_url(url)
Parses a 13F filing table from a given url
required
Required
url
- The url of the 13F table filing
start(type, args)
Callback implementation for Application.start/2
.
submissions(cik)
Fetches submissions for a given CIK
required
Required
cik
- The CIK of the entity