This commit is contained in:
Elijah McMorris 2023-06-29 20:28:46 +00:00
parent 0de1bcb725
commit 41bd1e8fe7
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
3 changed files with 52 additions and 30 deletions

View file

@ -25,8 +25,7 @@ fn get_api_arkk() -> Result<(), Box<dyn Error>> {
"share_price",
"shares",
"ticker",
"weight",
"weight_rank"
"weight"
]
);
Ok(())