Skip to content

codin-gg/finance.codin.gg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finance.codin.gg 📈

An open-source cryptocurrency data service, with daily-updated data in multiple formats. Accessible, developer-friendly, and Google Sheets and RSS reader-friendly.

GitHub Status Dependencies Coverage Status Linter

node npm license

Currently supported formats 📋

  • CSV
  • JSON
  • JSONL @deprecated

Currently supported routes

  • /api/{id}/{year?}/{month?}/{day?}/{interval:1d,1m,1y}.{format:json,csv} → [[{date},{open},{high},{low},{close},{volume}], ...]
  • /api/{interval:1d,1m,1y}.{format:json,csv} → [[{ticker},{date},{open},{high},{low},{close},{volume}], ...]
  • /api/{id}/{interval:1d,1m,1y}.{format:json,csv} → [[{date},{open},{high},{low},{close},{volume}], ...]

Note: Ticker, format, and timeframe deprecations are due to Github Pages disk space limitations. For now, we rather'd rather focus on having a good dataset. btw csv is the least disk hungry google sheets compatible format 🚀

Donations 🙏

  • BTC: bc1qp8v7qleltzas46h3zmsw0epflmkks5v3c3f0cq
  • ETH: 0x0Ce2dE22C755Ea3828f0c845769781a49557c834

Sponsor this project

 

Contributors