alpha vantage api key url
This commit is contained in:
parent
1949ac7d75
commit
5b8a917fff
|
|
@ -114,7 +114,7 @@ pip install -r requirements.txt
|
||||||
|
|
||||||
### Required APIs
|
### Required APIs
|
||||||
|
|
||||||
You will also need the Alpha Vantage API for financial data. The free tier supports 25 API calls per day.
|
You will also need the [Alpha Vantage API](https://www.alphavantage.co/support/#api-key) for financial data. The free tier supports 25 API calls per day.
|
||||||
```bash
|
```bash
|
||||||
export ALPHA_VANTAGE_API_KEY=$YOUR_ALPHA_VANTAGE_API_KEY
|
export ALPHA_VANTAGE_API_KEY=$YOUR_ALPHA_VANTAGE_API_KEY
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue