Skip to content Skip to sidebar Skip to footer
Showing posts with the label Finance

Where And How To Get The Equity Historical Data (at Least Covers 2008)?

I can use the following code to get historical data from Google Finance. But the oldest is from 201… Read more Where And How To Get The Equity Historical Data (at Least Covers 2008)?

Issue Installing Quantlib Python

I am trying to install QuantLib Python. So, I followed through and installed: 1) Anaconda3, boost_1… Read more Issue Installing Quantlib Python

Python - Etfs Daily Data Web Scraping

I'm trying to web scrape some daily info of differents ETFs. I found that https://www.marketwat… Read more Python - Etfs Daily Data Web Scraping

Groupby Id To Calculate Ratios

Objective I have this df and take some ratios below. I want to calculate these ratios by each id an… Read more Groupby Id To Calculate Ratios

How Can I Customize Mplfinance.plot?

I've made a python script to convert a csv file in a candlestick like this using mpl_finance, t… Read more How Can I Customize Mplfinance.plot?