stockdex icon indicating copy to clipboard operation
stockdex copied to clipboard

Python package for mining stock and financial data, using data from open data sources like Yahoo Finance

Results 12 stockdex issues
Sort by recently updated
recently updated
newest added

It would be helpful to add date headers to the financial statements returned in the `Ticker` class. A crude and inelegant fix: ```python3 class Ticker(TickerAPI, JustETF): """ Class for the...

Just wonder is it possible to get the Market cap history for given ticker? Thanks!

This seems a good alternative to yfinance, with multiple data sources and additional data from web scrapping. Thanks for sharing! Yahoo Finance has a Compare To: section on the summary...

Feature to add: functions to export dataframes into excel

This is an extension of my previous [issue](https://github.com/ahnazary/stockdex/issues/22). Below is the balance sheet data shown at yahoo finance My issue was that `ticker.yahoo_api_balance_sheet(format="raw")` is unable to fetch the latest data....

[UV](https://docs.astral.sh/uv/) has been a hot topic recently and would be very nice to have in the project.

Originally I was trying to add support for quarterly statements when I realized there was a url parameter for the frequency. Passing the frequency was difficult because of the fact...

If someone were to use this Ticker object to save off a statement, and then want to hold onto it and use it later, than this cache makes some sense....