Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketDataApp committed Feb 8, 2024
1 parent 99cf0f9 commit ee9dd85
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,26 +209,6 @@ Debug mode can be particularly useful when you are first getting started with th
Market Data's Go SDK covers the vast majority of v1 endpoints. See our complete list of endpoints in the [Market Data API Documentation](https://www.marketdata.app/docs/api).
| **Category** | **Endpoint** | **v1 Status** | **v2 Status** |
|-------------------|--------------|-----------|-----------|
| Markets | Status | ✅ | |
| Stocks | Candles | ✅ | ✅ |
| Stocks | Bulk Candles | ✅ | |
| Stocks | Quotes | ✅ | |
| Stocks | Bulk Quotes | ✅ | |
| Stocks | Earnings | ✅ | |
| Stocks | Tickers | ❌ | ✅ |
| Stocks | News | ✅ | ❌ |
| Options | Expirations | ✅ | |
| Options | Lookup | ✅ | |
| Options | Strikes | ✅ | |
| Options | Option Chain | ✅ | |
| Options | Quotes | ✅ | |
| Indices | Candles | ✅ | |
| Indices | Quotes | ✅ | |
> Note on v2: Even though some v2 endpoints are available for use in this SDK, Market Data has not yet released v2 of its API for clients and v2 usage is restricted to admins only. Clients should only use v1 endpoints at this time. Even after v2 is released, we do not plan on deprecating v1 endpoints, so please build your applications with confidence using v1 endpoints.
| **Category** | **Endpoint** | **v1 Status** | **v2 Status** |
|----------------------|------------------|:-------------:|:-------------:|
| | | | |
Expand All @@ -255,6 +235,8 @@ Market Data's Go SDK covers the vast majority of v1 endpoints. See our complete
| | [Candles](https://www.marketdata.app/docs/api/indices/candles) | ✅ | ❌ |
| | [Quotes](https://www.marketdata.app/docs/api/indices/quotes) | ✅ | ❌ |
> Note on v2: Even though some v2 endpoints are available for use in this SDK, Market Data has not yet released v2 of its API for clients and v2 usage is restricted to admins only. Clients should only use v1 endpoints at this time. Even after v2 is released, we do not plan on deprecating v1 endpoints, so please build your applications with confidence using v1 endpoints.
### SDK License & Data Usage Terms
The license for the Go SDK for Market Data is specifically for the SDK software and does not cover the data provided by the Market Data API. It's crucial to understand that accessing data through the SDK means you're also subject to the Market Data Terms of Service. You can review these terms at [https://www.marketdata.app/terms/](https://www.marketdata.app/terms/) to fully comprehend your rights and responsibilities concerning data usage.
Expand Down

0 comments on commit ee9dd85

Please sign in to comment.