I cant find how to get the 5 last prices for all actions I'm following. Here is the DB :
ISIN table :
mnemonic | name | toFollow
Prices table
mnemonic | date | price
How can I get the 5 last prices for each ISIN where toFollow = 1 ?
Thanks for your help