Is possible to get nifty 50 data using Alpha Vantage?
Also the current price of gold?
Asked
Active
Viewed 1,066 times
0

Patrick Collins
- 5,621
- 3
- 26
- 64

Logeswaran sugumaran
- 21
- 1
- 6
1 Answers
2
As of now, Alpha Vantage only has 100% support for US ETFs, so to get NIFTY data you can download the 50 tickers, you can download the list here, and then make a call to each ticker.
Yes, use the CURRENCY_EXCHANGE_RATE function, and "from_currency=XAU" parameter. XAU is the symbol for gold.
Example:

Patrick Collins
- 5,621
- 3
- 26
- 64