Tag

financial data

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Oct 10, 2024 · Backend Development

Python Financial Data Processing with Excel

This guide provides a comprehensive tutorial on using Python libraries such as pandas, openpyxl, and matplotlib for financial data processing, including reading/writing Excel files, data manipulation, and visualization techniques.

Data ProcessingExcelPython
0 likes · 11 min read
Python Financial Data Processing with Excel
DataFunSummit
DataFunSummit
Aug 25, 2024 · Artificial Intelligence

Applying Large AI Models to Financial Data Governance and Innovative Use Cases

This article presents a comprehensive technical overview of how large AI models are reshaping financial data production, governance, multimodal document understanding, lakehouse storage, private‑domain model deployment, data‑centric engineering methods, and multi‑agent intelligent advisory within the finance sector.

AILarge ModelsRAG
0 likes · 21 min read
Applying Large AI Models to Financial Data Governance and Innovative Use Cases
DataFunTalk
DataFunTalk
Mar 1, 2024 · Fundamentals

Data Quality Governance: Overview, Challenges, and Practices

This presentation by Zhou Jie, a senior data R&D expert at Ant Financial, outlines the scope of data governance, examines the challenges of ensuring high‑quality financial data, and shares practical architectures, solutions, and case studies to help attendees understand data quality risks and mitigation strategies.

Data Securitydata governancedata quality
0 likes · 2 min read
Data Quality Governance: Overview, Challenges, and Practices
AntTech
AntTech
Jan 9, 2023 · Artificial Intelligence

Overview of the Financial Big Data Anti‑Fraud Technology Whitepaper

This article introduces the Ant Group and Tsinghua University’s Financial Big Data Anti‑Fraud Technology Whitepaper, outlining the new legal context, fraud characteristics, and a three‑stage detection framework that leverages multi‑dimensional graphs, trustworthy AI, and data security to improve pre‑, during‑, and post‑transaction risk management.

AIBig Dataanti-fraud
0 likes · 9 min read
Overview of the Financial Big Data Anti‑Fraud Technology Whitepaper
DataFunSummit
DataFunSummit
Oct 8, 2022 · Information Security

Exploring Privacy Computing Technologies in the Open Financial Ecosystem

This article provides a comprehensive overview of privacy computing—covering its background, key techniques such as MPC, TEE, federated learning, homomorphic encryption, and differential privacy—and examines how these technologies are applied in open financial ecosystems, including use cases, challenges, and future directions.

BlockchainFederated Learningfinancial data
0 likes · 25 min read
Exploring Privacy Computing Technologies in the Open Financial Ecosystem
Snowball Engineer Team
Snowball Engineer Team
Sep 1, 2022 · Databases

Snowball Knowledge Graph Construction, Applications, and Industrial Deployment

The article details Snowball's large‑scale financial knowledge graph, covering its background challenges, two‑layer ontology and data design, data sourcing and pipeline, graph database selection, search and NLP services, domain‑specific pre‑training models, and future industrial considerations.

Big DataNLPSearch
0 likes · 18 min read
Snowball Knowledge Graph Construction, Applications, and Industrial Deployment
AntTech
AntTech
Jun 2, 2022 · Databases

LDBC Announces the First Global Financial Graph Database Benchmark (FinBench)

The LDBC has approved the world’s first financial graph database benchmark, FinBench, a collaborative effort led by Ant Group to provide a rigorous, open‑source testing suite that simulates real‑world financial workloads and fills a critical gap in graph database evaluation.

Ant GroupBenchmarkFinBench
0 likes · 4 min read
LDBC Announces the First Global Financial Graph Database Benchmark (FinBench)
DataFunSummit
DataFunSummit
May 3, 2022 · Artificial Intelligence

Scientific Data Definition, Application, Evaluation, and Explanation for Financial Risk Modeling

This presentation explores how to scientifically define, apply, evaluate, and interpret data in financial risk management, covering data alignment with business goals, feature selection, model metrics such as KS and PSI, handling pandemic effects, and methods for model explainability.

Feature Engineeringdata sciencefinancial data
0 likes · 13 min read
Scientific Data Definition, Application, Evaluation, and Explanation for Financial Risk Modeling
DataFunTalk
DataFunTalk
Apr 25, 2022 · Artificial Intelligence

Scientific Data Definition, Application, Evaluation, and Explanation in Financial Risk Modeling

This presentation explores how to scientifically define, apply, evaluate, and interpret data in financial risk management, covering data alignment with business goals, feature selection, model metrics like KS and PSI, handling pandemic impacts, and methods for model explanation and improvement.

KS metricPSIdata science
0 likes · 14 min read
Scientific Data Definition, Application, Evaluation, and Explanation in Financial Risk Modeling
Python Programming Learning Circle
Python Programming Learning Circle
Aug 31, 2021 · Big Data

Python Script for Retrieving Minute‑Level Stock K‑Line Data from Eastmoney

This article provides a Python tutorial that explains how to generate Eastmoney‑specific security IDs, request minute‑level K‑line data for a given stock code via the Eastmoney API, process the response into a pandas DataFrame, and continuously fetch and save data until market close.

APIPythonRequests
0 likes · 8 min read
Python Script for Retrieving Minute‑Level Stock K‑Line Data from Eastmoney
DataFunSummit
DataFunSummit
Dec 9, 2020 · Artificial Intelligence

Construction and Application of Financial Knowledge Graphs: AI Key Technologies, Building Practices, and Real‑World Use Cases

This article explains how financial institutions can leverage massive structured and unstructured data by building a financial knowledge graph, detailing AI core technologies, schema design, extraction methods, storage solutions, and a range of practical applications such as intelligent tagging, recommendation, policy analysis, and executive relationship mining.

Artificial IntelligenceInformation ExtractionSemantic Search
0 likes · 16 min read
Construction and Application of Financial Knowledge Graphs: AI Key Technologies, Building Practices, and Real‑World Use Cases
Python Programming Learning Circle
Python Programming Learning Circle
Jun 9, 2020 · Fundamentals

Importing and Analyzing Financial Time Series Data with Pandas

This tutorial explains how to load a CSV file of financial time‑series data into pandas, perform basic exploratory analysis, compute absolute and relative changes, generate log returns, visualize results, and apply weekly or monthly resampling while avoiding look‑ahead bias.

CSVPythondata analysis
0 likes · 16 min read
Importing and Analyzing Financial Time Series Data with Pandas