Davide Violante
Davide Violante
Seems like this project has all possible inputs for investing.com: https://github.com/alvarobartt/investpy/tree/master/investpy/resources Expand mapping.js with all these csv, then add info about source in readme.
item[5] and item[6] _probably_ (help wanted) represents the volume, add them into the APIs. Eg for dow jones: ``` [ 1645660800000, 32830.33, 33269.34, 32272.64, 33223.83, 593186432, // volume? 0 //...
See discussion in https://github.com/DavideViolante/investing-com-api/pull/61 After the mentioned PR this package is returning also some other values, see readme.
Fix #24
Fix #396 Fix #379 I honestly don't know if this is correct, I used [this conversation with ChatGPT](https://chatgpt.com/share/c7ba66de-ee88-4583-aa86-f9a08635b249) to help me fix this error. This PR absolutely requires at least...