Skip to content

Simple python program to fetch tickers from yahoo for ledger-cli

Notifications You must be signed in to change notification settings

mflsim/ledger_ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ledger_ticker

Simple python program to fetch tickers from yahoo for ledger-cli

Installing dependencies

pip install yahooquery

Usage

  1. Write your tickers and symbols pair in symbols.txt file
  2. Run ledger_ticker.py. Output will be writed in prices.ledger file

Example

Input

TRY=X USD TRY (separator - one whitespace)

Output

P 2023-12-29 13:40:32 USD 29.55342 TRY

Options

You can change file names in the py file.

About

Simple python program to fetch tickers from yahoo for ledger-cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages