cc22174b78
- 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.
6 lines
257 B
Bash
6 lines
257 B
Bash
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 |