Skip to content

Commit

Permalink
Add company image
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Nov 17, 2024
1 parent 08f485c commit ae8cab0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@ For details on how to use the Filing API see **[Using the Filing API](https://gi

## [Using the Company API](https://github.com/dgunning/edgartools/wiki/WorkingWithCompanies)

You can use the company ticker or CIK to get a company.

```python
c = Company("AAPL") # or Company("0000320193") or Company(320193)
```
![AAPL](docs/images/company-AAPL.png)

With the Company API you can find a company by ticker or CIK, and get the company's filings, facts and financials.

```python
Expand Down
Binary file added docs/images/company-AAPL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae8cab0

Please sign in to comment.