Skip to content

Think it aloud! 2

UNDER CONSTRUCTION

Think it aloud! 2

UNDER CONSTRUCTION

  • Home
  • About
    • Home
    • 4.STUDIES
    • Finance
Finance Python

Finance: Leaning Stochastic Oscillator, python, yfinance, pandas_ta, plotly.graph_objects

mishou Apr 22, 2023 0 Comments

I. Using yfinance + dictionary + matplotlib I.1. Getting historic pricing data using yfinance Load the data and get the pricing data for NASDAQ: !pip install yfinance import yfinance as…

Finance Python

Finance: Learning stock market analysis with Python ver. 2

mishou Apr 6, 2023 0 Comments

Work in progress. I. Retriveing the data Let's load the historical data of NASDAQ Composite, Dow Jones Industrial Average, and S&P 500 using yfinance and create a dictionary of the…

Finance Python

Finance: Visualize personal assets with Python ver. 1

mishou Apr 5, 2023 0 Comments

I. Creating classes The following code creates an Asset class to represent individual assets, and an AssetManager class to manage a collection of assets. class Asset: def __init__(self, name, category,…

Finance Python

Finace: Plot Stock Prices Using Python for beginners, plotly.express ver. 1

mishou Mar 31, 2023 0 Comments

I. Getting a ticker from Yhoo! finance II. Retriving the data # create subplots from plotly.subplots import make_subplots import plotly.graph_objects as go fig = make_subplots(rows=3, cols=1,subplot_titles=("Nikkei225","Toyota", "Fast Retailing")) fig.append_trace(go.Scatter( x=nikkei225.index,…

Recent Comments

No comments to show.

Categories

  • 1.OS-TERMINAL (7)
    • Garuda Linux (5)
    • Kali Linux (0)
  • 2.APPLICATIONS (21)
    • Browsers (4)
    • Neovim (10)
    • WordPress (2)
  • 3.PROGRAMMING (64)
    • AI (3)
    • Julia (0)
    • Python (58)
      • Python for biginners (15)
    • R (2)
    • Rust (1)
  • 4.STUDIES (26)
    • Economics&Economy (2)
    • Finance (4)
    • Lectures (10)
    • Military (2)
    • Philosophy&Thoughts (8)
  • 5.ANIMATION-IMAGES (2)
    • Blender (0)
    • Inkscape (2)
    • Krita (0)
  • Uncategorized (0)

You Missed

Python

Python: Enhanced PDF searching using Python and ChatGPT ver. 2

Philosophy&Thoughts

Philosopy&Thoughts: Talking with ChatGPT about Nishida’s Basho

AI

AI: LLaVA works amazingly quickly

Philosophy&Thoughts

Philosophy&Thoughts: Talking with ChatGPT about Kierkegaard

Think it aloud! 2

UNDER CONSTRUCTION

Copyright © All rights reserved | Blogus by Themeansar.