Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bundesAPI/deutschland
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Jul 29, 2021
2 parents b895446 + 2dde601 commit 5774f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ print(data["Adresse"][0])
### Handelsregister
Get financial reports for all german companies that are reporting to Handelsregister.

*Big thanks to Nico Duldhardt and Friedrich Schöne, who [supported this implementation with their machine learning model](https://av.tib.eu/media/52366).*

```python
from deutschland import Bundesanzeiger
ba = Bundesanzeiger()
Expand All @@ -41,3 +39,5 @@ data = ba.get_reports("Deutsche Bahn AG")
print(data.keys())
# dict_keys(['Jahresabschluss zum Geschäftsjahr vom 01.01.2020 bis zum 31.12.2020', 'Konzernabschluss zum Geschäftsjahr vom 01.01.2020 bis zum 31.12.2020\nErgänzung der Veröffentlichung vom 04.06.2021',
```
*Big thanks to Nico Duldhardt and Friedrich Schöne, who [supported this implementation with their machine learning model](https://av.tib.eu/media/52366).*

0 comments on commit 5774f5f

Please sign in to comment.