|
9 | 9 | [](https://codecov.io/gh/oilpriceapi/python-sdk) |
10 | 10 | [](https://opensource.org/licenses/MIT) |
11 | 11 |
|
12 | | -**[Get Free API Key](https://www.oilpriceapi.com/signup?utm_source=pypi&utm_medium=sdk&utm_campaign=readme)** • **[Documentation](https://docs.oilpriceapi.com/sdk/python)** • **[Pricing](https://www.oilpriceapi.com/pricing?utm_source=pypi&utm_medium=sdk&utm_campaign=pricing)** |
| 12 | +**[Get Free API Key](https://www.oilpriceapi.com/signup?utm_source=pypi&utm_medium=sdk&utm_campaign=readme)** • **[Documentation](https://docs.oilpriceapi.com/)** • **[Pricing](https://www.oilpriceapi.com/pricing?utm_source=pypi&utm_medium=sdk&utm_campaign=pricing)** |
13 | 13 |
|
14 | 14 | The official Python SDK for [OilPriceAPI](https://oilpriceapi.com) - Real-time and historical oil prices for Brent Crude, WTI, Natural Gas, and more. |
15 | 15 |
|
16 | | -> **📝 Documentation Status**: All code examples shown are tested and working. Technical indicators are available as of v1.9.0 (see [Technical Indicators](#technical-indicators-new-in-v190)); see our [GitHub Issues](https://github.com/OilpriceAPI/python-sdk/issues) for the roadmap. |
| 16 | +> **📝 Documentation Status**: All code examples shown are tested and working. Technical indicators are available as of v1.10.0 (see [Technical Indicators](#technical-indicators-new-in-v1100)); see our [GitHub Issues](https://github.com/OilpriceAPI/python-sdk/issues) for the roadmap. |
17 | 17 |
|
18 | 18 | **Quick start:** |
19 | 19 |
|
@@ -63,7 +63,7 @@ print(f"Retrieved {len(df)} data points") |
63 | 63 | print(df.head()) |
64 | 64 | ``` |
65 | 65 |
|
66 | | -### Technical Indicators (New in v1.9.0) |
| 66 | +### Technical Indicators (New in v1.10.0) |
67 | 67 |
|
68 | 68 | Add technical analysis indicators to any price DataFrame. Implemented in pure |
69 | 69 | pandas/numpy, so no extra dependencies beyond the optional `[pandas]` extra. |
@@ -555,7 +555,7 @@ async with AsyncOilPriceAPI() as client: |
555 | 555 |
|
556 | 556 | ## 📚 Documentation |
557 | 557 |
|
558 | | -**[Complete SDK Documentation →](docs/index.md)** | **[Online Docs →](https://docs.oilpriceapi.com/sdk/python)** |
| 558 | +**[Complete SDK Documentation →](docs/index.md)** | **[Online Docs →](https://docs.oilpriceapi.com/)** |
559 | 559 |
|
560 | 560 | **[⚡ Performance Guide →](docs/PERFORMANCE_GUIDE.md)** — expected response times, recommended timeouts, optimization best practices, and troubleshooting for slow queries. |
561 | 561 |
|
@@ -802,7 +802,7 @@ Contributions are welcome! Please see our [Contributing Guide](https://github.co |
802 | 802 |
|
803 | 803 | - 📧 Email: support@oilpriceapi.com |
804 | 804 | - 🐛 Issues: [GitHub Issues](https://github.com/oilpriceapi/python-sdk/issues) |
805 | | -- 📖 Docs: [Documentation](https://docs.oilpriceapi.com/sdk/python) |
| 805 | +- 📖 Docs: [Documentation](https://docs.oilpriceapi.com/) |
806 | 806 |
|
807 | 807 | ## 🔗 Links |
808 | 808 |
|
|
0 commit comments