Add tests for Alpaca Historical Bars API
- Implemented tests for fetching historical bars for AAPL with different timeframes (1D, 5Min, 1H). - Verified response structure and data integrity for each timeframe. - Ensured that the API returns valid data and appropriate status for the requests.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
ALPACA_API_KEY=your_alpaca_api_key_here
|
||||
ALPACA_SECRET_KEY=your_alpaca_secret_key_here
|
||||
ALPACA_BASE_URL=https://paper-api.alpaca.markets
|
||||
ALPACA_DATA_URL=https://data.alpaca.markets
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
||||
BASE_URL=http://localhost:5173
|
||||
Reference in New Issue
Block a user