Conversation
The price resolution on spot prices increases to 15 minutes from 2025-10-01. Until this has been tested we'll keep getting hourly averages instead.
There was a problem hiding this comment.
Pull Request Overview
This PR temporarily maintains hourly price resolution for spot prices by adding a priceResolution=60 parameter to the API request. The change prevents automatic transition to 15-minute resolution that would otherwise occur on 2025-10-01, allowing time for testing before adopting the higher resolution.
- Adds
priceResolution=60query parameter to maintain hourly price intervals - Prevents automatic adoption of 15-minute resolution scheduled for October 2025
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
For slovdahl/python-spothinta-api#462. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
The price resolution on spot prices increases to 15 minutes from 2025-10-01. Until this has been tested we'll keep getting hourly averages instead.