alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.59k stars 374 forks source link

Add `pypme` to your "Related Projects" section #543

Closed ymyke closed 2 years ago

ymyke commented 2 years ago

@alvarobartt I just released v0.2.0 of https://github.com/ymyke/pypme which helps calculate the PME (Public Market Equivalent) for an asset. This latest version adds support to query the PME prices in real time via your investpy package.

I think it would make a nice addition to your "Related Projects" section in the README.

alvarobartt commented 2 years ago

Wow that's cool @ymyke! :D

Sure, feel free to append it to the list "Related Projects" with a short description via PR and I'll merge it once ready!

ymyke commented 2 years ago

Here you go: https://github.com/alvarobartt/investpy/pull/545

ymyke commented 2 years ago

Any chance to add the PR, @alvarobartt ?

ymyke commented 2 years ago

Thanks!