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

Link to this function

cik_for_ticker(ticker)

Fetches a CIK for a given ticker

required

Required

  • ticker - The ticker of the company
Link to this function

company_concept(cik, taxonomy, tag)

Fetches company concepts for a given CIK and concept (taxonomy, tag)

required

Required

  • cik - The CIK of the entity
  • taxonomy - The taxonomy of the concept
  • tag - The tag of the concept
Link to this function

company_facts(cik)

Fetches company facts for a given CIK

required

Required

  • cik - The CIK of the entity
Link to this function

company_tickers()

Fetches a list of company tickers

Link to this function

entity_directory(cik)

Fetches the entity directory

required

Required

  • cik - The CIK of the entity
Link to this function

filing_directory(cik, accession_number)

Fetches the filing directory

required

Required

  • cik - The CIK of the entity
  • accession_number - The accession number of the filing

Fetches a list of filings from the submissions file

required

Required

  • cik - The CIK of the entity
Link to this function

filings_by_forms(cik, forms)

Fetches a list of filings from the submissions file by form

required

Required

  • cik - The CIK of the entity
  • forms - The forms to filter by
Link to this function

frames(taxonomy, tag, unit, period)

Fetches frames for a given taxonomy, concept, unit, and period

required

Required

  • taxonomy - The taxonomy of the concept
  • tag - The tag of the concept
  • unit - The unit of the concept
  • period - The period of the concept
Link to this function

parse_13f_document(document)

Parses a 13F filing primary document

required

Required

  • document - The document xml to parse
Link to this function

parse_13f_document_from_url(url)

Parses a 13F filing from a given url

required

Required

  • url - The url of the 13F document filing
Link to this function

parse_13f_filing(cik, accession_number)

Parses a 13F filing for a given CIK and accession number

required

Required

  • cik - The CIK of the entity
  • accession_number - The accession number of the filing
Link to this function

parse_13f_table(table)

Parses a 13F filing table

required

Required

  • table - The table xml to parse
Link to this function

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
Link to this function

start(type, args)

Callback implementation for Application.start/2.

Link to this function

submissions(cik)

Fetches submissions for a given CIK

required

Required

  • cik - The CIK of the entity