Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 549ee75

Browse files
committed
Deprecation notices
1 parent 9a60090 commit 549ee75

File tree

2 files changed

+59
-6
lines changed

2 files changed

+59
-6
lines changed

Diff for: README.md

+45-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
1-
# Thetadata Python API
1+
# This API is deprecated, use our REST API!
2+
3+
4+
Please use our [REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
5+
as it has better performance, more features, and better documentation. Our
6+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started) can be used in
7+
any language including Python. Each
8+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
9+
endpoint comes with Python [sample code](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/g81mc75m2rbp0-sample-code-and-data).
10+
11+
# This API is deprecated, use our REST API!
12+
13+
14+
Please use our [REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
15+
as it has better performance, more features, and better documentation. Our
16+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started) can be used in
17+
any language including Python. Each
18+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
19+
endpoint comes with Python [sample code](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/g81mc75m2rbp0-sample-code-and-data).
20+
21+
# This API is deprecated, use our REST API!
22+
23+
24+
Please use our [REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
25+
as it has better performance, more features, and better documentation. Our
26+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started) can be used in
27+
any language including Python. Each
28+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
29+
endpoint comes with Python [sample code](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/g81mc75m2rbp0-sample-code-and-data).
30+
31+
32+
# This API is deprecated, use our REST API!
33+
34+
35+
Please use our [REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
36+
as it has better performance, more features, and better documentation. Our
37+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started) can be used in
38+
any language including Python. Each
39+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
40+
endpoint comes with Python [sample code](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/g81mc75m2rbp0-sample-code-and-data).
41+
42+
43+
44+
## Thetadata Python API
245

346
The [Thetadata](https://thetadata.net) Python API provides low latency US equities & options data that may be used for
447
market research or algorithmic trading applications.
@@ -12,8 +55,4 @@ Java 11 or higher is required. If you are on Windows, Java 19 will automatically
1255
`pip install thetadata`
1356

1457
Please see our [official installation instructions](https://thetadata-api.github.io/thetadata-python/tutorials/#installation)
15-
to get started.
16-
17-
## Contributing
18-
19-
We welcome all feedback, whether it comes in the form of Github issues, pull requests, or pings in our [Discord](https://discord.thetadata.us)!
58+
to get started.

Diff for: docs/tutorials.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# This API is deprecated, use our REST API!
2+
3+
4+
Please use our [REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
5+
as it has better performance, more features, and better documentation. Our
6+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started) can be used in
7+
any language including Python. Each
8+
[REST API](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/4g9ms9h4009k0-getting-started)
9+
endpoint comes with Python [sample code](https://http-docs.thetadata.us/docs/theta-data-rest-api-v2/g81mc75m2rbp0-sample-code-and-data).
10+
11+
12+
13+
14+
115
# Quickstart
216

317
In this section you'll learn how to get started with thetadata and make simple requests.

0 commit comments

Comments
 (0)