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
Interactive notebook version of the synchronous workflow. Each logical step is a separate cell with a markdown explanation above it, making it easy to run and inspect results incrementally.
30
+
31
+
Demonstrates:
32
+
-`POST /auth/oauth2/v1/token` — OAuth 2.0 Password Grant authentication
33
+
-`GET /data/historical-pricing/v1/views/interday-summaries/{ric}` — daily OHLCV data with corporate-action adjustments for 10 RICs
34
+
-`POST /auth/oauth2/v1/revoke` — session token revocation using HTTP Basic Auth
35
+
- Shared `httpx.Client` inside a `with` block for clean connection-pool teardown
0 commit comments