FinanceRoutines.jl

Financial data routines for Julia
Log | Files | Refs | README | LICENSE

Project.toml (1537B)


      1 name = "FinanceRoutines"
      2 uuid = "2e4c0fa2-b49b-4c8f-9592-485f04b9fc03"
      3 authors = ["Erik Loualiche <[email protected]>"]
      4 version = "0.5.0"
      5 
      6 [deps]
      7 BazerData = "d6d9bf1d-14ee-42c9-93f7-cccc2a9ff2c2"
      8 CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
      9 DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
     10 DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5"
     11 Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
     12 Decimals = "abce61dc-4473-55a0-ba07-351d65e31d42"
     13 Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
     14 FlexiJoins = "e37f2e79-19fa-4eb7-8510-b63b51fe0a37"
     15 GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
     16 IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
     17 LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
     18 LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
     19 Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
     20 PeriodicalDates = "276e7ca9-e0d7-440b-97bc-a6ae82f545b1"
     21 Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
     22 Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
     23 Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
     24 WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
     25 ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
     26 
     27 [compat]
     28 BazerData = "0.7"
     29 CSV = "0.10"
     30 DataFrames = "1.6"
     31 DataPipes = "0.3"
     32 Decimals = "0.4"
     33 FlexiJoins = "0.1"
     34 GLM = "1.9"
     35 IntervalSets = "0.7"
     36 LibPQ = "1.17"
     37 Missings = "1"
     38 PeriodicalDates = "2"
     39 Roots = "2.2"
     40 Tables = "1.10"
     41 WeakRefStrings = "1.4"
     42 ZipFile = "0.10"
     43 julia = "1.10"
     44 
     45 [extras]
     46 Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
     47 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
     48 
     49 [targets]
     50 test = ["Statistics", "Test"]