Skip to content

Commit

Permalink
doc: update README.md to introduce stock/options historical data clie…
Browse files Browse the repository at this point in the history
…nt (#479)
  • Loading branch information
hiohiohio authored Jul 2, 2024
1 parent 105366f commit f0b47e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ market_order = trading_client.submit_order(

**Querying Historical Bar Data**

You can request bar data via the HistoricalDataClients. In this example, we query daily bar data for “BTC/USD” and “ETH/USD” since July 1st 2022. You can convert the response to a multi-index pandas dataframe using the `.df` property.
You can request bar data via the HistoricalDataClients. In this example, we query daily bar data for “BTC/USD” and “ETH/USD” since July 1st 2022. You can convert the response to a multi-index pandas dataframe using the `.df` property. There are `StockHistoricalDataClient` and `OptionHistoricalDataClient` that you also could use to fetch equity/options historical data.

```python
from alpaca.data.historical import CryptoHistoricalDataClient
Expand Down

0 comments on commit f0b47e9

Please sign in to comment.