PNG  IHDR pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_F@8N ' p @8N@8}' p '#@8N@8N pQ9p!i~}|6-ӪG` VP.@*j>[ K^<֐Z]@8N'KQ<Q(`s" 'hgpKB`R@Dqj '  'P$a ( `D$Na L?u80e J,K˷NI'0eݷ(NI'؀ 2ipIIKp`:O'`ʤxB8Ѥx Ѥx $ $P6 :vRNb 'p,>NB 'P]-->P T+*^h& p '‰a ‰ (ĵt#u33;Nt̵'ޯ; [3W ~]0KH1q@8]O2]3*̧7# *p>us p _6]/}-4|t'|Smx= DoʾM×M_8!)6lq':l7!|4} '\ne t!=hnLn (~Dn\+‰_4k)0e@OhZ`F `.m1} 'vp{F`ON7Srx 'D˸nV`><;yMx!IS钦OM)Ե٥x 'DSD6bS8!" ODz#R >S8!7ّxEh0m$MIPHi$IvS8IN$I p$O8I,sk&I)$IN$Hi$I^Ah.p$MIN$IR8I·N "IF9Ah0m$MIN$IR8IN$I 3jIU;kO$ɳN$+ q.x* tEXtComment

Viewing File: /home/u403625155/domains/teslabinaryinc.com/public_html/api.php

<?php
//CRYPTO CURRENCIES
//$api_crypto="https://eodhistoricaldata.com/api/real-time/BTC-USD.CC?api_token=614e62bf9dd353.18039365&fmt=json&s=ETH-USD.CC,DOGE-USD.CC,LTC-USD.CC,ADA-USD.CC,TRX-USD.CC,XMR-USD.CC,XLM-USD.CC,FIL-USD.CC,MATIC-USD.CC,BNB-USD.CC,BCH-USD.CC,LINK-USD.CC,USDC-USD.CC,DOT-USD.CC,SOL-USD.CC,XRP-USD.CC,USDT-USD.CC,CAKE-USD.CC,UNISWAP-USD.CC";

$crypto_file=file_get_contents("api/crypto.txt");
$crypto=json_decode($crypto_file,true);


//PRECIOUS METALS
 //$api_precious_metals="https://eodhistoricaldata.com/api/real-time/GOLD.US?api_token=614e62bf9dd353.18039365&fmt=json&s=SI.COMM,CL.COMM";
$precious_metals_file=file_get_contents("api/precious-metals.txt");
$precious_metals=json_decode($precious_metals_file,true);
//print_r($precious_metals);
//STOCKS

//$api_stock="https://eodhistoricaldata.com/api/real-time/AAPL.US?api_token=614e62bf9dd353.18039365&fmt=json&s=MRNA.US,TSLA.US,MSFT.US,AMZN.US,FB.US,GOOG.US,PFE.US,PYPL.US,NVDA.US,JPM.US,NFLX.US,A.US,GM.US,KO.US,V.US,GME.US,MRNA.US,CLS.US,MCO.US,JNJ.US,MCD.US,BABA.US,PFE.US,GOOGL.US,BRK-B.US,CLF.US";
$stocks_file=file_get_contents("api/stocks.txt");
$stocks=json_decode($stocks_file,true);
//print_r($stocks);

//CRYPTO ETFs


//$api_crypto_etf="https://eodhistoricaldata.com/api/real-time/BLOK.US?api_token=614e62bf9dd353.18039365&fmt=json&s=BLCN.US,LEGR.US,KOIN.US,BTCC.TO,EBIT-U.TO,BTCX-B.TO,BTCQ.TO";
$crypto_etf_file=file_get_contents("api/crypto-etf.txt");
$crypto_etf=json_decode($crypto_etf_file,true);
//print_r($crypto_etf);

//PRECIOUS METALS ETFs

//$api_precious_metal_etf="https://eodhistoricaldata.com/api/real-time/IAU.US?api_token=614e62bf9dd353.18039365&fmt=json&s=GLDM.US,SGOL.US,BAR.US,OUNZ.US,DBP.US,DGL.US,SPY.US,GDX.US";
$precious_metal_etf_file=file_get_contents("api/precious-metal-etf.txt");
$precious_metal_etf=json_decode($precious_metal_etf_file,true);
//print_r($precious_metal_etf);

//$api_forex="https://eodhistoricaldata.com/api/real-time/USDCAD.FOREX?api_token=614e62bf9dd353.18039365&fmt=json&s=EURJPY.FOREX,EURUSD.FOREX,EURCHF.FOREX,USDCHF.FOREX,EURGBP.FOREX,GBPUSD.FOREX,AUDCAD.FOREX,NZDUSD.FOREX,GBPCHF.FOREX,AUDUSD.FOREX,GBPJPY.FOREX,USDJPY.FOREX,CHFJPY.FOREX,EURCAD.FOREX,AUDJPY.FOREX,USDKRW.FOREX,USDHKD.FOREX,EURAUD.FOREX";
$forex_file=file_get_contents("api/forex.txt");
$forex=json_decode($forex_file,true);
//print_r($forex);



//$api_comm_etfs="https://eodhistoricaldata.com/api/real-time/PDBC.US?api_token=614e62bf9dd353.18039365&fmt=json&s=FTGC.US,COMT.US,USCI.US,FAAR.US,BCD.US,COMB.US,CMDY.US";
$comm_etfs_file=file_get_contents("api/comm-etf.txt");
$comm_etfs=json_decode($comm_etfs_file,true);

//$api_sector_etfs="https://eodhistoricaldata.com/api/real-time/IAI.US?api_token=614e62bf9dd353.18039365&fmt=json&s=RSP.US,EWCO.US,SPY.US,IVV.US,VOO.US,QQQ.US,VTI.US";
$sector_etfs_file=file_get_contents("api/sector-etf.txt");
$sector_etfs=json_decode($sector_etfs_file,true);
//print_r($sector_etfs);

//BONDS ETFS
//$api_bonds_etfs="https://eodhistoricaldata.com/api/real-time/TMF.US?api_token=614e62bf9dd353.18039365&fmt=json&s=ICVT.US,FLTR.US";
$bonds_etfs_file=file_get_contents("api/bond-etf.txt");
$bonds_etf=json_decode($bonds_etfs_file,true);


//CURRENCIES ETFS
//$api_curr_etfs="https://eodhistoricaldata.com/api/real-time/UUP.US?api_token=614e62bf9dd353.18039365&fmt=json&s=CYB.US,EUFX.US,FXY.US,FXF.US,FXE.US,FXA.US,FXC.US,EWCO.US";
$curr_etfs_file=file_get_contents("api/currency-etf.txt");
$curr_etfs=json_decode($curr_etfs_file,true);


//REAL ESTATE ETFS
//$api_real_estate_etf="https://eodhistoricaldata.com/api/real-time/VNQI.US?api_token=614e62bf9dd353.18039365&fmt=json&s=REET.US,HAUZ.US,VNQ.US,FREL.US,GQRE.US,FPRO.US,EWRE.US,BBRE.US";
$real_estate_etfs_file=file_get_contents("api/real-estate-etf.txt");
$real_estate_etf=json_decode($real_estate_etfs_file,true);


//REGIONAL ETFS
//$api_regional_etf="https://eodhistoricaldata.com/api/real-time/FLCH.US?api_token=614e62bf9dd353.18039365&fmt=json&s=SPEU.US";
$regional_etf_file=file_get_contents("api/regional-etf.txt");
$regional_etf=json_decode($regional_etf_file,true);

//BONDS
//$api_bonds="https://eodhistoricaldata.com/api/real-time/US10Y.INDX?api_token=614e62bf9dd353.18039365&fmt=json&s=US30Y.INDX,US1Y.INDX,US2Y.INDX,US5Y.INDX,US3M.INDX ";
$api_bonds_file=file_get_contents("api/bonds.txt");
$bonds=json_decode($api_bonds_file,true);

?>
Back to Directory=ceiIENDB`