Go to file
2024-03-16 06:00:15 -07:00
database Convert most recent trade date to a datetime object for the sake of consistency 2024-03-16 06:00:15 -07:00
test Convert datetime object to date on clients' behalf 2024-03-16 05:39:04 -07:00
.gitignore Add various Python-generated directories to .gitignore 2023-10-02 13:11:56 -07:00
insert_backtest_results_example.py Add logic for inserting data into the backtest results table and example usage 2024-01-09 11:39:40 -08:00
insert_daily_ohlc_example.py Remove unused import 2023-10-02 13:14:13 -07:00
insert_ohlc_example.py Additional data insertion examples 2023-10-02 13:07:32 -07:00
options_chain_example.py Add logic for retrieving options chain data 2023-10-23 12:23:31 -07:00
query_backtest_results_example.py Simplify backtest result table accessor to only allow for retrieving backtests for a single date or date range 2024-02-02 09:41:18 -08:00
query_ohlc_example.py Add the ability to query OHLC data 2023-09-28 09:32:35 -07:00
query_trades_example.py Change name of trades table query method to just trades() 2024-01-24 08:12:38 -08:00
requirements.txt Update trade upsert example to strip seconds, microseconds, and timezone information from the trade entry time 2024-02-03 05:34:51 -08:00
setup.py Removing double quote usage 2024-01-10 05:15:30 -08:00
upsert_trade_example.py Update trade upsert example to strip seconds, microseconds, and timezone information from the trade entry time 2024-02-03 05:34:51 -08:00