matthiasgomolka/simfinapi

Price lag in sfa_get_prices?

Closed this issue · 0 comments

Hello @matthiasgomolka !
today I noticed a strange behaviour in sfa_get_prices().

I called the function to get prices for AAPL and BAS.DE on saturday the 08.07., so I would expect to get data from the 07.07. However, for AAPL the last known day was 05.07. and for BAS the 30.06.

I checked on the simfin website, the data is there aparently.

Any idea why this happens?

tail(sfa_get_prices("AAPL"))
tail(sfa_get_prices("BAS.DE"))