8000 Add API key usage note to Getting Started section (#601) · polygon-io/client-python@61cc3ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 61cc3ff

Browse files
Add API key usage note to Getting Started section (#601)
* Add API key usage note to Getting Started section * Update free vs paid tier wording
1 parent 2a975fe commit 61cc3ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ pip install -U polygon-api-client
2424

2525
To get started, please see the [Getting Started](https://polygon-api-client.readthedocs.io/en/latest/Getting-Started.html) section in our docs, view the [examples](./examples) directory for code snippets, or view the [blog post with videos](https://polygon.io/blog/polygon-io-with-python-for-stock-market-data/) to learn more.
2626

27+
The free tier of our API comes with usage limitations, potentially leading to rate limit errors if these are exceeded. For uninterrupted access and to support larger data requirements, we recommend reviewing our [subscription plans](https://polygon.io/pricing), which are tailored for a wide range of needs from development to high-demand applications. Refer to our pricing page for detailed information on limits and features to ensure a seamless experience, especially for real-time data processing.
28+
2729
## REST API Client
2830
Import the RESTClient.
2931
```python

0 commit comments

Comments
 (0)
0