We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3452aa1 commit 31d2a01Copy full SHA for 31d2a01
examples/rest/economy-treasury_yields.py
@@ -1,7 +1,7 @@
1
from polygon import RESTClient
2
3
# docs
4
-# https://staging.polygon.io/docs/rest/economy/treasury-yields
+# https://polygon.io/docs/rest/economy/treasury-yields
5
6
# client = RESTClient("XXXXXX") # hardcoded api_key is used
7
client = RESTClient() # POLYGON_API_KEY environment variable is used
0 commit comments