fastquant
fastquant copied to clipboard
[FEATURE] Add PSEI support to get_stock_data
PSEI value is currently not queryable
Just realized that there is a PSEi
ticker on phisix so this should be accessible already from phisix. However, there's still an issue since the table that contains sample data doesn't contain PSEi. Will address this in a subsequent PR.
[Update] I just confirmed that even phisix doesn't currently support PSEi, since get requests to http://phisix-api3.appspot.com/stocks/PSEi.2020-07-13.json
don't work.
The current workaround is the query FMETF
, which is an ETF that tracks the PSEi
quite well, while considering the existing bug with get_stock_data
#153.