Coder Social home page Coder Social logo

Comments (10)

dgunning avatar dgunning commented on July 30, 2024

Thanks for the suggestion. I will look into it, maybe add press release as a property of 8-Ks

from edgartools.

dgunning avatar dgunning commented on July 30, 2024

Not all 8-K's have a Press Release attached, as your numbers show. I have added a property called press_release that will return the press release if it has one

filings = get_filings(form='8-K')
filiing = filings[0]
eightk = filing.obj()
press_release = eight.press_release
 

from edgartools.

dgunning avatar dgunning commented on July 30, 2024

I have completed and tested this feature. Will release tomorrow

from edgartools.

dgunning avatar dgunning commented on July 30, 2024

Released version 2.11.0

from edgartools.

paulommaia avatar paulommaia commented on July 30, 2024

Thanks for the quick update, I've actually found that some companies name the press release as EX 99 and not EX 99.1, see for example ACN:

cik = 'ACN'
after = '2023-01-01'
filings = Company(cik).get_filings(form="8-K").filter(date=f"{after}:")

NEWS RELEASE OF ACCENTURE, DATED DECEMBER 19, 2023 fy24q1earnings8-kexhibit.htm EX-99 324.4 KB

So we need to check for both. Maybe they aggregate all EX.* exhibits under the same in this case

from edgartools.

dgunning avatar dgunning commented on July 30, 2024

OK. Good catch. Will look into this.

from edgartools.

dgunning avatar dgunning commented on July 30, 2024

There are many different ways to label Exhibit 99.
ExhibitCounts

from edgartools.

dgunning avatar dgunning commented on July 30, 2024
PressRelease

from edgartools.

dgunning avatar dgunning commented on July 30, 2024

Released 2.13.0

eightk = filing.obj()

# if press release present
press_releases:PressReleases = eightk.press_releases
press_release:PressRelease = press_releases[0]

from edgartools.

dgunning avatar dgunning commented on July 30, 2024

Fixed in 2.13.0

from edgartools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.