Cameron Yick
Cameron Yick
These examples would live in an `/examples` folder, and could take the form of a Jupyter notebook, a vanilla python script, or a markdown writeup Examples might include - Plot...
Hi @thirtythreeforty , thanks for the detailed report. In the short-term, I would advise using the non-dataframe oriented API to download the raw data and parse them into datetimes using...
Hi @ZeroCool2u , thanks for the submission! It looks like the `forceFill` parameter was added too since this library first came out. I only just noticed this from checking the...
Hi, We haven't added it to this library yet since the endpoint was in beta, but we look into doing so. In the meantime, there is documentation for the raw...
This is being taken care of in these two: - https://github.com/hydrosquall/tiingo-python/pull/581 - https://github.com/hydrosquall/tiingo-python/pull/596
Hi @GenusGeoff , thanks for filing this! I think this would be a welcome addition. There was a contribution that someone started last year, but didn't end up finishing. I...
Good idea for a contribution 👍 I proposed a larger scale project to investigate OpenAPI to auto-generate some of the python code to accommodate new URL parameters automatically, but haven't...
Hi @MyGithubNotYours , Thanks for taking a look! I don't think the difference is between using `get_dataframe` vs `get_ticker_price` ``` client.get_ticker_price("GOOGL", frequency="30Min") ``` , we would get the same number...
I've added a basic version of this feature for now, but am leaving the issue open since we're still interested in seeing more notebooks with peoples' usage of Tiingo.
Hello @i3creations! Thank you for taking the time to submit this example - apologies, I'm not sure how I missed the notification when it first came in. I'll open a...