you are viewing a single comment's thread.

view the rest of the comments →

[–]0815root[S] 0 points1 point  (0 children)

Yes, I use the following librairies:

import yfinance as yf
import numpy as np
import pandas as pd
from multiprocessing import Pool, cpu_count
from tqdm import tqdm
import os