Open julianespinel opened 6 years ago
Provide and API to access MILA latest day stock data.
The API should have the following endpoint:
GET mila/api/peru
Each endpoint should return the following structure: GET mila/api/peru
{ "date": "2018-03-30", "country": "a_country", "stocksData": [{ "date": "2018-03-30", "symbol": "ISA", "name": "Isagen", "open": 3, "high": 6, "low": 1, "close": 5, "volume": 123, "adjClose": 5.5 }, { "date": "2018-03-30", "symbol": "BVC", "name": "Bolsa de Valores de Colombia", "open": 2, "high": 7, "low": 1, "close": 6, "volume": 234, "adjClose": 6.5 } ] }
I could not find the data from the Peruvian stock exchange, according to their website, they sell the information:
Need to look where can I get this data from.
Provide and API to access MILA latest day stock data.
The API should have the following endpoint:
GET mila/api/peru
Each endpoint should return the following structure:
GET mila/api/peru