You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EXAMPLES.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This guide showcases practical applications of the [OilPriceAPI Python SDK](https://oilpriceapi.com) for energy trading, financial analysis, research, and application development.
4
4
5
-
**[Get your free API key →](https://oilpriceapi.com/auth/signup)** to run these examples.
5
+
**[Create an API key →](https://oilpriceapi.com/auth/signup)** to run these examples.
#Check every 5 minutes (aligned with API update frequency)
459
+
#Example caller-selected interval; honor API limit and freshness metadata.
460
460
time.sleep(300)
461
461
462
462
if__name__=='__main__':
@@ -621,7 +621,7 @@ print("📊 Powered by https://oilpriceapi.com")
621
621
622
622
Ready to build with these examples?
623
623
624
-
1.**[Sign up for free](https://oilpriceapi.com/auth/signup)** - Get 50 requests/day
624
+
1.**[Create an API key](https://oilpriceapi.com/auth/signup)** - The current free-account allowance is 50 requests/day; verify the [product facts](https://api.oilpriceapi.com/product-facts.json)
625
625
2.**[Install the SDK](https://pypi.org/project/oilpriceapi/)** - `pip install oilpriceapi`
626
626
3.**[Read the docs](https://docs.oilpriceapi.com/sdk/python)** - Complete API reference
627
627
4.**[Choose a plan](https://oilpriceapi.com/pricing)** - Upgrade for more requests
<metaname="description" content="Official Python SDK for real-time and historical oil, gas, and commodity price data. 98% less cost than Bloomberg Terminal. Free tier available.">
<metaname="description" content="Official Python SDK for source-timestamped oil, gas, and commodity price data with typed responses and explicit source context.">
8
8
<metaname="keywords" content="python oil prices, commodity data python, oil price api, python energy data, brent crude python, wti python sdk">
Copy file name to clipboardExpand all lines: docs/index.md
+15-31Lines changed: 15 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# OilPriceAPI Python SDK Documentation
2
2
3
-
Welcome to the official Python SDK for [OilPriceAPI](https://oilpriceapi.com) - the most affordable way to access professional-grade oil and commodity price data.
3
+
Welcome to the official Python SDK for [OilPriceAPI](https://oilpriceapi.com), providing source-timestamped oil and commodity data.
0 commit comments