Skip to content

[WIP] Add stock price data retrieval and documentation#1

Merged
EricWithTheC merged 1 commit intomainfrom
copilot/add-stock-price-data-retrieval
Mar 24, 2026
Merged

[WIP] Add stock price data retrieval and documentation#1
EricWithTheC merged 1 commit intomainfrom
copilot/add-stock-price-data-retrieval

Conversation

Copy link
Contributor

Copilot AI commented Mar 24, 2026

  • Create quant101.ipynb Jupyter notebook covering:
    • Setup & dependencies (yfinance, pandas, numpy, matplotlib)
    • Section 1: Stock data retrieval — 20 years of US market history
    • Section 2: Daily-updated market data
    • Section 3: Data storage as pandas DataFrames and numpy arrays
    • Section 4: Quant-finance concepts explained for a physicist (returns, volatility, Sharpe ratio, moving averages, etc.)
    • Section 5: Basic strategies / tactics with live examples
  • Add requirements.txt listing all needed Python packages
  • Update README.md with usage instructions
Original prompt

I would like to write a entirely python based quantatative finace intro level software. You should first discuss and find and test some nice ways of obtaining all the nessecary stock price information (i would like the history information of past 20 years US stock market, and also a daily updated market value). these should be stored as either numpy arrays or pandas structure so I can in the future start testing out my ideas on these dataset. Reminding your self that I am a particle physicist so write documentation to me a complete biginner to any quantatative finance the basic ideas behind each every common tactics, commonly used terms in concise languages so I can start learning and trying stuff.

prepare things in the form of jupyter notebook.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

@EricWithTheC
Copy link
Owner

ok

@EricWithTheC EricWithTheC marked this pull request as ready for review March 24, 2026 04:25
@EricWithTheC EricWithTheC merged commit 9c66afc into main Mar 24, 2026
1 check failed
Copilot AI requested a review from EricWithTheC March 24, 2026 04:26
Copilot stopped work on behalf of EricWithTheC due to an error March 24, 2026 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants