You are browsing as a guest. Sign up (or log in) to start making projects!

Quant Natural Gas Price Estimator

  • 2 Devlogs
  • 2 Total hours

This project analyzes historical natural gas prices and builds a function to estimate the price of natural gas for any given date, including dates beyond the available dataset. Type any date between & after October 2020 and September 2025 and press Enter.

Ship #1 Changes requested

Built a natural gas price estimator in Python for the JPMorgan Chase Quantitative Research Forage simulation task 1. The program loads historical monthly price data, visualizes it to identify seasonal trends (winter peaks, summer dips), and implements an estimate_price(date) function that uses linear interpolation for historical dates and linear regression for forecasting future prices up to a year beyond the dataset. The most challenging part was understanding how to switch between interpolation and forecasting depending on whether the input date was within or outside the historical range. To test it, run hello_world.py and enter any date in YYYY-MM-DD format when prompted!

  • 1 devlog
  • 2h
Try project → See source code →
Open comments for this post

1h 50m 23s logged

I built a natural gas price estimator in Python for the JPMorgan Chase Quantitative Research Forage simulation. Loaded and parsed historical monthly price data, I visualized the time series to identify seasonal trends (winter peaks, summer dips), and I built a function that uses linear interpolation for historical dates and linear regression forecasting for future dates.

0
0
6

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…