Skip to content

Instantly share code, notes, and snippets.

@ghost355
ghost355 / gist:83cfc0791ae3f4b41611b6d5c98e1f39
Last active January 28, 2021 16:46
full history stock chart like IBD in multipage pdf
import json
from tqdm import tqdm
from bs4 import BeautifulSoup
import requests
import pandas_ta as ta
import yfinance as yf
import pandas as pd
import numpy as np
import mplfinance as mpf
@ghost355
ghost355 / gist:594270c771a10fdc79f3c5458a73c9c8
Last active January 28, 2021 16:44
Creating several overlapping pdf with a stock chart for printing and analysis (DRAFT edition)
import json
from tqdm import tqdm
from bs4 import BeautifulSoup
import requests
import pandas_ta as ta
import yfinance as yf
import pandas as pd
import numpy as np
import mplfinance as mpf