{"id":147691,"url":"https://github.com/felixfan/FinCal","last_synced_at":"2025-07-24T18:31:39.326Z","repository":{"id":10787251,"uuid":"13056381","full_name":"felixfan/FinCal","owner":"felixfan","description":"Package for time value of money calculation, time series analysis and computational finance","archived":false,"fork":false,"pushed_at":"2023-08-06T16:39:13.000Z","size":121,"stargazers_count":21,"open_issues_count":2,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-07-18T20:37:22.346Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://felixfan.github.io/FinCal/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felixfan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2013-09-24T06:25:02.000Z","updated_at":"2023-12-04T06:50:04.000Z","dependencies_parsed_at":"2022-09-01T22:31:07.950Z","dependency_job_id":"b68d457b-0d96-482e-8d76-4fc3189bcfe0","html_url":"https://github.com/felixfan/FinCal","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":0.3939393939393939,"last_synced_commit":"3573a714f44ceb68018f42a631b61cdb5cf65508"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfan%2FFinCal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfan%2FFinCal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfan%2FFinCal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfan%2FFinCal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixfan","download_url":"https://codeload.github.com/felixfan/FinCal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214816085,"owners_count":15788921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-06T09:03:06.625Z","updated_at":"2024-08-10T16:30:22.061Z","avatar_url":"https://github.com/felixfan.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":["Financial Instruments and Pricing"],"readme":"[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/)\n[![GPL Licence](https://badges.frapsoft.com/os/gpl/gpl.svg?v=103)](https://opensource.org/licenses/GPL-3.0/)\n[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)\n\n\nExamples of using FinCal\n========================================================\nCreated on Fri Jul 19 2013   \nUpdated on Mon May 12 15:57:11 2014   \n\n\nFinCal -- Time Value of Money, time series analysis and Computational Finance\n--------------------------------------------------------------------------------    \nFinCal is available on [CRAN] (http://cran.r-project.org/web/packages/FinCal/) and [GitHub](http://felixfan.github.io/FinCal/)\n\n```\ninstall.packages(\"FinCal\",dependencies=TRUE) # from CRAN\n```\nor   \n\n```\nlibrary(\"devtools\")\ninstall_github(\"felixfan/FinCal\") # from GitHub\n```\n\n\n```r\nlibrary(FinCal)\n```\n\n\nFunctions available:    \n\n```r\nls(\"package:FinCal\")\n```\n\n```\n [1] \"bdy\"                   \"bdy2mmy\"              \n [3] \"candlestickChart\"      \"cash.ratio\"           \n [5] \"coefficient.variation\" \"cogs\"                 \n [7] \"current.ratio\"         \"ddb\"                  \n [9] \"debt.ratio\"            \"diluted.EPS\"          \n[11] \"discount.rate\"         \"ear\"                  \n[13] \"ear.continuous\"        \"ear2bey\"              \n[15] \"ear2hpr\"               \"EIR\"                  \n[17] \"EPS\"                   \"financial.leverage\"   \n[19] \"fv\"                    \"fv.annuity\"           \n[21] \"fv.simple\"             \"fv.uneven\"            \n[23] \"geometric.mean\"        \"get.ohlc.google\"      \n[25] \"get.ohlc.yahoo\"        \"get.ohlcs.google\"     \n[27] \"get.ohlcs.yahoo\"       \"gpm\"                  \n[29] \"harmonic.mean\"         \"hpr\"                  \n[31] \"hpr2bey\"               \"hpr2ear\"              \n[33] \"hpr2mmy\"               \"irr\"                  \n[35] \"iss\"                   \"lineChart\"            \n[37] \"lineChartMult\"         \"lt.d2e\"               \n[39] \"mmy2hpr\"               \"n.period\"             \n[41] \"npm\"                   \"npv\"                  \n[43] \"pmt\"                   \"pv\"                   \n[45] \"pv.annuity\"            \"pv.perpetuity\"        \n[47] \"pv.simple\"             \"pv.uneven\"            \n[49] \"quick.ratio\"           \"r.continuous\"         \n[51] \"r.norminal\"            \"r.perpetuity\"         \n[53] \"sampling.error\"        \"SFRatio\"              \n[55] \"Sharpe.ratio\"          \"slde\"                 \n[57] \"total.d2e\"             \"twrr\"                 \n[59] \"volumeChart\"           \"was\"                  \n[61] \"wpr\"                  \n```\n\n\nGetting help on a function (e.g., pv)    \n```\nhelp{pv}    # display the documentation for the function\nargs{pv}    # see arguments of the function\nexample{pv} # see example of using the function\n```\n\n* [Examples for version 0.1 -0.6](http://felixfan.github.io/FinCal-example-0.6/)\n\n\n# Citations\n\n* Yanhui Fan. (2016) FinCal: package for time value of money calculation, time series analysis and computational finance. Zenodo. [![DOI](https://zenodo.org/badge/5810/felixfan/FinCal.svg)](https://zenodo.org/badge/latestdoi/5810/felixfan/FinCal)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixfan%2FFinCal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixfan%2FFinCal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixfan%2FFinCal/lists"}