apple

Fetching AAPL Dividends with Python: Scraping vs Using APIs

Introduction Developers and finance enthusiasts often need to retrieve stock data programmatically for analysis or trading. Rather than manually copying values, we can automate data retrieval with code. Two common approaches are web scraping and using an official API. Web scraping means fetching and parsing an HTML page, while APIs provide a structured data feed. […]

Fetching AAPL Dividends with Python: Scraping vs Using APIs Read More »

3 – Building a Portfolio Manager with Python: Refactoring and removing stocks

This post is part of a series of posts that we will go from complete scratch and build a portfolio management tool using Python. In the last post, we refactored the file organization and built a function for adding stocks to the “database”. Here are the previous posts in case you missed them: Plan for

3 – Building a Portfolio Manager with Python: Refactoring and removing stocks Read More »

Scroll to Top