Write a PHP snippet that gets daily historical data, last 200 days, of VIX index
Budget: $10 – $30 USD
I use alphavantage.co to get live / end of day financial data.
However, they don't provide VIX data.
The goal is to write a php code that gets the daily open/close/high/low of the vix index:
https://finance.yahoo.com/quote/%5EVIX/history?p=%5EVIX
I would need it as array of objects, one object per day.
For the last 200 days.
You can use any financial API that works.
However, they don't provide VIX data.
The goal is to write a php code that gets the daily open/close/high/low of the vix index:
https://finance.yahoo.com/quote/%5EVIX/history?p=%5EVIX
I would need it as array of objects, one object per day.
For the last 200 days.
You can use any financial API that works.