diff --git a/HISTORY.rst b/HISTORY.rst index f93f9c7..1c12996 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,11 +3,11 @@ History ======= 0.11.x (2019-XX-XX) ------------------- +-------------------- * Update me as new features are added 0.10.x (2019-05-11) ------------------- +-------------------- * Documentation: Added a "Peer Comparison Analysis" Jupyter Notebook under "/examples" (@i3creations #197) * Minor: Update error message to clarify multiple tickers only work with single metrics * Updated development dependencies diff --git a/README.rst b/README.rst index 4e2bd40..355d65a 100644 --- a/README.rst +++ b/README.rst @@ -139,20 +139,20 @@ To receive results in ``pandas`` format, use the ``get_dataframe()`` method: You can specify any of the end of day frequencies (daily, weekly, monthly, and annually) or any intraday frequency for both the ``get_ticker_price`` and ``get_dataframe`` methods. Weekly frequencies resample to the end of day on Friday, monthly frequencies resample to the last day of the month, and annually frequencies resample to the end of day on 12-31 of each year. The intraday frequencies are specified using an integer followed by "Min" or "Hour", for example "30Min" or "1Hour". Further Docs --------- +------------- * Official Tiingo Documentation: https://api.tiingo.com * `tiingo-python` Documentation: https://tiingo-python.readthedocs.io. Features --------- +--------- * Easy programmatic access to Tiingo API * Reuse requests session across API calls for better performance * On most methods, pass in `fmt="object"` as a keyword to have your responses come back as `NamedTuples`, which should have a lower memory impact than regular Python dictionaries. Roadmap: --------- +--------- * Client-side validation of tickers * Data validation of returned responses @@ -162,7 +162,7 @@ Roadmap: Feel free to file a PR that implements any of the above items. Related Projects: --------- +------------------ * Riingo_ : Client for Tiingo in the R Programming Language .. _Riingo: https://github.com/business-science/riingo