Feite Brekeveld
Feite Brekeveld
@jjphung ... that is 3.5 years ... time flies. My main reason not to merge it was to keep functionality limited to the API. This is an add-on and where...
I had it running with a setup in Docker. A stable setup was my conclusion after months of uptime. My setup was on a test account. I didn't publish the...
If you stick with RST you should change the header from: ``` ============= Tiingo Python ============= ``` to: ``` Tiingo Python ============= ``` then pypi.org will render the README.rst correct
Hi, pls. make the change yourself and bundle it with your deploy for the weekend. You should also check all other headers for the length of '-' or other valid...
... "2016-12-10 00:000:00 EST" contains 000 for the minutes, gives the *"invalid format string"* error
Hi, ... for the time being, pls use: ``` import saxo_openapi.endpoints.chart as ch setattr(ch.charts.GetChartData, 'ENDPOINT', "openapi/chart/v3/charts") # < ------ params = { "AssetType": "FxSpot", "Horizon": 60, "Count": 24, "Uic": 23...