@luisjpf/alpaca-sdk 0.2.1 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -63,8 +63,8 @@ const bars = await alpaca.marketData.stocks.getSymbolBars('AAPL', {
|
|
|
63
63
|
|
|
64
64
|
## Packages
|
|
65
65
|
|
|
66
|
-
| Package
|
|
67
|
-
|
|
|
66
|
+
| Package | Description |
|
|
67
|
+
| ---------------------- | ----------------------------------------------- |
|
|
68
68
|
| `@luisjpf/alpaca-sdk` | Complete SDK with all APIs |
|
|
69
69
|
| `@luisjpf/trading` | Trading API (orders, positions, account) |
|
|
70
70
|
| `@luisjpf/market-data` | Market Data API (stocks, crypto, options, news) |
|