mirror of
https://github.com/Tomato6966/investment-portfolio-simulator.git
synced 2025-04-11 08:00:34 +02:00
allow searching for everything except: future
This commit is contained in:
parent
fc9db8df2b
commit
2036245c2c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export const searchAssets = async (query: string): Promise<Asset[]> => {
|
||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
query,
|
query,
|
||||||
lang: 'en-US',
|
lang: 'en-US',
|
||||||
type: 'equity,etf',
|
type: 'equity,mutualfund,etf,index,currency,cryptocurrency', // allow searching for everything except: future
|
||||||
longName: 'true',
|
longName: 'true',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue