Skip to content
View janusson's full-sized avatar
:electron:
Reticulating Splines
:electron:
Reticulating Splines

Block or report janusson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. janusson.github.io janusson.github.io Public

    These are my notes on chemistry, method development, analytics, and mass spectrometry.

    Python 1

  2. 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.
    1
    import logging
    2
    import yfinance as yf
    3
    import json
    4
    import csv
    5
    import os