
Reticulating Splines
PhD Chemist exploring the intersection of chemistry
and data science π½ with a focus on transforming raw data into meaningful insights π€.

Pinned Loading
-
janusson.github.io
janusson.github.io PublicThese are my notes on chemistry, method development, analytics, and mass spectrometry.
Python 1
-
This Python script utilizes the yfin...
This Python script utilizes the yfinance library to collect and manage various types of financial and stock market data for a given ticker symbol from Yahoo Finance. The script provides functionalities to fetch and store company information, news, options, earnings dates, recommendations, holders, financial statements, and historical price data. It also includes error handling for robust data retrieval. The collected data can be exported in JSON and CSV formats for further analysis. 1import logging
2import yfinance as yf
3import json
4import csv
5import os
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.