Open leonlbc opened 4 months ago
Hi @leonlbc,
I'm very sorry for not getting back to you sooner. The code is outdated, I'm working on my computer and this issue has already been solved. Many thanks for your suggestions and for being an early adopter.
The downloaders functions use a verify_ssl parameter that could be loaded from the templates. Instead, in some templates .yaml files, there is a misspeling that was causing a bug to me due to the SSL of some B3 endpoints being flagged as invalid.
Following are the affected files:
templates/TaxasReferenciais.yaml
templates/td-historical-prices.yaml
templates/b3-cotahist-daily.yaml
templates/b3-cotahist-yearly.yaml
templates/b3-cotahist-monthly.yaml
templates/b3-futures-settlement-prices.yaml
Changing verifyssl to verify_ssl worked